# Roles & Permissions

Users in Select Star can be assigned one of the following three roles: **Viewer**, **Data Manager** or **Admin**. These roles determine which actions they can perform and which views they will have access to.

Roles apply to main entities or first-class objects in all of Select Star. You can find a detailed view in tabular format below.

User roles can be changed and assigned by going to **Settings > Users**.

{% hint style="warning" %}
Changing a users permission will not apply changes immediately. To see the changes take effect the user needs to log out, and log in to the platform again.
{% endhint %}

The different roles have the following permissions:

| **Permission**                                                                                       | **Viewer** | **Data Manager** | **Admin** |
| ---------------------------------------------------------------------------------------------------- | ---------- | ---------------- | --------- |
| <p>View tables, dashboards,</p><p>popularity, lineage, queries,</p><p>documentation, tags, users</p> | ✅          | ✅                | ✅         |
| <p>Post questions or comments</p><p>in Discussion tabs</p>                                           | ✅          | ✅                | ✅         |
| <p>Receive comment reply</p><p>notifications</p>                                                     | ✅          | ✅                | ✅         |
| <p>Add/remove/modify:<br>Tags, Owners, Descriptions</p>                                              |            | ✅                | ✅         |
| Update metadata in bulk with csv                                                                     |            | ✅                | ✅         |
| <p>Hide/unhide tables or dashboards from</p><p>Select Star</p>                                       |            | ✅                | ✅         |
| Invite Users                                                                                         |            |                  | ✅         |
| Change user roles and teams                                                                          |            |                  | ✅         |
| Enable SSO                                                                                           |            |                  | ✅         |
| <p>Add/remove/modify:</p><p>Data Source connections, Tags and tag settings</p>                       |            |                  | **✅**     |


---

# 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.selectstar.com/user-management/user-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.
