# Help Center

Find simple guides for setting up Aubrey, using your assistant, forwarding email, sharing access, and managing your account.

<button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">How can we help?</button>

## Browse by topic

### [Getting Started](/aubrey-docs/help-center/getting-started.md)

Create your first Aubrey assistant and learn where the main workspace controls live.

### [Email and Calendar](/aubrey-docs/help-center/email-calendar.md)

Use Aubrey email, forward selected messages, and subscribe to Aubrey calendar feeds.

### [Sharing](/aubrey-docs/help-center/sharing.md)

Invite another person to use an assistant and send invite links.

### [Account](/aubrey-docs/help-center/account.md)

Manage your sign-in email, password, billing, credits, and quality data preferences.

## Popular articles

* [Forward selected emails to Aubrey](/aubrey-docs/help-center/email-calendar/forward-selected-emails-to-aubrey.md)
* [Create your first assistant](/aubrey-docs/help-center/getting-started/create-your-first-assistant.md)
* [Chat with Aubrey](/aubrey-docs/help-center/getting-started/chat-with-aubrey.md)
* [Use Aubrey email and calendar](/aubrey-docs/help-center/email-calendar/use-aubrey-email-and-calendar.md)
* [Share an assistant](/aubrey-docs/help-center/sharing/share-an-assistant.md)
* [Billing and account settings](/aubrey-docs/help-center/account/billing-and-account-settings.md)

## Good first step

If you are new, start with [Create your first assistant](/aubrey-docs/help-center/getting-started/create-your-first-assistant.md). If you already have an assistant and want Aubrey to remember emails, start with [Forward selected emails to Aubrey](/aubrey-docs/help-center/email-calendar/forward-selected-emails-to-aubrey.md).


---

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