# Device ID

Setiap perangkat IoT (misalnya ESP32, ESP8266, Arduino, dll) harus terdaftar pada proyek yang kamu buat dengan cara menambahkan device tersebut melalui menu Daftar Perangkat. Kamu akan mendapatkan Device ID yang perlu kamu masukan pada kode program yang dibuat.

Device ID ini berfungsi agar kamu dapat memanage setiap perangkat IoT sekaligus mengetahui apakah perangkat tersebut memiliki kendala misalnya koneksi internet ataupun yang lainnya.

{% hint style="warning" %}
Satu Device ID hanya bisa digunakan oleh satu perangkat IoT saja.
{% endhint %}


---

# 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/perkenalan/device-id.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.
