> For the complete documentation index, see [llms.txt](https://docs.bito.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bito.ai/help/account-and-settings/managing-user-access-levels.md).

# Managing user access levels

A Bito Workspace represents your organization. It is the highest level of organization in Bito.  &#x20;

In a Bito Workspace, different user types play distinct roles in managing and collaborating within the workspace. Here is an overview of the three user types: **Owner, Admin, and User**. Understanding these roles will help you effectively manage your workspace and optimize team collaboration.&#x20;

**Owner:** The Owner holds the highest level of authority within the workspace&#x20;

**Admin:** Admins have a significant role in managing the workspace alongside the Owner&#x20;

**User:** Users have access to the workspace with limited administrative privileges&#x20;

Here's a table summarizing the roles of the different user types in a Bito Workspace:

<table><thead><tr><th width="292"></th><th>Owner</th><th>Admin</th><th>Member</th></tr></thead><tbody><tr><td>Make or Remove Other Owner</td><td>Yes</td><td>No</td><td>No</td></tr><tr><td>Promote another user to admin or remove admin</td><td>Yes</td><td>Yes</td><td>No</td></tr><tr><td>Manage Subs and Billing</td><td>Yes</td><td>Yes</td><td>No</td></tr><tr><td>Manage Overage Limits</td><td>Yes</td><td>Yes</td><td>No</td></tr><tr><td>Add Member by E-mail</td><td>Yes</td><td>Yes</td><td>No</td></tr><tr><td>Access and Share Join workspace link</td><td>Yes</td><td>Yes</td><td>Yes</td></tr><tr><td>Deactivate Member</td><td>Yes</td><td>Yes</td><td>No</td></tr><tr><td>Edit WS Settings - Name, Discovery</td><td>Yes</td><td>Yes</td><td>No</td></tr><tr><td>Approve Member [When joining from the "Invite Workspace" web link]</td><td>Yes</td><td>Yes</td><td>No</td></tr><tr><td>Force Reauthentication</td><td>Yes</td><td>Yes</td><td>No</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bito.ai/help/account-and-settings/managing-user-access-levels.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
