> For the complete documentation index, see [llms.txt](https://help.parta.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.parta.io/workspace/set-users/manage-user-permissions.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://help.parta.io/workspace/set-users/manage-user-permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
