# Clusters

{% hint style="info" %}
we can create a cluster that is used to save group of devices (IOT device).
{% endhint %}

## Create a Cluster

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

* Click **New Cluster** button to start configuring the Template.

<figure><img src="/files/5Tf1IOtA4zzLqKhkN22x" alt=""><figcaption></figcaption></figure>

* Provide basic cluster info in modal window opened.
* Select the **Vertical** if required.
* Enter the **Description** if required.
* Click **Create** once you've finished the setup.

## Edit a Cluster

<figure><img src="/files/3uHrXhi5aXjjDWE1a5yS" alt=""><figcaption></figcaption></figure>

* Click Product **tile** to view the Cluster.
* Here you can navigate through **tabs**. **Edit** and **Delete** options are available.
* Click on **Edit** option, it navigates to the cluster **Info tab.**
* After editing the, click on **Save And Apply** option or click on **Cancel** option if no changes is required.

## Delete a Cluster

{% hint style="warning" %}
This is a critical action that can affect how your devices and application work
{% endhint %}

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

* Open Cluster
* Click **Delete** button the top right corner
* A confirmation dialogue will appear
* Click on **Delete** on the confirmation dialogue


---

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