# Roles and Permissions

{% hint style="warning" %}
This feature is available only to **Enterprise Tier Customers**
{% endhint %}

To manage your team members you can go to **Settings > Roles & Permissions**. From here you can manage all users across your company.

{% hint style="info" %}
All root admin accounts can **add**, **edit** or **remove** any Roles in the company
{% endhint %}

## View Default Roles

<figure><img src="/files/ZOOuFAyhXXNsnK9PMyfp" alt=""><figcaption><p>Predefined Roles</p></figcaption></figure>

BugBase Provides 4 default roles:

1. Security: All the permissions required for an account managing the triage process in the organization has actions on reports in the BugBase Dashboard
2. Root User: All the permissions required to access and modify the Company Dashboard. (Does not grant program dashboard permissions)
3. Program Admin: All the permissions required to access and modify a particular Program Dashboard (Does not grant company dashboard permissions) &#x20;
4. Full Acccess: Has all the permission (Program and Company)

## Custom Roles

BugBase allows you to create custom roles, just click the **Create Custom Role** button to start creating a new role.

Enter a name for the new role, a short description and select the permissions provided.

<figure><img src="/files/XkzvkWfwOYtv2cYH5isZ" alt=""><figcaption></figcaption></figure>


---

# 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.bugbase.ai/company-guide/company-settings/roles-and-permissions.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.
