# Sharing an Agent

Use the Share tab when someone else should be able to use an Aubrey agent with you.

## Jump to

* [Add a collaborator](#add-a-collaborator)
* [Send an invite link](#send-an-invite-link)
* [Pair a collaborator on Telegram or WhatsApp](#pair-a-collaborator-on-telegram-or-whatsapp)
* [Remove a collaborator](#remove-a-collaborator)

## Add a collaborator

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

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

## Send an invite link

In the collaborator list, choose **Invite link**.

Aubrey shows an invite link for that collaborator. Use **Copy** to copy the link and send it to them.

## Pair a collaborator on Telegram or WhatsApp

In the collaborator list, choose **Telegram** or **WhatsApp**.

Aubrey creates a messaging link for that collaborator. Open the link or send it to the collaborator so they can finish pairing.

The link can show an expiration time. If it expires, create a new one from the Share tab.

## Remove a collaborator

In the collaborator list, choose **Remove**.

Use this when someone should no longer have access to that agent.

## FAQ

### What can a collaborator do?

After accepting the invite, the collaborator can use the shared agent. Remove them from the Share tab when access should end.

### Do collaborators need messaging apps?

No. Messaging links are optional. Use the invite link if you only want to invite them to the shared agent.

### Can I invite someone without adding a name?

Yes. Email is required. Name is optional.


---

# 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/documentation/guides/sharing-an-agent.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.
