# OTA Update

{% hint style="info" %}
A Firmware File is required to update the Devices.
{% endhint %}

### To Create a New Update&#x20;

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

* Click on the **New Update** and a pop-up window will be displayed.
* Select a **Cluster** from the dropdown, so the **current version** will be auto displayed.
* Select a **Version Type** as **Minor or Major** from the dropdown.
* The New Version will be displayed.

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

* Click on the **Update Firmware file** and a window will be pop up.
* Choose a file in **Bin format** and Click **open.**
* Enter the **Description** and that can have **maximum of 75 characters**.
* Click on **Upload** button.

### To Auto Update the Devices

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

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

* Click on **Show Devices** that is listed for the particular cluster listed on OTA page.
* A table will be displayed.
* Click on **Toggle icon** for devices that needs to be auto updated.
* Once the auto update is enabled, **Update Now** button will be disabled.&#x20;

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

* Click **Show Version** on the updated firmware cluster, a table will be displayed.
* Click **Update Now** for the version that needs to updated.

### To Manual Update a Device

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

* Click on **Show Devices** that is listed for the particular cluster listed on OTA page.
* A table will be displayed.
* **Select update** version on the dropdown listed.
* Make sure the auto update toggle is turned off.
* Click on **Update Now** button.

### To Rollback Devices

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

* Click on **Show Devices** that is listed for the particular cluster listed on OTA page.
* A table will be displayed.
* Click on **Toggle icon** on the auto update that needs to be rollback to the previous version.
* Click **Show Version** on the updated firmware cluster, a table will be displayed.
* Click **Rollback** for the version that needs to be downgraded.


---

# 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/ota-update.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.
