# Setting roles

elinor has a role-based permission system. It is focused on creating easy workflows and collaboration in the workspace. Within one organization there are no ontology- or project-specific permissions.

## Permissions

There are 3 roles of permission levels in the product.

<table><thead><tr><th width="200">Role</th><th>Description</th></tr></thead><tbody><tr><td><strong>Annotator</strong></td><td>An annotator can be from your organization or an external expert. Their primary role in the process is annotating documents. They can see all projects and ontologies but can't create or edit them.</td></tr><tr><td><strong>Researcher</strong></td><td>A researcher can create ontologies and projects. They can also annotate. However, they can not invite users to the workspace.</td></tr><tr><td><strong>Workspace</strong> <strong>Admin</strong></td><td>The workspace admin can add new members to the workspace, delete users from the workspace, and change users' roles.</td></tr></tbody></table>

## Changing roles

Only workspace admins can change roles. To make adjustments go to the user management view and click on the user role you want to change. Then you can select a new position.

![change roles](/files/1gNDtnkauLfs5tCUdL7K)

**Necessary**: As a workspace admin, you can only change your role to researcher or annotator if there is another admin.


---

# 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.elinor-app.com/documentation/user-management/setting-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.
