> For the complete documentation index, see [llms.txt](https://docs.serenicity.fr/control/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.serenicity.fr/control/english/devices/dashboard-dun-appareil.md).

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