> 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/nb-lynx-7000.md).

# NB-Lynx-7000

This documentation will explain about the NB-IoT (Narrowband Internet of Things) device in the form of **NB-LYNX-7000** as a board. The NB-LYNX-7000 is an NB-IoT device that consists of a LYNX32 module and a SIM7000 module. In this documentation you will try to send simple data to the Antares platform and retrieve GNSS (Global Navigation Satellite System) location data. Before starting the documentation, make sure you have fulfilled the **General Prerequisites** on the page below.

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

After fulfilling the **General Prerequisites**, you can continue with some of the projects on the following pages.

{% content-ref url="/pages/5ObUm3Wl1XTpPLhvpJnq" %}
[Sending Simple Data to Antares](/en/code-and-library-examples/nb-iot/nb-lynx-7000/sending-simple-data-to-antares.md)
{% endcontent-ref %}

{% content-ref url="/pages/73TSRpuTOBWVPeYOWEat" %}
[Retrieving GNSS (Global Navigation Satellite System) Data](/en/code-and-library-examples/nb-iot/nb-lynx-7000/retrieving-gnss-global-navigation-satellite-system-data.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, and the optional `goal` query parameter:

```
GET https://docs.antares.id/en/code-and-library-examples/nb-iot/nb-lynx-7000.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
