> 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/gateway/gateway-pro/sensors-and-pairing/sensor-sections.md).

# Sensor Sections

From the **Dashboard**, you can open sensor lists and status views.

<figure><img src="/files/JyYUnzyPmB5l4G5udzUh" alt="" width="375"><figcaption></figcaption></figure>

Available sections:

* **Sensors**
* **Favorites**
* **Errors**
* **Signal lost**
* **Warnings**

#### Sensors section

The **Sensors** section shows all sensors paired with the Gateway Pro.

Press **Add more** (top right) to pair a sensor. See [Pairing Procedure](/gateway/gateway-pro/sensors-and-pairing/pairing-procedure.md).

<figure><img src="/files/vCucbeK3ZryBANFqPzZh" alt="" width="375"><figcaption></figcaption></figure>

To switch between sensor lists, tap **All sensors**. Use the drop-down menu to filter by status, for example **Favorites**, **Errors**, **Low battery**, or **Signal lost**.

<figure><img src="/files/6BZVZMB7JsgY3pfTA4Yb" alt="" width="281"><figcaption></figcaption></figure>

This filter menu is available from any sensor list.

#### Favorites section

Add a sensor to **Favorites** by tapping the **star** icon on the sensor card.

<figure><img src="/files/FOEXKAZzNRSn510Ss2gB" alt="" width="375"><figcaption></figcaption></figure>

The **Favorites** list shows sensors marked with a white star.

<figure><img src="/files/Md9HIWa09XW8ai65CYiT" alt="" width="375"><figcaption></figcaption></figure>

#### Errors section

The **Errors** section shows sensors with active errors.

<figure><img src="/files/HdcUdd8ZhwpTWgSZFRe1" alt="" width="375"><figcaption></figcaption></figure>

Sensors can have two types of errors:

* Sensor technical errors
* Empty battery error

#### Signal lost section

The **Signal lost** section shows sensors with no connection to the Gateway Pro.

<figure><img src="/files/H1dCAqUrDOuWSbip27VJ" alt="" width="375"><figcaption></figcaption></figure>

Common causes:

* depleted or removed batteries
* the sensor is out of range
* a sensor hardware issue

#### Warnings section

The **Warnings** section shows sensors with active warnings.

<figure><img src="/files/7BjvQbkNDRwC5HYLhve5" alt="" width="375"><figcaption></figcaption></figure>

Sensors can have two types of warnings:

* Low battery warning
* Measurement out of range warning

{% hint style="info" %}
**Warnings** are non-critical. Sensor data is still received.

**Errors** are critical. Sensor data is not received.
{% endhint %}


---

# 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/gateway/gateway-pro/sensors-and-pairing/sensor-sections.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.
