> 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.md).

# Administratie

In dit menu kunnen verschillende administratieve functies worden uitgevoerd.

1. [Instellingen](/nomos-system/integrator-nl/administratie/instellingen.md)\
   Hier kunt u instellingen zoals taal, tijdzone en datum/tijd aanpassen.
2. [Netwerk](/nomos-system/integrator-nl/administratie/netwerk.md)\
   In dit menu kunt u de netwerkinstellingen van de controller beheren.
3. [Gebruikers](/nomos-system/integrator-nl/administratie/gebruikers.md)\
   Dit gedeelte stelt u in staat om gebruikers toe te voegen, te bewerken of te verwijderen.
4. [Mobiele apparaten](/nomos-system/integrator-nl/administratie/mobiele-apparaten.md)\
   In dit menu heeft u de mogelijkheid om mobiele apparaten te configureren en te beheren voor het ontvangen van pushberichten.
5. [Geavanceerd](/nomos-system/integrator-nl/administratie/geavanceerd.md)\
   Geavanceerde instellingen voor diepgaandere configuraties en systeemaanpassingen.
6. [Ondersteuning VPN](/nomos-system/integrator-nl/administratie/ondersteuning-vpn.md)\
   Schakel op aanvraag veilige toegang op afstand in voor uw support (bijv. integrator of nomos system) door het weergegeven IP-adres te delen.
7. [Direct-VPN](/nomos-system/integrator-nl/administratie/vpn.md)\
   Stel VPN-clients in om de controller permanent en veilig van buiten uw lokale netwerk te bereiken.
8. [Beveiliging](/nomos-system/integrator-nl/administratie/beveiliging.md)\
   Hier ziet u een overzicht van beveiligingsgerelateerde informatie van de controller.
9. [Configuratie](/nomos-system/integrator-nl/administratie/configuratie.md)\
   In dit gedeelte kunt u verschillende configuraties en instellingen opslaan of herstellen.
10. [Software-update](/nomos-system/integrator-nl/administratie/software-update.md)\
    Dit gedeelte maakt het mogelijk om de software van de controller bij te werken.


---

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