# Managing users and roles

## Understanding the user roles

There are 4 different user roles in Tability:

* **Read-only (only on Premium):** these users can view and comment on the data in a workspace, but they're not allowed to edit goals or track progress with check-ins.
* **User:** regular users can create goals, track progress and give feedback.
* **Admin:** admins are allowed to update the settings of the workspace.
* **Owner:** owners are the only users that can update the billing information and delete the workspace.

|                           | Read-only | User | Admin | Owner |
| ------------------------- | --------- | ---- | ----- | ----- |
| View data                 | ✅         | ✅    | ✅     | ✅     |
| Comment on data           | ✅         | ✅    | ✅     | ✅     |
| Create data               | ❌         | ✅    | ✅     | ✅     |
| Manage workspace settings | ❌         | ❌    | ✅     | ✅     |
| Manage billing            | ❌         | ❌    | ❌     | ✅     |
| Delete the workspace      | ❌         | ❌    | ❌     | ✅     |

## Updating a user role

Follow these steps to update the role of a user.

1. Go to the **Workspace settings** by clicking on the ⚙️ icon next to the Tability logo.
2. Click on **Users** to go to the user management section of your workspace.
3. Find the user that you need to update and click on their name.
4. Update their role and save.

## Removing a user from your workspace

Follow these steps to remove a user from your workspace.

1. Go to the **Workspace settings** by clicking on the ⚙️ icon next to the Tability logo.
2. Click on **Users** to go to the user management section of your workspace.
3. Find the user that you need to update and click on their name.
4. From their profile page, click on **Remove user from workspace**.

<br>


---

# 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://guides.tability.io/docs/become-a-tability-power-user/features/workspace-settings/managing-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.
