> For the complete documentation index, see [llms.txt](https://gerardbalaoro.gitbook.io/cpdtrack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gerardbalaoro.gitbook.io/cpdtrack/user-guide/administration/user-management.md).

# User Management

## User Roles

The application uses [**Role-Based Access Control (RBAC)**](https://en.wikipedia.org/wiki/Role-based_access_control), a system of controlling which **users have access to resources based on the role of the user**. Access rights are grouped by role name, and access to resources is restricted to users who have been authorized to assume the associated role [*(Webopedia)*](https://www.webopedia.com/TERM/R/RBAC.html).

| Privileges                                                                                                   | Member | Moderator | Administrator |
| ------------------------------------------------------------------------------------------------------------ | ------ | --------- | ------------- |
| <ul><li>Track CPD Credits</li><li>Register Providers</li><li>Create Programs</li><li>Find Programs</li></ul> |        |           |               |
| <ul><li>Handle Program Accreditation</li><li>Verify Provider Pages</li></ul>                                 |        |           |               |
| <ul><li>Configure Application</li><li>Create / Suspend / Verify User Accounts</li></ul>                      |        |           |               |

Administrators are given the highest privileges and can access all of the configurations within the system. As such, they have **special permissions** (verify information, suspend, and assign roles) to all existing accounts and create new ones.

## Verification

The **verfied badge** lets users know that an account authentic.


---

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

```
GET https://gerardbalaoro.gitbook.io/cpdtrack/user-guide/administration/user-management.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.
