# Inviting team members

## Why invite collaborators?

Working in a team on test automation is easier if all of your team members have access to BugBug.

* Work together on test cases
* Share direct links to test results
* Empower developers to [run tests locally ](/running-tests/test-in-your-browser.md)
* Let developers see test results by clicking a link in[ build pipelines](/integrations/api.md)
* Get all-team [notifications](/collaboration/alerts.md) for scheduled cloud runs

{% hint style="info" %}
**Hint!** If you're a software agency, you don't need to invite your clients to send them email notifications. You can add them as "additional email addresses" in [project notification settings](/collaboration/alerts.md).
{% endhint %}

## How many users can I invite?

You can invite an unlimited number of users, <mark style="color:green;">**free of charge**</mark>. No paid subscription is required.

## How to invite collaborators?

Go to "Organization settings" and switch to the "User" tab. Here you can see who has access and their role.&#x20;

![](/files/eF7wimdlY56ofUbHaYNS)

![](/files/zAP1BS32EP2UfRWmqJZ2)

## User roles

| Role   | Can                                                                                                           |
| ------ | ------------------------------------------------------------------------------------------------------------- |
| Editor | Access & Edit assigned projects                                                                               |
| Admin  | <p>Access & Edit all projects<br>Manage Billing<br>Update credit card information<br>Change subscriptions</p> |


---

# 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.bugbug.io/collaboration/inviting-team-members.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.
