# Aubrey Help Center

Find quick answers for setting up Aubrey, creating assistants, chatting with them, connecting email and calendar, sharing access, and managing your account.

<button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">Ask a question...</button>

<button type="button" class="button secondary" data-action="ask" data-query="How do I get started with Aubrey?" data-icon="rocket-launch">Get started</button><button type="button" class="button secondary" data-action="ask" data-query="How do I chat with Aubrey?" data-icon="message">Chat with Aubrey</button><button type="button" class="button secondary" data-action="ask" data-query="How do I connect email and calendar?" data-icon="calendar-days">Email and calendar</button><button type="button" class="button secondary" data-action="ask" data-query="How do I share an assistant?" data-icon="users">Share access</button>

## Start here

### [Getting Started with Aubrey](https://aubrey-agent.gitbook.io/aubrey-docs/documentation/getting-started/getting-started-with-aubrey)

Create your account, choose email and calendar access, and build your first assistant.

### [Chatting with Aubrey](https://aubrey-agent.gitbook.io/aubrey-docs/documentation/getting-started/chatting-with-aubrey)

Send messages, attach files, stop or retry a run, and respond to approval cards.

### [Email, Calendar, and Messaging](https://aubrey-agent.gitbook.io/aubrey-docs/documentation/guides/email-calendar-and-messaging)

Use Aubrey email, subscribe to calendar feeds, and pair Telegram or WhatsApp.

## Popular articles

* [Creating and Managing Assistants](https://aubrey-agent.gitbook.io/aubrey-docs/documentation/getting-started/creating-and-managing-assistants)
* [Sharing an Assistant](https://aubrey-agent.gitbook.io/aubrey-docs/documentation/guides/sharing-an-assistant)
* [Billing and Account Settings](https://aubrey-agent.gitbook.io/aubrey-docs/documentation/settings/billing-and-account-settings)

## What can I use Aubrey for first?

During setup, Aubrey offers practical starting points:

* Personal productivity
* Email follow-up
* Project momentum
* Research and writing

Family setups can also start with school emails, weekly planning, shared errands, appointments, caregiver coordination, and meals or travel.

## Need help choosing?

If you are new, start with [Getting Started with Aubrey](https://aubrey-agent.gitbook.io/aubrey-docs/documentation/getting-started/getting-started-with-aubrey).

If you already created an assistant, open [Chatting with Aubrey](https://aubrey-agent.gitbook.io/aubrey-docs/documentation/getting-started/chatting-with-aubrey) or browse the full [Documentation](https://aubrey-agent.gitbook.io/aubrey-docs/documentation/).

{% hint style="info" %}
These articles use the word "assistant." In a few places in the app, the same thing may be labeled "agent."
{% endhint %}


---

# 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/readme.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.
