> For the complete documentation index, see [llms.txt](https://aubrey-agent.gitbook.io/aubrey-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aubrey-agent.gitbook.io/aubrey-docs/changelog/readme.md).

# Changelog

Follow Aubrey product updates here.

{% updates format="full" %}
{% update date="2026-05-31" tags="launch,feature" %}

## Aubrey v1 is live

Aubrey v1 brings the core personal AI agent experience together: setup from the web, chat, email forwarding, managed calendar, reminders, sharing, and practical workflows for everyday life.

### What you can do now

* Create an Aubrey account and set up your first agent from the web.
* Chat with Aubrey in the agent workspace.
* Give each agent its own Aubrey email address for forwarded messages and direct email.
* Ask Aubrey to summarize emails, draft replies, extract next steps, and remember useful details.
* Use a built-in AI model without setting up a separate model account.
* Use starter cards and recipe suggestions to pick useful next tasks for an agent.
* Use Aubrey's managed calendar for reminders, check-ins, appointments, holds, and follow-ups.
* Set recurring check-ins, such as a family morning briefing or weekly planning reminder.
* Share an agent with another person and coordinate around the same context.
* Pair supported messaging channels such as WhatsApp, Telegram, text message, and email when available for your plan.
* Connect Google Workspace on paid plans for Gmail, Calendar, Drive, Docs, Sheets, and selected files.
* Open in-app Help for Documentation, Help Center, Discord, and Support.
* Use sample workflows for family activity planning, shared event checklists, soccer carpools, family knowledge, and jury duty checks.

<a href="https://aubrey-agent.gitbook.io/aubrey-docs/documentation/getting-started/getting-started-with-aubrey" class="button primary">Get started</a><a href="https://aubrey-agent.gitbook.io/aubrey-docs/documentation/sample-use-cases" class="button secondary">See sample use cases</a>

<details>

<summary>Highlights</summary>

* **Simple setup:** create an agent by answering a short onboarding flow, choosing built-in Aubrey tools or Google Workspace, and giving Aubrey a first task.
* **Web chat:** ask Aubrey for plans, drafts, summaries, decisions, and next steps.
* **Built-in models:** start using Aubrey without bringing a separate AI subscription or model account.
* **Aubrey email:** forward selected emails to store context, email Aubrey directly for a reply, or cc Aubrey with an explicit request in a thread.
* **Calendar and reminders:** subscribe to an Aubrey calendar feed, create calendar-ready plans, and schedule check-ins.
* **Sharing:** invite collaborators, send invite links, and optionally pair collaborator messaging links.
* **Files and context:** attach files in chat and use approved context to help Aubrey answer better.
* **Account controls:** manage your sign-in email, password, billing, credits, plan, and optional quality data preferences.

</details>

<details>

<summary>Helpful starting points</summary>

* [Getting Started with Aubrey](https://aubrey-agent.gitbook.io/aubrey-docs/documentation/getting-started/getting-started-with-aubrey)
* [Chatting with Aubrey](https://aubrey-agent.gitbook.io/aubrey-docs/documentation/getting-started/chatting-with-aubrey)
* [Forward selected emails to Aubrey](https://aubrey-agent.gitbook.io/aubrey-docs/help-center/email-calendar/forward-selected-emails-to-aubrey)
* [Email, Calendar, and Messaging](https://aubrey-agent.gitbook.io/aubrey-docs/documentation/guides/email-calendar-and-messaging)
* [Sharing an Agent](https://aubrey-agent.gitbook.io/aubrey-docs/documentation/guides/sharing-an-agent)
* [Sample Use Cases](https://aubrey-agent.gitbook.io/aubrey-docs/documentation/sample-use-cases)

</details>
{% endupdate %}
{% endupdates %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://aubrey-agent.gitbook.io/aubrey-docs/changelog/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
