> For the complete documentation index, see [llms.txt](https://docs.inspiredflight.com/inspired-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inspiredflight.com/inspired-documentation/products/ground-control-stations/herelink/herelink-updating.md).

# Herelink Updating

### Updating the HereLink Settings App

<table><thead><tr><th width="98">Step</th><th>Action</th></tr></thead><tbody><tr><td>1</td><td>In the Herelink Settings app, navigate to the “AirUnit” tab on the top right, wait for the fields to populate, about 5 to 10 seconds.</td></tr><tr><td>2</td><td>At the bottom it will say “update this app”, press this button.</td></tr><tr><td>3</td><td>Once completed, restart the app by pressing the square button in the lower left of the screen and swipe the HereLink settings window to the right.</td></tr></tbody></table>

### Updating the Herelink Setting's OTA App

<table><thead><tr><th width="88">Step</th><th>Action</th></tr></thead><tbody><tr><td>1</td><td>Open the Herelink Settings App, go to “AirUnit” tab (top right), wait for fields to populate, roughly 5 to 10 seconds.</td></tr><tr><td>2</td><td>At the bottom right click, “Update OTA App”.</td></tr><tr><td>3</td><td>Once completed, restart the app by pressing the square button in the lower left of the screen and swipe the HereLink Settings App window to the right to close it out.</td></tr></tbody></table>

### AirUnit Firmware Verification and Updating

<table><thead><tr><th width="88">Step</th><th>Action</th></tr></thead><tbody><tr><td>1</td><td>Open the Herelink Settings App.</td></tr><tr><td>2</td><td>Go to “AirUnit” tab (top right), wait for fields to populate, about 5 to 10 seconds.</td></tr><tr><td>3</td><td>If the “Online” and “Local” firmware numbers match, then it is already on the latest version. But look at numbers carefully, different versions share many digits.</td></tr><tr><td>4</td><td>If they’re not current; first tap “Download Air Firmware”, then “Transfer to Airunit”, and lastly, “Update Air Unit”. Each step will take a couple minutes to complete.</td></tr><tr><td>5</td><td>Once the progress bar reads “Done” tap anywhere to close the window.</td></tr><tr><td>6</td><td>Power off the drone.</td></tr></tbody></table>

### Update the Hand Controller (Herelink)

<table><thead><tr><th width="86">Step</th><th>Action</th></tr></thead><tbody><tr><td>1</td><td>Connect Herelink Ground Unit to WiFi, verify the Android system is up to date.</td></tr><tr><td>2</td><td>Navigate to Settings > About Phone (at bottom of settings) > System Update.</td></tr><tr><td>3</td><td>If there is an updat available click Update and the download should begin.</td></tr><tr><td>4</td><td>Connect the Herelink to the charger so it has sufficient power during the Update.</td></tr></tbody></table>


---

# 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://docs.inspiredflight.com/inspired-documentation/products/ground-control-stations/herelink/herelink-updating.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.
