# Dashboard of a device

The dashboard of a device is in a tab with the icon of the type of device (Detoxio, Probio, Cymealog), and its name.

## Header

The header of a tab shows: the name of the device, its status and mode, the name of the client and site, and the time zone of the device.

<figure><img src="/files/y1BCABG1AcGrIsjdLYzB" alt=""><figcaption><p>Dashboard header</p></figcaption></figure>

{% hint style="info" %}
The **days** and **times** shown for a device will always be calculated according to its **time zone**.

The **time zone of the site** is directly deduced from its **postal address.**
{% endhint %}

The favorite button allows you to add or remove the device from the list of favorites on the [home page](/control/english/introduction/accueil.md).

![Add / remove a favorite device](/files/NgunzyW9g8jAyJKmIkfa)

## Sections

The dashboard of a device then consists of several sections:

* [Dashboard](/control/english/devices/dashboard-dun-appareil/general.md)
* [Endpoints](/control/english/devices/dashboard-dun-appareil/peripheriques.md)
* [Flow](/control/english/devices/dashboard-dun-appareil/flux.md)
* [Cleaner](/control/english/devices/dashboard-dun-appareil/cleaner.md)
* [Alerts](/control/english/devices/dashboard-dun-appareil/alertes.md)
* [Report](/control/english/devices/dashboard-dun-appareil/rapports.md)
* [Settings](/control/english/devices/dashboard-dun-appareil/parametres.md)

{% hint style="info" %}
The date picker allows you to change the date of the dashboard on the **General**, **Endpoints**, **Flow** and **Cleaner** sections.
{% endhint %}


---

# 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.serenicity.fr/control/english/devices/dashboard-dun-appareil.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.
