> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integrator-en/administration/software-update.md).

# Software Update

Here, users can install new versions of the software, schedule automatic updates, and perform manual uploads.

**Functions:**

* **New Version Available:**
  * When a new version of the nomos software is available, it will be displayed at the top.
* **Buttons:**
  * **Install:** Starts the update to the new version.
  * **Changes:** Shows detailed information about the changes in the new version.
  * **Manual Upload:** Allows the upload of a downloaded update file to manually update the system.
  * **Cancel:** Cancels the update process.
* **Security Update:**
  * Security updates are delivered separately from feature updates, as a patch version of the installed line (for example 3.1.1 for 3.1). When one is available, the "Security update" section shows the version, the security advisories it resolves and the planned installation.
  * **Install security update:** Installs it right away; the system restarts afterwards.
  * **Postpone 7 days:** Moves the automatic installation back by one week. This is possible twice at most; afterwards it is installed in the next installation window.
  * An available security update is also noted in the log and reported to administrators by push notification in the app.
* **Automatic Software Update:**
  * **Install security updates automatically:** On by default, also after an update and on new controllers. A security update is announced a week before its installation and installed in the next installation window on the chosen weekday.
  * **Install all updates automatically:** Additionally installs new versions with new features. Only selectable when security updates are installed automatically.
  * Unticking both boxes switches the automatic off entirely; security updates then have to be installed by hand.
  * **Weekday:** Users can select the day of the week for the automatic installation.
  * **Installation Time:** A time frame can also be set, for example from 2:00 AM to 4:00 AM. The controller checks for updates daily within this window but installs only on the chosen weekday.

{% hint style="info" %}
**Note:**

Automatic software updates can help keep the system up to date without requiring manual intervention from the user. However, it is advisable to create a backup before major updates.
{% endhint %}

<figure><img src="https://content.gitbook.com/content/uO09BeiBXZAYdQbEqB20/blobs/gm3lojM2wVSQDZ9v8ZTl/Software%20Update.jpg" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://documentation.nomos-system.com/nomos-system/integrator-en/administration/software-update.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.
