> For the complete documentation index, see [llms.txt](https://docs.twtg.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twtg.io/docs/solidred-documentation/common-dashboards/device-health.md).

# Device health

To access the device health dashboard, select the desired device and click on the device health icon on the top of the detail tab. Alternatively,  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;

The device health dashboard comprises the following sections:

* **Last message:** when was the last message received by the device.&#x20;
* **Metadata**: device's name, devEUI, and integration name
* **Spreading factor**: the latest spreading factor the device currently operates in.
* **Uplink delivery rate**: percentage of successful received uplinks based on the TX counter.
* **Battery level graph**: battery level over time.&#x20;
* **Transmitter temperature**: temperature reported in the device's health messages.
* **Reboot reasons**: table with the reboot reasons reported by the device.
* **Message delivery statistics**: graph with the uplink delivery rate and the uplink message counter.
* **Spreading factor graph**: a visual representation of the spreading factor over time.&#x20;
* **Signal Strength**: graph with the average RSSI over time.&#x20;
* **Bist graph**: self-test Bist result over time.&#x20;

{% hint style="info" %}

### Additional information might be available based on the use case and the device type.

{% endhint %}

### 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 full screen 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
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://docs.twtg.io/docs/solidred-documentation/common-dashboards/device-health.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.
