# Chat with Aubrey

Use chat when you want Aubrey to make a plan, draft a reply, summarize information, or help decide the next step.

## Start a message

Open an assistant and type in **Message Aubrey...**

If the chat is empty, Aubrey may show starter prompts such as:

* Turn notes into a plan
* Prioritize my week
* Create next steps
* Help me decide

## Attach files

If file upload is available, choose **Attach**, select one or more files, wait for the file chips to appear, and then choose **Send**.

You can send text, files, or both.

## Stop or retry work

Use **Cancel run** if Aubrey is working and you want it to stop.

Use **Retry run** if a run failed or was canceled and you want Aubrey to try again.

## Approve or reject actions

Some actions need approval before Aubrey continues. When Aubrey shows an approval card, choose **Approve** or **Reject**.

If Aubrey needs a connected account or a plan upgrade, follow the card shown in the chat.


---

# 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/chat-with-aubrey.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.
