> For the complete documentation index, see [llms.txt](https://nearchip.gitbook.io/qwiktest/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nearchip.gitbook.io/qwiktest/user-management/user-groups.md).

# User Groups

**User Groups** are different from **User Roles**. **User Roles** are used to restricting access to the application by specific permissions, whereas **User Groups** are used to classify the users. To manage user groups, login to the admin account and select `Manage Users > User Groups` from the sidebar menu.

{% hint style="success" %}
User groups are useful when you schedule a test and assign it to only specific users.
{% endhint %}

Some examples of User Groups are:

* Grade 11
* Grade 12
* Graduates
* Post Graduates
* Summer Batch
* Kindergarten
* Scholars
* Short Term
* Long Term

The above list is just for reference. You can create **Unlimited User Groups** of yours.

### Private vs. Public Group

You can also define a User Group as Public or Private.

{% hint style="info" %}

* **Private Group** - Only the admin can add users to the private group
* **Public Group** - Anyone can join the public group (This feature will be available in the next version release)
  {% endhint %}

### Add a User to Multiple User Groups

1. Log in to the admin account and select `Manage Users > Users` from the sidebar menu.&#x20;
2. Click on the edit icon of a user, then choose User Groups from the dropdown. You can assign multiple user groups to a user.
3. Finally, click on the **Update** button to update the details.&#x20;

To learn how to manage users, visit the [Users](/qwiktest/user-management/users.md) page.


---

# 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://nearchip.gitbook.io/qwiktest/user-management/user-groups.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.
