> 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-nl/administratie/software-update.md).

# Software-update

Hier kunnen gebruikers nieuwe versies van de software installeren, automatische updates plannen en handmatige uploads uitvoeren.

**Functies:**

* **Nieuwe versie beschikbaar:**
  * Wanneer er een nieuwe versie van de nomos software beschikbaar is, wordt deze bovenaan weergegeven.
* **Knoppen:**
  * **Installeren:** Start de update naar de nieuwe versie.
  * **Wijzigingen:** Laat gedetailleerde informatie zien over de wijzigingen in de nieuwe versie.
  * **Handmatige upload:** Maakt het mogelijk om een gedownloade updatebestand te uploaden om het systeem handmatig bij te werken.
  * **Annuleren:** Stopt het updateproces.
* **Automatische software-update:**
  * Hier kan de gebruiker de **automatische updates** in- of uitschakelen.
  * **Weekdag:** De gebruiker kan kiezen op welke dag van de week de update automatisch moet worden geïnstalleerd.
  * **Installatietijd:** De periode kan ook worden vastgesteld. Bijvoorbeeld van **02:00 uur tot 04:00 uur**.

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

Automatische software-updates kunnen helpen om het systeem altijd up-to-date te houden, zonder dat de gebruiker handmatig hoeft in te grijpen. Het is echter raadzaam om voor grotere updates een back-up van de gegevens te maken.
{% endhint %}

<figure><img src="/files/P737Z7NXLFSWqYNaryPX" 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-nl/administratie/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.
