# Group Management

Users can be members of one or more groups. Each new user is added to the `Default` group automatically. Members of `Admin` can create new groups, add and remove members from groups, and disable users from accessing the application entirely. Each group can be connected to specific data sources.

### 1. Creating & Editing Groups

Only members of `Admin` can edit or create groups. Go to `Settings > Groups` and hit **New Group**. Type a name for your new group and the continue.

Then add users to your new group by typing their names.

You can edit details for a group by clicking its name on the groups list in the settings panel. There you can change its name, add or remove users, or associate it with different data sources.

The `Default` and `Admin` groups can’t be deleted.

<figure><img src="/files/P9f4SbCpKHAXWTrsAJC0" alt=""><figcaption><p>creating &#x26; editing groups </p></figcaption></figure>

### 2. Making Admins

You can make any user an admin. Just add that user to the `Admin` group. Admins are able to modify data sources, change groups and permissions, disable users, and add further admins. To withdraw admin permissions from a user just remove them from `Admin` group by following the instructions above.

### 3. Disabling Users

Admins can add a user to the `Disabled` group from the `Settings` screen. Find the user on the `Users` tab and click the `Disable` button on the right.

<figure><img src="/files/YCjESqc9SyLGOmiFS3NV" alt=""><figcaption><p>disabling users</p></figcaption></figure>

Disabled users cannot login to the application. You can re-enable a disabled user by finding them on the `Disabled` tab.

{% hint style="info" %}
The `Disabled` tab does not appear unless you have at least one disabled user.
{% 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.inverse.watch/admin-and-dev-guide/users/group-management.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.
