> 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/gebruikers/gebruiker-toevoegen-stap-voor-stap.md).

# Gebruiker toevoegen – stap voor stap

Het toevoegen van een nieuwe gebruiker in de nomos App is een eenvoudig proces, waarmee beheerders nieuwe gebruikersaccounts kunnen aanmaken en hen rechten kunnen toekennen.

1. **Gebruikersgroep selecteren**
   * **Gebruikersgroep:** Kies de gebruikersgroep van de nieuwe gebruiker. Er zijn verschillende groepen zoals "gebruiker" en "admin". Admins hebben volledige toegang tot de instellingen en functies van de app, terwijl gebruikers ("gebruiker") beperkte rechten hebben.
2. **Gebruikersinformatie invullen**
   * **Naam:** Vul de volledige naam van de nieuwe gebruiker in.
   * **Gebruikersnaam:** De gebruikersnaam wordt gebruikt voor inloggen in de nomos App.
   * **E-Mail:** Geef het e-mailadres van de gebruiker op. Dit kan worden gebruikt voor meldingen en voor het herstellen van het wachtwoord.
   * **Wachtwoord:** Maak een veilig wachtwoord voor het account.
   * **Wachtwoord bevestigen:** Bevestig het wachtwoord om er zeker van te zijn dat het correct is ingevoerd.
3. **Gebruiker aanmaken**

   * **Toevoegen:** Zodra alle informatie correct is ingevuld, klik op "Toevoegen" om de nieuwe gebruiker aan te maken.
   * **Annuleren:** Klik op "Annuleren" om het proces te stoppen en de invoer te verwerpen.

   <figure><img src="/files/tDSdK4khPyJDYEMaCIyH" alt=""><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/gebruikers/gebruiker-toevoegen-stap-voor-stap.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.
