> 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/integrateur-fr/administration.md).

# Administration

Dans ce menu, vous pouvez effectuer différentes fonctions administratives.

1. [Paramètres](/nomos-system/integrateur-fr/administration/parametres.md)\
   Ici, vous pouvez ajuster des paramètres comme la langue, le fuseau horaire et la date/l'heure.
2. [Réseau](/nomos-system/integrateur-fr/administration/reseau.md)\
   Dans ce point de menu, vous pouvez gérer les paramètres réseau du contrôleur.
3. [Utilisateurs](/nomos-system/integrateur-fr/administration/utilisateurs.md)\
   Cette section vous permet d'ajouter, de modifier ou de supprimer des utilisateurs.
4. [Appareil mobile](/nomos-system/integrateur-fr/administration/appareil-mobile.md)\
   Ce point de menu offre la possibilité de configurer et de gérer des appareils mobiles pour recevoir des notifications push.
5. [Avancée](/nomos-system/integrateur-fr/administration/avancee.md)\
   Paramètres avancés pour des configurations plus détaillées et des ajustements du système.
6. [Support VPN](/nomos-system/integrateur-fr/administration/support-vpn.md)\
   Activez à la demande un accès distant sécurisé pour votre support (par ex. intégrateur ou nomos system) en communiquant l'adresse IP affichée.
7. [Direct-VPN](/nomos-system/integrateur-fr/administration/vpn.md)\
   Configurez des clients VPN pour accéder au contrôleur en toute sécurité depuis l'extérieur de votre réseau local, de manière permanente.
8. [Sécurité](/nomos-system/integrateur-fr/administration/securite.md)\
   Vous trouverez un aperçu des informations relatives à la sécurité du contrôleur.
9. [Configuration](/nomos-system/integrateur-fr/administration/configuration.md)\
   Dans cette section, vous pouvez sauvegarder ou restaurer différentes configurations et réglages.
10. [Mise à jour](/nomos-system/integrateur-fr/administration/mise-a-jour.md)\
    Cette section permet de mettre à jour le logiciel du contrôleur.


---

# 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/integrateur-fr/administration.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.
