# Detail

The Detail dashboard of the vibration application is composed of the following sections:

### Device Information & Actions

The device name and description are displayed at the top left of the dashboard. On the top right, the user can visualize the device's:

* Last Activity: displays when SolidRed received the last message from the device.&#x20;
* Spreading Factor: current SF the device is operating at.&#x20;
* RSSI: signal strength as reported by the LNS.&#x20;
* Battery Level: last reported battery percentage or voltage.

Next to the above information, the user can perform the following actions by clicking on the respective icons:

* Annotations: leave and read comments on the device.&#x20;
* Configure: visualize or modify the device's configuration.&#x20;
* Edit: change the entity's information, such as parent asset, device label, description, etc.&#x20;

### Sensor information

The first widget on the dashboard shows the following information:

* Sensor type: the name of the NEON sensor and the protocol version used by the device.&#x20;
* Machine alert thresholds: vibration severity alerts based on the ISO 10186 standard. Further details available in the [Alerts](/docs/solidred-4.1/application-dashboards/vibration/alerts.md) section.
* RPM: range of the RPM of the machine. Editable by the user.
* Sensor orientation: as defined in the entity settings.&#x20;

### Health widget

This widget shows the health status of the monitored asset. In this section, the status of all possible alarms of the device is displayed. The user can click on the status to display the alarm dashboard for more information.&#x20;

### Image

The device's image that the user can upload, update, or delete using the action buttons available when hovering over the image.&#x20;

### Vibration Levels

At the bottom of the Detail dashboard for the vibration application, the vibration levels for each of the axes (A, RH, and RV, based on the sensor orientation) are displayed. &#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-4.1/application-dashboards/vibration/detail.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.
