> 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/solidred-3.3/data-analytics-features/detail/device-detail.md).

# Device detail

The device detail page provides insights into the device's general status and readings. An example of the view is presented in the following image.&#x20;

<figure><img src="/files/lEppYVEqqMVqlw5KlgBq" alt=""><figcaption><p>Device overview</p></figcaption></figure>

### 1. Device information

In the device information section, the user can:

* Manage the device's image. Hovering the image will make the available options visible.
* Click on the battery icon to check the device's battery level.
* Click on the signal icon to check the device's signal strength.&#x20;
* Click on the health icon to look at the device health information.&#x20;
* Click on the gear icon to configure the device.&#x20;
* Click on the pencil icon to edit the device.&#x20;
* Add or edit a description. Hovering in the section will make the icon interact with the section visible.&#x20;
* Add or edit annotations. Hovering in the section will make the icon interact with the section visible.&#x20;

### 2. Health status

Health indicators are shown based on the use case and the device configuration. Clicking on the eye icon that appears when hovering over the status will open a dashboard with insights on the status of the devices and the asset status. These indicators are particularly useful to check the health of the monitored assets. The available health indicators per use case are described in their respective sections.&#x20;

### 3. Additional configurations

Additional configurations per use case, if available, are displayed in this section of the detail page.&#x20;

### 3. Sensor data

A part of the sensor data collected by the devices is displayed in this section. The information displayed is specific to the use case. In the case of the general use case, all available data points are shown in a combined time series graph.&#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/solidred-3.3/data-analytics-features/detail/device-detail.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.
