> For the complete documentation index, see [llms.txt](https://help.aranet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aranet.com/base-stations/base-stations.md).

# Base Stations

The **Aranet Base Station** is a robust data acquisition unit that collects measurements from compatible Aranet wireless sensors and ensures secure data storage and forwarding. Designed for scalable deployments, it supports extensive sensor networks and flexible integration options. This section provides detailed information on installation, configuration, sensor management, alerts, integrations, and system maintenance to ensure reliable long-term operation.

{% columns %}
{% column %}
{% content-ref url="/pages/j0BZWlIvngnwd7Z3KQ3l" %}
[Base Overview](/base-stations/base-stations/base-overview.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="/pages/t4OFoVqgxXniCKUN8YUm" %}
[Firmware & Hardware](/base-stations/base-stations/firmware-and-hardware.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/h2gnG8LTWpeREtqHMMrX" %}
[Web Interface](/base-stations/base-stations/web-interface.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="/pages/pPHSVqsatDOIm7zHI4Hi" %}
[Base Station Configuration](/base-stations/base-stations/base-station-configuration.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/OK0iVUyHKYb3yakxBZMC" %}
[Sensors & Pairing](/base-stations/base-stations/sensors-and-pairing.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="/pages/SSF7NKVUYpDSwJ5uNoSf" %}
[Notifications & Alerts](/base-stations/base-stations/notifications-and-alerts.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/X2pdWJuXBSH9iWZ3jNBp" %}
[Integrations & 3rd Party Systems](/base-stations/base-stations/integrations-and-3rd-party-systems.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="/pages/NYY24mXdDbkCOx6TWsUj" %}
[Troubleshooting](/base-stations/base-stations/troubleshooting.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}


---

# 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://help.aranet.com/base-stations/base-stations.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.
