# Dashboard

{% hint style="info" %}
We can control the switches and send message to the devices.
{% endhint %}

### To Control the switch

* Click on any particular **Device.**
* Here you can navigate through **tabs.**&#x20;
* Click on the **Dashboard** tab.
* Click the **Toggle button** to turn on or to turn off the switch.

### To Control the Terminal

* Click on any particular **Device.**
* Here you can navigate through **tabs.**&#x20;
* Click on the **Terminal** tab.
* Enter the **Text** that can be sent as message to the device.

### To Control the Slider

* Click on any particular **Device.**
* Here you can navigate through **tabs.**&#x20;
* Click on the **Slider** tab.
* **Slid** the bar so the value will get increased and decreased.
* **Slider** value is displayed as per the input given to the device.&#x20;

### Display Widgets

**Gauge**

* Click on any particular **Device.**
* Here you can navigate through **tabs.**&#x20;
* The **Gauge** is displayed as per the input given to the device.&#x20;

#### LED

* Click on any particular **Device.**
* Here you can navigate through **tabs.**&#x20;
* The **LED** shows the output of the device.&#x20;

####


---

# 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.devsbot.com/devsbot/manage/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.
