> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/platform-user-guide-book/fota.md).

# FOTA

The **FOTA** page within the GIoT platform allows you to remotely manage firmware updates for supported devices.\
From here, you can create **update campaigns**, track their progress, and ensure that all devices run the latest firmware version.\
This process eliminates the need for manual updates, saving time and ensuring consistency across your device fleet.

<figure><img src="/files/6SByisZiqWWKnBB2CfiJ" alt=""><figcaption></figcaption></figure>

### **Steps to Access the FOTA Page**

1. **Open the Cockpit Menu**\
   From the main sidebar, navigate to the **Cockpit Menu**.
2. **Select FOTA**\
   Click on **FOTA** to access the firmware management section.
3. **Go to Campaigns**\
   Inside the FOTA section, click on **Campaigns** to view all existing campaigns and their current statuses.


---

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

```
GET https://docs.g-iot.io/platform-user-guide-book/fota.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.
