> 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.md).

# User Roles and Access Control

- [User Management](https://docs.certinext.io/documentation/user-roles-and-access-control/user-management.md)
- [Group Management](https://docs.certinext.io/documentation/user-roles-and-access-control/group-management.md)
- [Create and Manage Groups](https://docs.certinext.io/documentation/user-roles-and-access-control/group-management/create-and-manage-groups.md)
- [Assign Users To Groups](https://docs.certinext.io/documentation/user-roles-and-access-control/group-management/assign-users-to-groups.md)
- [Configure Cross-Group Access](https://docs.certinext.io/documentation/user-roles-and-access-control/group-management/configure-cross-group-access.md)
- [Account-Level Group Isolation](https://docs.certinext.io/documentation/user-roles-and-access-control/group-management/account-level-group-isolation.md)
- [Role Based Access Control](https://docs.certinext.io/documentation/user-roles-and-access-control/role-based-access-control.md)
- [Module-by-Module Permission Details](https://docs.certinext.io/documentation/user-roles-and-access-control/role-based-access-control/module-by-module-permission-details.md)
- [Assigning a Role When Creating a New User](https://docs.certinext.io/documentation/user-roles-and-access-control/role-based-access-control/assigning-a-role-when-creating-a-new-user.md)
- [Editing an Existing User's Role](https://docs.certinext.io/documentation/user-roles-and-access-control/role-based-access-control/editing-an-existing-users-role.md)
- [Creating a Custom Role](https://docs.certinext.io/documentation/user-roles-and-access-control/role-based-access-control/creating-a-custom-role.md)
- [Group Level Access Controls](https://docs.certinext.io/documentation/user-roles-and-access-control/role-based-access-control/group-level-access-controls.md)
- [Approval Roles and Delegation](https://docs.certinext.io/documentation/user-roles-and-access-control/approval-roles-and-delegation.md)
- [Separation of Duties](https://docs.certinext.io/documentation/user-roles-and-access-control/separation-of-duties.md)
- [API tokens and Service Accounts](https://docs.certinext.io/documentation/user-roles-and-access-control/api-tokens-and-service-accounts.md)
- [Single Sign On Integration](https://docs.certinext.io/documentation/user-roles-and-access-control/single-sign-on-integration.md)


---

# 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.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.
