# Manage User Roles

## Company Roles

When adding a new user to a company, you can assign them the following roles:

<table><thead><tr><th width="200">Role</th><th>Description</th></tr></thead><tbody><tr><td>Company Owner</td><td><p>The owner can use all platform features and delete the company if needed. The owner can delete admins.</p><div data-gb-custom-block data-tag="hint" data-style="success" class="hint hint-success"><p>The user who <strong>creates a company</strong> becomes the <strong>Сompany Owner</strong>.</p></div><div data-gb-custom-block data-tag="hint" data-style="danger" class="hint hint-danger"><p>This role can't be assigned to another user.</p></div></td></tr><tr><td>Administrator</td><td>The user with access to all platform capabilities. Administrators can invite users, manage permissions, create, edit, and delete any Projects, manage branding, create tasks, and assign responsible users.</td></tr><tr><td>Member</td><td>The user who can view all company Projects and comment on them, but can't edit them unless they are invited to the Project or given extra permissions.</td></tr><tr><td>Guest</td><td>The user invited to the company that have no permissions by default.</td></tr><tr><td>Commentator</td><td>The user that can view and comment the Project via <a href="/pages/yn9F5zinadLWxadC19Yr">public link for commenting</a> only.</td></tr></tbody></table>

## Project Roles

When adding a new user to a Project, you can assign them the following roles:

<table><thead><tr><th width="200">Role</th><th>Description</th></tr></thead><tbody><tr><td>Project Owner</td><td><p>The user who <strong>creates a Project</strong> becomes the <strong>Project Owner</strong>.<br><br>The user with access to all editing capabilities and collaboration features within the Project, in addition to the capabilities provided by the role in the company. The Project Owner can invite other users to the Project and delete it if necessary.</p><div data-gb-custom-block data-tag="hint" data-style="success" class="hint hint-success"><p>The user who <strong>creates a Project</strong> becomes the <strong>Project Owner</strong>.</p></div><div data-gb-custom-block data-tag="hint" data-style="success" class="hint hint-success"><p>This role can be assigned to another user that have <strong>Team</strong> and <strong>Users</strong> permissions.</p></div></td></tr><tr><td>Project Participant</td><td>The user invited to the Project and have additional capabilities to interact with Project, in addition to the capabilities provided by the role in the company.</td></tr></tbody></table>

## Default Roles Permissions

<table data-header-hidden="false" data-header-sticky><thead><tr><th width="135.2000732421875">Role → Permission ↓</th><th>Company Owner</th><th>Administrator</th><th>Member</th><th>Guest</th><th>Commentator</th><th>Project Owner</th><th>Project Participant</th></tr></thead><tbody><tr><td>Users</td><td>✔</td><td>✔</td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Creator</td><td>✔</td><td>✔</td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Styles</td><td>✔</td><td>✔</td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>View</td><td>✔</td><td>✔</td><td>✔</td><td></td><td>✔</td><td>✔</td><td>✔</td></tr><tr><td>Comment</td><td>✔</td><td>✔</td><td>✔</td><td></td><td>✔</td><td>✔</td><td></td></tr><tr><td>Share</td><td>✔</td><td>✔</td><td></td><td></td><td></td><td>✔</td><td></td></tr><tr><td>Content</td><td>✔</td><td>✔</td><td></td><td></td><td></td><td>✔</td><td></td></tr><tr><td>Content +</td><td>✔</td><td>✔</td><td></td><td></td><td></td><td>✔</td><td></td></tr><tr><td>Pro</td><td>✔</td><td>✔</td><td></td><td></td><td></td><td>✔</td><td></td></tr><tr><td>Team</td><td>✔</td><td>✔</td><td></td><td></td><td></td><td>✔</td><td></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://help.parta.io/workspace/set-users/manage-user-roles.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.
