> For the complete documentation index, see [llms.txt](https://docs.antares.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antares.id/contoh-kode-dan-library/nb-iot.md).

# NB-IoT

Dokumentasi ini akan menjelaskan mengenai perangkat NB-IoT (Narrowband Internet of Things) yang berfungsi untuk komunikasi antar mesin dengan coverage jaringan telekomunikasi yang luas dan hemat daya. Teknologi radio akses NB-IoT, yang merupakan salah satu jenis teknologi jaringan Low Power Wide Area (LPWA), memungkinkan perangkat beroperasi hingga bertahun-tahun tanpa pengisian daya ulang baterai sehingga sangat menghemat biaya. Teknologi ini juga mampu menghasilkan kapasitas koneksi yang masif untuk solusi dan aplikasi berbasis IoT.

Terdapat beberapa board NB-IoT yang dapat Anda gunakan pada dokumentasi kali ini. Pilihlah salah satu dokumentasi di bawah ini sesuai dengan kebutuhan Anda.

{% content-ref url="/pages/ht36hmUd1nqSAmoEeOBm" %}
[NB-Lynx-7000](/contoh-kode-dan-library/nb-iot/nb-lynx-7000.md)
{% endcontent-ref %}

{% content-ref url="/pages/G4mtgfQStAKJL3XY9e4p" %}
[NB-Lynx-95](/contoh-kode-dan-library/nb-iot/nb-lynx-95.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.antares.id/contoh-kode-dan-library/nb-iot.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.
