# Guides

These guides cover the parts of Aubrey you are likely to set up after creating an agent.

## Articles in this section

* [Email, Calendar, and Messaging](/aubrey-docs/documentation/guides/email-calendar-and-messaging.md): use Aubrey email, connect Google Workspace, pair Telegram or WhatsApp, and subscribe to calendar feeds.
* [Group Access to Integrations](/aubrey-docs/documentation/guides/group-access-to-integrations.md): choose which approved tools people in a Telegram or WhatsApp group can use through Aubrey.
* [Sharing an Agent](/aubrey-docs/documentation/guides/sharing-an-agent.md): add collaborators, send invite links, pair collaborator messaging links, and remove access.

## Good first step

Open the agent workspace and review the right-side tabs. Most setup controls live in **Tools**, **Channels**, **Share**, **Email**, and **Calendar**.


---

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