# Users and Roles

Pesipiuma access is managed through workspace roles. A user's role controls which actions are available in the dashboard, editor, reports, and workspace settings.

## Workspace roles

| Role       | Main permissions                                                                                                  |
| ---------- | ----------------------------------------------------------------------------------------------------------------- |
| **Owner**  | Can read, create, edit, duplicate, archive, delete, and tag projects. Can manage workspace settings.              |
| **Admin**  | Can read, create, edit, duplicate, archive, delete, and tag projects. Can manage workspace settings.              |
| **Member** | Can read, create, edit, duplicate, archive, delete, and tag projects. Can create and manage workspace tags.       |
| **Viewer** | Can read projects and open existing saved reports. Editing, importing, processing, and delete actions are hidden. |

{% hint style="info" %}
Viewers can open the editor in read-only mode. They can inspect sizes, pieces, sections, source previews, and saved reports, but they cannot regenerate reports or change project data.
{% endhint %}

{% hint style="info" %}
Workspace role editing controls are planned for workspace administrators in a future release. The roles are documented here so users can understand what each permission level means.
{% endhint %}


---

# 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.pesipiuma.app/en/getting-started/users-and-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.
