> For the complete documentation index, see [llms.txt](https://docs.devsbot.com/devsbot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devsbot.com/devsbot/manage/clusters/web-dashboard.md).

# Web Dashboard

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

### To Create & Edit A Switch

* Click the Cluster, here you can navigate through **tabs**.&#x20;
* Click on the **Web Dashboard** tab.
* Click on **Edit** button.

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

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

* **Drag and Drop** the **Switch** from the widget to the dashboard.
* To edit the switch click on the **Settings** icon.&#x20;

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

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

* A pop-up window is opened.
* The **Title** can be changed.
* Select the **Data Feeds** from the dropdown.
* Enter the **On Value** and **Off Value** for the switch.
* The **toggle button** can be enabled to **show the On/Off Label.**
* Enter a name for the **On Label** and **Off Label**
* Click on the **Update** button.

### To Create & Edit A LED

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

* Click the Cluster, here you can navigate through **tabs**.&#x20;
* Click on the **Web Dashboard** tab.
* Click on **Edit** button.
* **Drag and Drop** the **Led** from the widget to the dashboard.
* To edit the switch click on the **Settings** icon.

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

* A pop-up window is opened.
* The **Title** can be changed.
* Select the **Data Feeds** from the dropdown.
* Click on the **Update** button.

### To Create & Edit A Slider

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

* Click the Cluster, here you can navigate through **tabs**.&#x20;
* Click on the **Web Dashboard** tab.
* Click on **Edit** button.
* **Drag and Drop** the **Slider** from the widget to the dashboard.
* To edit the switch click on the **Settings** icon.

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

* A pop-up window is opened.
* The **Title** can be changed.
* Select the **Data Feeds** from the dropdown.
* Click on the **Create** button.

### **To Create & Edit A Label**

<figure><img src="/files/8JwrPTNowdJ1VCv6VBTd" alt=""><figcaption></figcaption></figure>

* Click the Cluster, here you can navigate through **tabs**.&#x20;
* Click on the **Web Dashboard** tab.
* Click on **Edit** button.
* **Drag and Drop** the **Label** from the widget to the dashboard.
* To edit the switch click on the **Settings** icon.

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

* The **Title** can be changed.
* Select the **Data Feeds** from the dropdown.
* Click on the **Create** button.

### **To Create & Edit A Gauge**

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

* Click the Cluster, here you can navigate through **tabs**.&#x20;
* Click on the **Web Dashboard** tab.
* Click on **Edit** button.
* **Drag and Drop** the **Gauge** from the widget to the dashboard.
* To edit the switch click on the **Settings** icon.\\

<figure><img src="/files/2ahiII0tFqoehPiux0Iu" alt=""><figcaption></figcaption></figure>

* The **Title** can be changed.
* Select the **Data Feeds** from the dropdown.
* Click on the **Create** button.

### **To Create & Edit A Terminal**

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

* Click the Cluster, here you can navigate through **tabs**.&#x20;
* Click on the **Web Dashboard** tab.
* Click on **Edit** button.
* **Drag and Drop** the **Terminal** from the widget to the dashboard.

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

* The **Title** can be changed.
* Select the **Data Feeds** from the dropdown.
* Enter the **Input Hints** that needs to be displayed.
* Select the **Screen colour** for the Terminal.
* Select the **Text Colour** for the input hint.
* Click on the **Create** button.


---

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