> For the complete documentation index, see [llms.txt](https://aliter-business-solutions.gitbook.io/iot-gateway-user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aliter-business-solutions.gitbook.io/iot-gateway-user-manual/gateway-configuration/ota-updates.md).

# OTA Updates

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

1. Click on <mark style="color:purple;">**Select File**</mark> to select a firmware file (.bin format) and click Open.

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

2. Click on <mark style="color:purple;">**Upload**</mark>.

<figure><img src="/files/PGUHJAH8rCv9Ef2lZbQz" alt="" width="524"><figcaption></figcaption></figure>

3. You can see the firmware .bin file in the section below.

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

4. Click on <mark style="color:purple;">**Update Firmware**</mark> to update this firmware on your device.

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

{% hint style="info" %}
Please wait for some time while the firmware gets updated.&#x20;

<mark style="background-color:red;">DO NOT PERFORM ANY OTHER CONFIGURATIONS DURING A FIRMWARE UPDATE</mark>
{% endhint %}

{% hint style="info" %}
Please refer to the [Activity](/iot-gateway-user-manual/gateway-configuration/activity.md) section to check the firmware update status.
{% endhint %}


---

# 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://aliter-business-solutions.gitbook.io/iot-gateway-user-manual/gateway-configuration/ota-updates.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.
