> For the complete documentation index, see [llms.txt](https://docs.coherent.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coherent.global/coherent-control/user-management/role-types.md).

# Role Types

Role types control what a user can do inside a specific process. They define whether someone can contribute work, review it, or manage the process end to end.

These role types are different from platform access roles. Platform roles control which parts of the application a user can access. Process role types control what they can do once they are inside a process.

The table below summarizes each role type and its scope.

<table><thead><tr><th width="186.0546875">Role Name</th><th>Role Description</th></tr></thead><tbody><tr><td>Contributor</td><td>The contributor can view process configurations and create/update relevant chains in a process, but they can not update process configurations or view resources not relevant to their own chains.</td></tr><tr><td>Auditor</td><td>The auditor has full rights to view any information about the process, but can not make any changes to its state.</td></tr><tr><td>Owner</td><td>The owner has full rights over the control process. They are able to perform all operations on the group.</td></tr></tbody></table>


---

# 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://docs.coherent.global/coherent-control/user-management/role-types.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.
