> For the complete documentation index, see [llms.txt](https://docs.centox.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.centox.io/permissions-and-groups/creating-a-group.md).

# Creating a group

{% hint style="warning" %} <mark style="color:orange;">**Pro feature**</mark>

Custom domains are only available for projects on the **Pro** or **Advanced** plan.
{% endhint %}

## Creating a Group:

1. Firstly, Select the "Groups" option from the sidebar, on the Centox Administrator Panel.<br>

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

1. By Default, you will only see two groups, "Default" & "Administrator".<br>

   <figure><img src="/files/PmssYzV5k71BYh0E9mGQ" alt=""><figcaption></figcaption></figure>
2. To create a new group, Click on the "+" icon beside the "Groups" heading on the Groups Management Sidebar.<br>

   <figure><img src="/files/Sqag7ZDBmlWrmfcMaaDe" alt=""><figcaption></figcaption></figure>
3. Give your group a unique name. Also give your group a color. (This doesn't have to be unique). You will see a preview of how to group name would look like below the Group Color Settings. For this instance, we will name the group "Staff", & set the color to "Pink".<br>

   <figure><img src="/files/zgi9dHPBBmvx9PA1RCLV" alt=""><figcaption></figcaption></figure>
4. Click the "Create" Button, and Viola! Your group has been created!


---

# 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.centox.io/permissions-and-groups/creating-a-group.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.
