# Group

Groups are very useful if you have multiple departments handling different cases. Different groups can distinguish between purposes, e.g., **Clinical Physiologist** and **Pediatrician**. Simply assign a user to a group, and control each group’s access. They can significantly shorten case resolution time and reduce transfers between agents working in different departments.

This section describes how to manage a group. Users can be members of groups, these groups determine user access privileges to control the user can interact with the system. To view and manage the user's group in 3Dolphins apps, select **Administration** menu > **User Management** > **Group**. On this page, you can find, edit and delete existing groups, as well as add new groups.

![Group Tab](/files/-MSaYcNPfliRjJW-TyXv)

**Component Explanation:**

| Feature                                                             | Description                                                                                                                                                                                                                          |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <img src="/files/-MSaZWqty95R60_fX7jK" alt="" data-size="original"> | Easy to add a logo to your group. Click the '**+Logo'** button to insert the logo into your group.                                                                                                                                   |
| ![](/files/-MSaaisUdQiDK7XkEnMK)                                    | Total team member on the group.                                                                                                                                                                                                      |
| ![](/files/-MSab6fnlGs3MFiDPZwp)                                    | Click this icon to assign the form to your group.                                                                                                                                                                                    |
| ![](/files/-MSabJVkboiknmSBsUfm)                                    | Click this icon to view the list of your team member in the group.                                                                                                                                                                   |
| ![](/files/-MSabVrG8E4UK4y7MTTu)                                    | If you tick a group as public, users or third parties can view and download the documentation using the API (Application Programming Protocol). Through this API, third parties can access the team list from a department or group. |
| ![](/files/-MSacGHrxa69ZdFC_qmQ)                                    | Click this icon to edit the group name.                                                                                                                                                                                              |
| ![](/files/-MSackdM1g5JcXKori4p)                                    | This icon indicates that the group is locked and that it is not possible to delete it. The reason is, the group still has team members.                                                                                              |
| ![](/files/-MWhLESE2RnJ3zUbBCob)                                    | This icon indicates that the group is possible to delete it.                                                                                                                                                                         |

### How to Create New Group

This section contains instructions on how to add new user groups, link groups with users either when users are created or when editing user data. All this can only be done by users who have the privilege of being an Administrator or Supervisor.

In the upper right corner, click the **'+New Group'** button. Type the name of the group to be created and click the 'save' button ( <img src="/files/-MSanXmzbf_o0cJEGg4v" alt="" data-size="original"> ). Then, the new group will be displayed on the group tab on user management page, as shown below.

![Add New Group](/files/-MSamITF9TeCTHZyjrb4)

### How to Edit Group Name

Sometimes, you might need to edit a group name. Maybe it’s because the group in your division or company has changed or been replaced by another division or group.

Select a group from the list of the group management page, click the **‘Edit‘** button. Update group name as needed and then click the ‘save‘ button ( <img src="/files/-MSanF6uaZnnNLQkkoIt" alt="" data-size="original"> ). After clicking the save button, the name of the group will change according to the keywords entered.

![Edit Group Name](/files/-MSandguiCKotWWqyWtT)

### How to Assign Form in Group

In 3Dolphins apps, you can attach the form in chat or add a customer case to the ticket. To be able to do that, you need to assign forms to each group. If the form isn’t assigned to the group, you won’t be able to see the form in the customer case feature or the list of forms when you will attach the form to the customer’s message.

On the group management page, select a group and click the **‘Form‘** icon. Then, you will see a pop-up to assign the form. Select form on the **Available Form** by clicking the 'plus' button, so the form that has been added will appear in the **Group Form** column, as shown images below.

![Assign Form](/files/-MSaowEEO4PaKIuBEcf2)

### How to View Team Member Group

In group management, you can see the number of team members of each group and see who the users are assigned to the group. To see a list of team members, you can select a group and click the **'team'** icon, as shown below.

![Team Member List](/files/-MSapxO7GYs0aN-XOktm)

### How to Remove Group

Groups allow system administrators to apply certain permissions or access to groups of users. It is sometimes necessary to remove a group from a system when it is no longer needed. Before a group can be removed, any users assigned to the group should be reassigned to another group. Because, if the group you want to remove still has team members, the group will be locked and you will do not allow to remove the group.

On the group management page, select the group and click the 'delete group' icon. Then, you will be prompted to confirm the delete request, click ‘**Yes**‘ to proceed remove the group or you can click ‘**No**‘ to return to the group’s page.

![Remove Group](/files/-MSarKCs_d8C_-YB7dWR)


---

# 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.3dolphins.ai/5.1.x/administration/user-management/group.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.
