> For the complete documentation index, see [llms.txt](https://help.aranet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aranet.com/gateway/gateway-pro/gateway-pro-configuration/updating-the-firmware.md).

# Updating the Firmware

Firmware updates add fixes and improvements.

The Gateway Pro needs internet access. See [Connecting to Network](/gateway/gateway-pro/gateway-pro-configuration/connecting-to-network.md).

### Check for an update

When an update is available, the **Firmware** icon turns orange on the **Home Dashboard**.

<figure><img src="/files/Ndp7IKtboISfcjyCuuV0" alt="" width="375"><figcaption></figcaption></figure>

Press the icon to open the firmware screen.

The screen shows:

* current firmware version
* current version release date
* latest available firmware version
* **Change log**

<figure><img src="/files/kybOMrcY6blWEPgA98Wp" alt="" width="375"><figcaption></figcaption></figure>

### Review the change log (optional)

Press **Change log** to see the changes included in the latest firmware.

You can also check [Gateway Pro's Firmware Change Log](/gateway/gateway-pro/firmware-and-hardware/gateway-pros-firmware-change-log.md).

<figure><img src="/files/wOiNDnMu6AFXbN4LuCGM" alt="" width="375"><figcaption></figcaption></figure>

### Install the update

Press **Update now**.

The Gateway Pro downloads the firmware and installs it automatically.

{% hint style="warning" %}
Do not remove power during the update.

Keep the internet connection active.

The Gateway restarts during the update.
{% endhint %}

<figure><img src="/files/8MBT9MliMuvyOiDEV9mC" alt="" width="375"><figcaption></figcaption></figure>

### Confirm the result

After a successful update, the Gateway Pro shows a confirmation message.

<figure><img src="/files/SdTOgpgqd4jDz7mA0l4V" alt="" width="375"><figcaption></figcaption></figure>

If the update fails, the Gateway Pro shows an error message.

<figure><img src="/files/INHFB9XkL27A8JTw65Za" alt="" width="375"><figcaption></figcaption></figure>

Try **Update now** again.

If it still fails, contact <support@aranet.com>.


---

# 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://help.aranet.com/gateway/gateway-pro/gateway-pro-configuration/updating-the-firmware.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.
