# Buat Proyek Pertama Kamu

### Untuk memulai

{% hint style="info" %}
Kamu akan mendapatkan URl khusus untuk dapat menggunakan proyek yang sudah dibuat yaitu: <https://corex.id/project/contohProyek> dimana <mark style="color:blue;">contohProyek</mark> adalah nama dari proyek yang kamu buat.
{% endhint %}

Sebelum memulai, kamu setidaknya perlu menyiapkan beberapa hal berikut.

1. Buat akun CoreX melalui <https://corex.id>.
2. Memiliki perangkat keras yang didukung (kami merekomendasikan menggunakan ESP32 ataupun ESP8266 untuk memulai).
3. Familiar dengan dasar elektro, mampu memasang library, serta setidaknya mampu membuat kode program untuk mengedipkan LED, dan kemampuan dasar lainnya. Jika kamu belum memahami dasar mengenai ini, bisa kamu pelajari di <https://nusabot.id>.
4. Sudah terpasang Arduino IDE ataupun Platform.io (manapun sesuai keinginan).

Jika sudah siap semuanya, mari pelajari bagaimana menghubungkan ke CoreX.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.corex.id/cara-memulai-proyek/buat-proyek-pertama-kamu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
