# Add collaborators to a dataset

Go to **Settings -> Collaborators** to add collaborators to your dataset.

![](/files/WmTHRrkQe6L6PnDXYItw)

### Permissions

Collaborators can have one of 4 roles: viewer, labeler, reviewer, manager and administrator. Each role has a different set of permissions:

<table><thead><tr><th width="186.50472062299832"> </th><th width="93.91015625" data-type="checkbox">Viewer</th><th width="97.56640625" data-type="checkbox">Labeler</th><th width="108.51953125" data-type="checkbox">Reviewer</th><th width="108.02734375" data-type="checkbox">Manager</th><th width="138.21484375" data-type="checkbox">Administrator</th></tr></thead><tbody><tr><td>View samples</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Label samples</td><td>false</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Review samples</td><td>false</td><td>false</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Delete and resolve issues</td><td>false</td><td>false</td><td>false</td><td>true</td><td>true</td></tr><tr><td>Add, update, delete collaborators</td><td>false</td><td>false</td><td>false</td><td>true</td><td>true</td></tr><tr><td>Edit sample priority and assigned labeler/reviewer</td><td>false</td><td>false</td><td>false</td><td>true</td><td>true</td></tr><tr><td>Add and delete samples</td><td>false</td><td>false</td><td>false</td><td>false</td><td>true</td></tr><tr><td>View, add, delete releases</td><td>false</td><td>false</td><td>false</td><td>false</td><td>true</td></tr><tr><td>Manage settings</td><td>false</td><td>false</td><td>false</td><td>false</td><td>true</td></tr></tbody></table>

Viewers can only open a sample in read-only mode with all editing actions disabled, except the creation of issues. On the dataset level, they can see the "Overview", "Samples" and "Issues" tabs.

Labelers and reviewers can only see the "Overview" tab of a dataset, where they can click the "Start labeling" and "Start reviewing" buttons depending on their role. Note that they cannot browse the samples on the Samples tab.

Managers and administrators can add collaborators to a dataset. Note that a manager cannot add a collaborator with an administrator role.

### Adding collaborators programmatically

You can also [add collaborators to a dataset using the Python SDK](https://sdkdocs.segments.ai/en/latest/client.html#add-a-dataset-collaborator).


---

# 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.segments.ai/guides/add-collaborators-to-a-dataset.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.
