# Share an assistant

Use the **Share** tab to invite a collaborator to an assistant.

## Add a collaborator

1. Open the assistant workspace.
2. Open **Share**.
3. Enter the collaborator's email address.
4. Add their name if you want. Name is optional.
5. Choose **Add collaborator**.

After the collaborator is added, they appear in the collaborator list.

## Send an invite link

Choose **Invite link** for the collaborator. Aubrey shows an invite link that you can copy and send.

## Pair Telegram or WhatsApp

Choose **Telegram** or **WhatsApp** for the collaborator if you want to create a messaging link for them.

## Remove access

Choose **Remove** when the collaborator should no longer have access to that assistant.


---

# 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://aubrey-agent.gitbook.io/aubrey-docs/help-center/sharing/share-an-assistant.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.
