# Create your first assistant

This article walks through the first Aubrey setup.

## Before you start

You need an Aubrey account. New accounts require an invitation code. If Aubrey asks you to confirm your email, check your inbox and return to Aubrey after confirmation.

## Step 1: Tell Aubrey about you

In **About You**, enter your name and location. Aubrey uses your location for local details such as timezone.

## Step 2: Choose email and calendar

In **Email & Calendar**, choose one of these options:

* **Built-in Aubrey tools**: included on every plan. Aubrey creates an assistant email address, hosted inbox, chat, and built-in planning tools.
* **Google Workspace**: available on paid plans. You can connect Gmail and Calendar after upgrading.

You do not need Google Workspace to create your first assistant.

## Step 3: Pick a first task

Choose a starting point and describe one real thing you want Aubrey to help with.

Common starting points include:

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

Family setups may also include school emails, weekly planning, shared errands, appointments, caregiver coordination, and meals or travel.

## Step 4: Review and create

Choose **Build preview**. Aubrey shows the proposed assistant name, description, instructions, and starter prompts.

From the review step, you can:

* Choose **Create my agent** to finish setup.
* Choose **Change first task** to adjust the first task.
* Choose **Start fresh setup** to begin again.

After creation, Aubrey opens the assistant workspace.


---

# 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/getting-started/create-your-first-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.
