> 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/en/code-and-library-examples/nb-iot.md).

# NB-IoT

This documentation will explain about NB-IoT (Narrowband Internet of Things) devices that function for communication between machines with wide telecommunication network coverage and power saving. NB-IoT radio access technology, which is a type of Low Power Wide Area (LPWA) network technology, allows devices to operate for years without battery recharging, resulting in significant cost savings. This technology is also capable of generating massive connection capacity for IoT-based solutions and applications.

There are several NB-IoT boards that you can use in this documentation. Choose one of the documentation below according to your needs.

{% content-ref url="/pages/ht36hmUd1nqSAmoEeOBm" %}
[NB-Lynx-7000](/en/code-and-library-examples/nb-iot/nb-lynx-7000.md)
{% endcontent-ref %}

{% content-ref url="/pages/G4mtgfQStAKJL3XY9e4p" %}
[NB-Lynx-95](/en/code-and-library-examples/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/en/code-and-library-examples/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.
