# Role Types

The following tables outline the various roles within the platform, detailing their permissions and access levels. Each role has specific capabilities, from viewing and editing findings to managing user roles and accessing documents.

<table data-full-width="false"><thead><tr><th width="142">Role Type</th><th>Access the Fixing Plan</th><th>Edit the Fixing Plan</th><th width="109">Invite New Users and Change Roles</th><th width="205">View Documements</th><th width="484">Download Documents</th><th width="100">Ask Retest</th></tr></thead><tbody><tr><td>Admin</td><td>Enabled</td><td>Enabled</td><td>Enabled</td><td>Enabled</td><td>Enabled</td><td>Enabled</td></tr><tr><td>Team Member</td><td>Enabled</td><td>Enabled</td><td>Only Team Members and Viewers</td><td>Only view the findings report</td><td>Only the findings report and the fixing stylesheet Excel</td><td>Enabled</td></tr><tr><td>Viewer</td><td>Enabled</td><td>Disabled</td><td>Disabled</td><td>Only view the   findings report</td><td>Disabled</td><td>Disabled</td></tr></tbody></table>


---

# 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.clear-gate.com/basics/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.
