# Arduino Library Installation

On this page contains an explanation of how to install the library on the Arduino IDE. The libraries needed for simple projects in the Antares documentation are as follows.

{% content-ref url="/pages/nu1pT8EkyJpA0h1652VG" %}
[Antares LoRaWAN](/en/getting-started/arduino-library-installation/antares-lorawan.md)
{% endcontent-ref %}

{% content-ref url="/pages/VN0oDiN8gAmOOpcE3r4g" %}
[Antares Wi-Fi HTTP](/en/getting-started/arduino-library-installation/antares-wi-fi-http.md)
{% endcontent-ref %}

{% content-ref url="/pages/cv7WjXFDOqCkMdIkZ9Z0" %}
[Antares Wi-Fi MQTT](/en/getting-started/arduino-library-installation/antares-wi-fi-mqtt.md)
{% endcontent-ref %}

{% content-ref url="/pages/lbZY2ZSc6IlDlAKdauPl" %}
[DHT11 Sensor Library](/en/getting-started/arduino-library-installation/dht11-sensor-library.md)
{% endcontent-ref %}

{% content-ref url="/pages/jG6ms5mM8UU1zhYyTwQD" %}
[Adafruit SSD1306](/en/getting-started/arduino-library-installation/adafruit-ssd1306.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/getting-started/arduino-library-installation.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.
