# Updating

To update NeoHive, re-run the install command:

```sh
bash <(curl -fsSL https://raw.githubusercontent.com/NeoHiveAI/install/main/install.sh)
```

The installer pulls the latest image and restarts the container. Your data is preserved. All projects, hives, and indexed knowledge are stored in a Docker volume (`neohive-data`) that persists across upgrades.

## Update notifications

The NeoHive dashboard shows a banner when a new version is available. The banner includes release highlights and a link to the full changelog. You can also click **Check now** to manually check for updates.

The banner is informational only. It won't update automatically. You still need to re-run the installer to apply the update.


---

# 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.neohive.ai/configuration/updating.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.
