# Device health

To access the device health dashboard, first click on the vertical ellipsis that appears when hovering over the device in the asset tree. In the displaying sub-menu, select the **Health** option.&#x20;

<figure><img src="/files/ybQdlzcdMblmlNtldqNy" alt=""><figcaption><p>Example to access the device health dashaboard from the asset tree</p></figcaption></figure>

The device health dashboard comprises the following sections:

* **Metadata**: where the device's name, devEUI, and the date of the last message.
* **Communication status**: indication of the device's current spreading factor and TX counter.
* **Sensor status**: indication of the sensor's pairing and connection.
* **Transmitter temperature**: temperature reported in the device's health messages.
* **Sensor Temperature**: temperature of the probe.&#x20;
* **Frame counter graph**: indication of the transmitted frames.&#x20;
* **Spreading factor graph**: a visual representation of the spreading factor over time.&#x20;
* **Messages fPort**: graph with a representation of the message's fPort over time.&#x20;
* **Transmitter and Sensor Boot tables**: table with timestamp and reason for booting of the sensor and the transmitter.&#x20;
* **Bist graph**: self-test Bist result over time.&#x20;
* **TX counter graph**: TX counter over time.&#x20;
* **Battery level graph**: battery level over time.&#x20;
* **Average RRSSI graph**: average RRSSI over time.&#x20;

An example of the dashboard is presented in the following figure.&#x20;

<figure><img src="/files/b3CjbNypWqnCj5DGAQIM" alt=""><figcaption><p>Example of the device health dashboard </p></figcaption></figure>

### User interaction

The user can interact with the graphs and tables in the device health overview as follows:

* In a graph, hovering over a point will display the value and timestamp where the mouse is pointing.&#x20;
* In a table or graph, the user can expand to fullscreen or export the data with the icons at the top right corner of the widget.&#x20;
* In a table, search functions and column display options are available in the icons in the top right corner.&#x20;


---

# 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.twtg.io/docs/solidred-3.1/data-analytics-features/device-health.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.
