# How to manage admin user rights

First go to : **Configuration** >> **Users**

![](/files/-LRmGcQCdjjzCBgx5FZ0)

Click to **Add new**

![](/files/-LRmGsdZVE--bw7Z-0vO)

By default new user role is **User with no rights**\
Choose role **Administrator**  and select in left side the rights module by module

* Listing (can see records)
* See (can see record detail)
* Create (can create new record)
* Edit (can modify a existing record)
* Erase (can delete a record)
* All rights

{% hint style="info" %}
If you select **link to an app user,** Symbyoz create automatically a user inside \_User table with same login & password than this admin. \
This option is very important if you use role & ACL, and if you want limit the right of this user on records in authorized modules.
{% endhint %}


---

# 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://docs.symbyoz.io/tutorials/how-to-manage-user-rights.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.
