# Managing Groups & Permissions

## Manage Group Permissions:

To manage a group's permission, you must first create one, or use the default ones which are created automatically upon the creation of a project (Default & Administrator).

Assuming that you're following the documentation from the start, we will continue on editing the "Staff" group we created in the previous step. If you have a different group, you can do so by following the same steps.

***

## Steps to Manage A Group:

1. Head over to the "Groups" tab on the Centox Administrator Panel.
2. Select the group that you wish to edit. For this instance, we will be editing our "Staff" group that we created in the previous step.<br>

   <figure><img src="/files/lUNZbXbKnhLC9OYICYZq" alt=""><figcaption></figcaption></figure>
3. Select the form for which you wish to edit the settings for that group. For this instance, we will be editing our "Staff Applications" form. You can choose any of the forms you've made beforehand. <br>

   <figure><img src="/files/RVSP8CSjXOAby7inLonm" alt=""><figcaption></figcaption></figure>
4. Now give the group the permissions that you wish that group to access. You can checkout this page to see which permission node means what: [Permission Nodes & Their Uses](/permissions-and-groups/managing-groups-and-permissions/permission-nodes-and-their-uses.md)
5. For this instance, we will give the "Staff" role all permissions of the "Moderator Permissions" and "Admin Permissions".
6. Once you're done with it, you may scroll down and click "Save Permissions" to save the permissions of that specific group.<br>

   <figure><img src="/files/dNRdcMfxUgTPSAxk2D34" alt=""><figcaption></figcaption></figure>
7. Boom! Your permissions have been setup. Now head over to the next article to see how you can assign your users the permission groups!


---

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