# Dashboard

Dashboard is used to visualize data (e.g. from sensors) and provide remote control for your devices.

<figure><img src="/files/QQQHUqeqbSVsXqPR3hu1" alt=""><figcaption><p>Device Dashboard</p></figcaption></figure>

Select or adjust Time Period using the switches on top of the tab.

The dashboard is configured in the Device Template (see this link below).

{% content-ref url="/pages/-MRUg9tfJCNCnjvroaND" %}
[Web Dashboard](/en/blynk.console/templates/dashboard.md)
{% endcontent-ref %}

Each widget may have individual elements (see the documentation for each respective widget).

{% content-ref url="/pages/6b8BIFDpnhjf9oNnMsTn" %}
[Widgets (Console)](/en/blynk.console/widgets-console.md)
{% endcontent-ref %}


---

# 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.blynk.io/en/blynk.console/devices/device-profile/dashboard.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.
