# Adding a User – Step-by-Step

Adding a new user in the nomos app is a straightforward process that allows administrators to create new user accounts and assign permissions.

1. **Select User Group**
   * **User Group:** Choose the user group for the new user. There are different groups such as "user" and "admin." Admins have full access to the app's settings and features, while users ("user") have limited rights.
2. **Fill out User Information**
   * **Full Name:** Enter the full name of the new user.
   * **Username:** The username will be used for logging into the nomos app.
   * **E-Mail:** Provide the user's email address. This can be used for notifications and password recovery.
   * **Password:** Create a secure password for the account.
   * **Verify Password:** Confirm the password to ensure it has been entered correctly.
3. **Create User**

   * **Add:** Once all information is correctly entered, click "Save" to create the new user.
   * **Cancel:** Click "Cancel" to abort the process and discard the entries.

   <figure><img src="/files/tDSdK4khPyJDYEMaCIyH" alt=""><figcaption></figcaption></figure>


---

# 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/users/adding-a-user-step-by-step.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.
