# Adding New Users in Companies with Multiple Databases

### **Introduction:**

Large companies and teams with multiple databases may have a need to restrict access to certain databases while allowing access to others. In order to manage access to databases effectively, it is important to establish best practices for adding users to individual databases.

In these cases, new users should always be invited via the Database-specific [Users](https://app.bugsplat.com/v2/database/users?database) page (outlined below in pink) because it grants access only to the selected Database. Do not use the Company-wide [Manage Users](https://app.bugsplat.com/v2/company/users) page (outlined below in yellow), as it grants access to all Company Databases.

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

### Best Practices:

1. In cases where it's important to restrict new user access to specific databases, ask team members to add users via the Database-specific [Users](https://app.bugsplat.com/v2/database/users?database) page instead of the Company-wide [Manage Users](https://app.bugsplat.com/v2/company/users) page
   * Users added via the Database-specific Users page will only get access to that individual Database
2. Limit non-restricted users' (admins) access to multiple databases
   * When a non-restricted user sends an invite via the Manage Users page, they, by default, give access to all the databases they have unrestricted access to
   * Users added by non-restricted users are set by default as restricted

### Conclusion:

Managing user access in large companies with multiple databases is crucial to ensure privacy, security, and compliance. By following these best practices, companies can avoid potential issues and ensure that users only have access to the needed databases.


---

# 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/adding-new-users-in-companies-with-multiple-databases.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.
