# Dashboard

The **Dashboard** tab displays all the widgets that you have added to the device type of that device. If you add widgets to a device type, all devices that inherit from that device type will receive the same widgets.

You can reconfigure the existing widgets, add new widgets to the dashboard, or remove existing widgets from the dashboard:

{% hint style="danger" %}
The changes you've made on the dashboard will be applied to all devices of the corresponding device type.
{% endhint %}

To edit the dashboard, click the **Edit** button to enable edit mode. Clicking the Edit button will display the **+ Add Widget** and **Save** buttons next to it.

<figure><img src="/files/ofyY8tBnl8ZdWuRbKPm1" alt=""><figcaption></figcaption></figure>

Click (or mouse over) the **Settings** button (cogwheel) to edit an existing widget.&#x20;

<figure><img src="/files/QoOc1z44NvnZg0AGDz70" alt=""><figcaption></figcaption></figure>

A drop-down toolbar will be displayed with the following buttons.

<figure><img src="/files/KvnnTSwwIMMXoZpwJ2av" alt=""><figcaption></figcaption></figure>

* **Edit** - To reconfigure the widget.
* **Copy/Clone** - To create an identical copy of the widget that can be reconfigured.
* **Delete** - To remove the widget from the dashboard.

To add a new widget, click on the **+ Add Widget** button.

{% hint style="info" %}
The complete instructions on how to add and configure each widget type can be found on the [Widgets](/get-started/widgets.md) page.
{% endhint %}

After editing the dashboard, click on the **Save** button to apply the changes.

{% hint style="danger" %}
The changes will apply to all devices of the corresponding device type.
{% 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.widgelix.com/get-started/devices/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.
