> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/platform-user-guide-book/device/device-dashboard-details.md).

# Device dashboard details

The Device Page provides an in-depth view of a selected device, displaying detailed metrics, configurations, and real-time status updates. Here, users can access specific settings, apply rules, view data history, and configure alerts tailored to the device. This page serves as the central hub for managing and monitoring each device’s individual performance and operational parameters

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc6lBTiYhCMHgJLG-AhFMTYCj7iiI8cZSusjfzWY5kQTMzw1mso3Fop4U5NBy_C84Mjolj8KrNhQEnBQC5Nfchioveqk2giQumKUDt1QmpHGGBJlsi-QtH5pmlNucbJFMeOwk7hqw?key=M-g4csUEzYvWKn331EzU-Woy" alt=""><figcaption><p>Device page Overview</p></figcaption></figure>

* **Reset the dashboard to the default layout:** Restore the dashboard to its original layout,deleting any customization to its layout.
* **Add widget:** The user can select widgets to be assigned to the devices in the group.
* **Copy layout:** to duplicate the dashboard to other devices by selecting the group o sub-group containing the target devices.

{% hint style="warning" %}
Only compatible devices will be shown.
{% endhint %}

<figure><img src="/files/ydACCCqJ7cneUyNllegs" alt=""><figcaption><p>Device dashbord pages</p></figcaption></figure>

* **Dashboard:** View all widgets associated with the device, modify existing configurations, or add and set up new widgets.
* **Configuration:** display the most recent synced configuration, which initially matches the device's bootstrap settings. When widget settings are changed, a "configuration pending" status appears. The configuration updates will be applied when the device next connects to the GiOT backend.
* **Rules:** Access and add rule widgets, such as Battery Level Alarm, Geofence Alarm, and Alarm to Email Rule.
* **Alarms:** View all generated alarms, prioritized by importance.
* **Events:** Track all events triggered by the device.
* **Timeseries:** Select one or more measurements to display a related data graph; use the calendar icon to set the time interval.
* **Properties:** Edit and view device information, including name, serial number, timezone, container details, and a descriptive text about the device.


---

# 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.g-iot.io/platform-user-guide-book/device/device-dashboard-details.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.
