# Getting Started

Start here if you are setting up Aubrey for the first time or learning how agents work.

## Articles in this section

* [Getting Started with Aubrey](/aubrey-docs/documentation/getting-started/getting-started-with-aubrey.md): create an account, complete onboarding, and create your first agent.
* [Terminology](/aubrey-docs/documentation/getting-started/terminology.md): learn what Aubrey means by agents, workspace, recipes, skills, channels, and integrations.
* [Creating and Managing Agents](/aubrey-docs/documentation/getting-started/creating-and-managing-agents.md): create another agent, switch between agents, and understand workspace tabs.
* [Chatting with Aubrey](/aubrey-docs/documentation/getting-started/chatting-with-aubrey.md): send messages, attach files, retry runs, and respond to approval cards.

## Good first step

If you are not sure where to begin, open [Getting Started with Aubrey](/aubrey-docs/documentation/getting-started/getting-started-with-aubrey.md) and follow the setup flow from account creation through the first agent preview.


---

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