# 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: 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.bito.ai/help/account-and-settings/managing-user-access-levels.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.
