> For the complete documentation index, see [llms.txt](https://docs.certinext.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.certinext.io/documentation/user-roles-and-access-control/group-management/create-and-manage-groups.md).

# Create and Manage Groups

Access to group management features is controlled by dedicated permissions within the Settings module. The settings.groups.view permission allows a user to see the groups list and is granted to the Administrator, Manager, Finance Manager, and Standard User roles. The settings.groups.add permission allows an Administrator to create a new group and is exclusive to the Administrator role. The settings.groups.edit permission allows an Administrator to modify an existing group's details and is also exclusive to the Administrator. The settings.groups.allocate\_credits permission allows the Administrator, Finance Manager, and Manager to allocate credits to a group. The settings.groups.export permission allows the Administrator to export the full groups list to a file.

&#x20;

## Navigating to Groups

Log in to CERTInext as an Administrator. In the left-hand navigation, click Settings to expand the section, then click Users & Roles. On the Users & Roles page, click the Groups tab to open the groups management view. The Groups list displays all existing groups with their names, member counts, and associated metadata.

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

&#x20;

## Creating a New Group

Only the Administrator role can create a new group (permission: settings.groups.add).

From the Groups tab, click the + Add Group button. The Add Group form opens. Enter a clear and descriptive Group Name that reflects the team, department, or functional unit the group represents - for example, Infrastructure Team, Security Operations, or APAC Sales. Add a Description to explain the group's purpose so other Administrators understand its intended membership.

<figure><img src="/files/7fU7hmkgokn54YVaQjxA" alt=""><figcaption></figcaption></figure>

If credit allocation is relevant to this group - for example, if the group represents a cost centre that needs its own certificate budget - the Administrator or Finance Manager can allocate credits to the group either during creation or afterwards via the Edit Group screen. Click Save. The new group appears in the Groups list immediately.

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

&#x20;

## Editing a Group

From the Groups tab, locate the group you want to modify and click the View button in its Action column. On the Group Detail page, click the Edit (pencil) icon. You can update the Group Name, Description, and credit allocation. Click Save. Changes take effect immediately for all users assigned to that group.

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


---

# 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.certinext.io/documentation/user-roles-and-access-control/group-management/create-and-manage-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.
