# Manage

- [Clusters](https://docs.devsbot.com/devsbot/manage/clusters.md): In Clusters page, we can create a cluster with a hardware. The connection type would be Wifi and vertical can also be selected.
- [Info](https://docs.devsbot.com/devsbot/manage/clusters/info.md): In Info tab, Firmware configuration is been displayed and even cluster can be deleted in the this tab. The Info of the cluster can also be edited.
- [Data Feeds](https://docs.devsbot.com/devsbot/manage/clusters/data-feeds.md): In Data Feeds channels that are used to send data between the device and Devsbot. We will be using this Data Feeds to send random values from your device.
- [Events](https://docs.devsbot.com/devsbot/manage/clusters/events.md): Events are used push notifications which can be sent over email and used to track, log, and work with important events that happen on the device.
- [Devices](https://docs.devsbot.com/devsbot/manage/clusters/devices.md): In devices tab, a group of devices is used to store in a cluster and auto update can be setup for the device. Web Zone can be imported for a device.
- [Web Dashboard](https://docs.devsbot.com/devsbot/manage/clusters/web-dashboard.md): In Web Dashboard tab, the widgets can be selected to display the output for the analog, digital and for virtual pins.
- [Devices](https://docs.devsbot.com/devsbot/manage/devices.md): In Devices Page, when creating a single device or multiple devices that should mapped to a cluster.
- [Dashboard](https://docs.devsbot.com/devsbot/manage/devices/dashboard.md): In Dashboard tab, the widgets that are been added will be displayed in this dashboard. The Gauge, LED and Slider works according the widgets input.
- [Device Info](https://docs.devsbot.com/devsbot/manage/devices/device-info.md): In Device Info tab, the device complete information and the organization details are been displayed.
- [Device Data](https://docs.devsbot.com/devsbot/manage/devices/device-data.md): In Device Data Tab, device data will be displayed with Name, Data and Description.
- [Events Log](https://docs.devsbot.com/devsbot/manage/devices/events-log.md): In Events Log Tab, all events that are been triggered will be logged in this tab.
- [Web Zones](https://docs.devsbot.com/devsbot/manage/web-zones.md): In Web Zones page, we are create a SSID and password to connect internet for the device and to locate the device.
- [OTA Update](https://docs.devsbot.com/devsbot/manage/ota-update.md): In OTA Update Page, we can create a OTA Update for cluster. As the cluster has a collection of devices. Device can be updated.


---

# 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.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.
