# User Groups

This process is designed to determine the actions that each type of user can perform in Edusuite. You'll need to manage your user groups accordingly.

## Access and Navigation

The **User Groups** module can be found under **Users** > **User Setup**

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

If you cannot view the link from the list, check the privilege assigned to your account or role.

{% hint style="danger" %}
Contact your school’s system administrator to request view or edit access if you cannot access the rights management screen.
{% endhint %}

## Add New User Group

* Click on **New Group** found in the upper right corner of the page

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

* After clicking **New Group**, a window will pop up where you can enter the group's name and select the profile type: Teacher, Student, or Others, from the dropdown menu. Once you have filled out the information, click **Add User Group** to save

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfO24I_YzEe-2gGSVZvcbWQ5SlhbkSjJW__awkmi369rWQ9Hw3levrMmsDQznj0Alml3zPfGMMqldecuGKt2g7w8v9Z8au1-ChkmUUOnth0U8PVpzN4SXxpvk7VU9FeHXh0zHDz?key=Xtu007C1b71_j1mZQ5e0BA" alt=""><figcaption></figcaption></figure>

* Profile Types make the necessary backend adjustments for each of the user groups added. User access level depends on the profile type set to a user
  * Others - create a new user type not included above
  * Student
  * Guardian
  * Faculty
  * Subject Head
  * Faculty Coordinator
  * Club Coordinator

## Edit User Group

If you want to change the details and accesses of a user group, click on the group’s **Pencil** button

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

Edit accordingly, then click on the **Submit** button

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

## Assign Privilege

Once groups have been created, you can now proceed to apply privileges to user groups. Simply click on the checkboxes to allow a user group to View, Edit, or Delete a certain screen.

Giving users Edit privileges will give them access or permission to edit all the settings that are present on that particular screen.

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

The User Groups row can be rearranged by dragging the **header** from left to right. You may also scroll to the far right to view your other user groups.

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

## Delete a User Group

To delete a user group, click on the **Trash bin** icon next to that group.

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

Confirm this action by clicking **Yes, Delete** when the pop-up message appears.

<figure><img src="/files/xDo2CTNvib18SvCK2YrJ" 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://info.edusuite.asia/product-guide-k12/admin-home/users-module/user-setup/users.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.
