> For the complete documentation index, see [llms.txt](https://docs.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.docbits.com/administration-and-setup/settings/global-settings/groups-users-and-permissions/groups-and-permissions/adding-editing-groups.md).

# Adding/Editing Groups

{% embed url="<https://youtu.be/xE4RQnbOMug>" %}
DocBits Groups & Permissions Tutorial: Set User Roles, Access Rights & Secure Your Workspace
{% endembed %}

## To add a new group or change the permissions of an existing group, you can do the following:

* **Navigate to Group Settings:** Log in to your admin account and go to Group Settings in the admin panel.

<figure><img src="/files/BUSaJCFA7lA7OMdDmj8i" alt="Groups Settings Overview"><figcaption></figcaption></figure>

This window will open:

<figure><img src="/files/QfYdKlwhGeKR9ABXe8ay" alt="Groups List Overview"><figcaption></figcaption></figure>

* **Click the + New button:** If you want to add a new group, click the + New button to start the process of adding a new group.

<figure><img src="/files/X2VVPc7jrlINpvQJgFNr" alt="Add New Group Button"><figcaption></figcaption></figure>

* **Fill out the table:** Provide the group name and a description of the group.
* **Save the details:** Once you have filled in the group and description, click the "Save" button.

<figure><img src="/files/xmKDRtRqta7sGvdEIix3" alt="New Group Form Save"><figcaption></figcaption></figure>

## Editing Groups:

* **Edit Groups:** To edit groups, click on "edit", here you can change the group name

<figure><img src="/files/P3pV4lTbI64Hx7Tvrie9" alt="Edit Group Button"><figcaption></figcaption></figure>

<figure><img src="/files/wEXDZGsRSnhQrNzHqpLm" alt="Edit Group Form"><figcaption></figcaption></figure>

* **Enable Groups & permissions:** To make the group visible, "Groups & permissions" must be enabled.

<figure><img src="/files/tthY07NczSVTDfl70qyw" alt="Enable Groups and Permissions Toggle"><figcaption></figcaption></figure>

* **Check the results:** After saving, review the results to make sure the group was successfully added, edited, or updated.


---

# 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://docs.docbits.com/administration-and-setup/settings/global-settings/groups-users-and-permissions/groups-and-permissions/adding-editing-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.
