# Manage User Permissions

Company Level Permissions

<table><thead><tr><th width="146">Permission</th><th>Description</th></tr></thead><tbody><tr><td><strong>Users</strong></td><td>Allows inviting other users to the company, as well as changing their roles and permissions.</td></tr><tr><td><strong>Creator</strong></td><td>Allows creating folders and Projects within the company.</td></tr><tr><td><strong>Styles</strong></td><td>Allows creating/modifying/deleting the company's design style.</td></tr></tbody></table>

Project Level Permissions

<table><thead><tr><th width="146">Permission</th><th>Description</th></tr></thead><tbody><tr><td><strong>View</strong></td><td>Allows view Projects. </td></tr><tr><td><strong>Comment</strong></td><td>Allows commenting Projects.</td></tr><tr><td><strong>Share</strong></td><td>Allows creating a public link that lets users see the Project or specific parts without having to sign up or log in on the Parta.io platform.</td></tr><tr><td><strong>Content</strong></td><td>Allows editing courses content and using collections and templates.</td></tr><tr><td><strong>Content+</strong></td><td>Allows to use basic grid (Cells layout) and elements capabilities without access to all Pro mode features.</td></tr><tr><td><strong>Pro</strong></td><td>Grants access to the Pro mode.</td></tr><tr><td><strong>Team</strong></td><td>Allows managing the Project team.</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-permissions.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.
