# User Permissions

### No Access, Restricted and Non-Restricted

BugSplat provides the ability to restrict team members' permissions on each database. There are three levels of users: **No Access**, **Restricted** and **Non-Restricted**.

**No Access:** user isn't added to a database; all data contained in the database is unavailable to them.

**Restricted:** users have access to the database but are prohibited from accessing account settings, including billing, adding/removing database and users, and setting database options.

**Non-Restricted:** users act as account admins and have full access to all BugSplat features on the database.

### Permissions

A user may have unrestricted access to some databases while being restricted to others. Additionally, users may not have any access at all to a set of databases within your company. This allows you to set up users that only have visibility to certain company projects.

Managing users across multiple databases can be performed on the [Company/Manage Users page](https://app.bugsplat.com/v2/company/users). Adding or removing users on this page affects all databases where the current user is unrestricted.

**Note:** new users added on the [Company/Manage Users page](https://app.bugsplat.com/v2/company/users) will automatically be added as 'Restricted'.

#### Managing user permissions for specific databases

To manage user permissions on a single database, use the [Database/Users page](https://app.bugsplat.com/v2/database/users).

This page allows you to add or remove a user for the selected database. In addition, you can use this page to change the user's restricted status for the selected database.

![Request User Access](/files/-MjBOJwVql9AFV-MDEhq)

Finally, access to user permissions may be limited by your subscription level. If you don't see the ability to restrict users, make sure to upgrade to a [Business level subscription](https://www.bugsplat.com/plans/).


---

# 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.bugsplat.com/administration/introduction/user-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.
