# ESP32 (LoRa)

This documentation will explain to you how the ESP32 can connect to the Antares platform. This documentation uses the **Lynx-32 Antares Development** Board as the board. Before starting the documentation, please make sure you have fulfilled the **General Prerequisites** on the page below:

{% content-ref url="/pages/cjzKMuyf4Ocds5hTWrBM" %}
[General Prerequisites ESP32 LoRa](/en/code-and-library-examples/esp32-lora/general-prerequisites-esp32-lora.md)
{% endcontent-ref %}

After fulfilling the **General Prerequisites** you can continue with some projects on the following page.

{% content-ref url="/pages/VEtWu4QDtpbfxFDiATMZ" %}
[Sending Simple Data to Antares](/en/code-and-library-examples/esp32-lora/sending-simple-data-to-antares.md)
{% endcontent-ref %}

If you are interested in further exploration with the **Lynx-32 Antares Development Board**, you can follow some simple project documentation on the following page.

{% content-ref url="/pages/y4VJVyYWYlWofL0EGztS" %}
[Project Simple Lynx-32 LoRa Antares](/en/code-and-library-examples/esp32-lora/project-simple-lynx-32-lora-antares.md)
{% endcontent-ref %}


---

# 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.antares.id/en/code-and-library-examples/esp32-lora.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.
