# App User Groups

The App User Groups screen allows you to assign personalized names to user groups that correspond to the specific terminology and naming conventions that are relevant to your app.

You can access the app user groups screen using the User Groups option located in the Settings menu of the [App Editor](https://docs.zingy.ai/app-editor/app-editor-tour).&#x20;

***

## Groups

Zingy offers a total of 12 user groups, allowing you to customize the names of all groups except for the 'All Users' and 'Admin' groups, which have predefined names.

It is important to note that you are not required to utilize all of the available groups, and there is no issue if certain groups are not used.

***

## Roles

Zingy provides five predefined roles that offer different levels of privileges.&#x20;

These roles, listed in ascending order of privilege, are:

* Staff Level 1,
* Staff Level 2
* Supervisor
* Manager
* Dept Lead.

When assigning a user to a group, it is essential to specify the role within that group.

Similarly, when defining access control and security rules for resources such as pages, database tables, connections, and more within your app, you are required to specify both the group and the minimum role level.  Users in the group but with lower privilege roles will not be allowed to access the resource.

***

## Customizing group names

To change the name of a group, simply enter the desired name next to the group's number and click Save.

<figure><img src="https://3401585094-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmnBepgycwgisXr9ya1N4%2Fuploads%2FOtCLR8DyFBc4li8hLvIM%2Fimage.png?alt=media&#x26;token=823fc728-3a39-44c2-81a0-d62243398246" alt=""><figcaption><p>User Groups screen</p></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://docs.zingy.ai/app-editor/app-user-groups.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.
