# Administration

In this menu, you can perform various administrative functions.

1. [Settings](/nomos-system/integrator-en/administration/settings.md)\
   Here you can adjust settings like language, timezone, and date/time.
2. [Network](/nomos-system/integrator-en/administration/network.md)\
   In this section, you can manage the network settings of the controller.
3. [Users](/nomos-system/integrator-en/administration/users.md)\
   This area allows you to add, edit, or delete users.
4. [Mobile Devices](/nomos-system/integrator-en/administration/mobile-devices.md)\
   This section provides the option to configure and manage mobile devices for receiving push notifications.
5. [Advanced](/nomos-system/integrator-en/administration/advanced.md)\
   Advanced settings for deeper configurations and system customizations.
6. [Support VPN](/nomos-system/integrator-en/administration/support-vpn.md)\
   Here you will find support information and help resources.
7. [VPN](/nomos-system/integrator-en/administration/vpn.md)\
   This is where you can set up VPN clients.
8. [Security](/nomos-system/integrator-en/administration/security.md)\
   This section provides an overview of security-related information for the controller.
9. [Configuration](/nomos-system/integrator-en/administration/configuration.md)\
   In this section, you can back up or restore various configurations and settings.
10. [Software Update](/nomos-system/integrator-en/administration/software-update.md)\
    This section allows you to update the software of the controller.


---

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