> 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/help-center/email-calendar/connect-google-workspace.md).

# Connect Google Workspace

Google Workspace is available on paid plans. It lets Aubrey work with Gmail, Google Calendar, Google Drive, Google Docs, Google Sheets, and selected files after you approve the connection.

You do not need Google Workspace to use built-in Aubrey email or Aubrey calendar.

## Connect or reconnect

1. Open the agent workspace.
2. Open **Tools**.
3. Find **Google Workspace**.
4. Choose **Connect** or **Reconnect**.
5. Complete the Google authorization flow.

If you see **Upgrade**, open **Settings** -> **Billing** and choose a plan that includes Google Workspace.

## Select Google files

After Google Workspace is connected, use **Select Google files** in **Tools** to choose Drive, Docs, or Sheets files for this agent.

The selection page opens Google Picker after you choose **Select Google files**. Pick the files Aubrey should be able to use, then confirm the selection.

If Aubrey asks for a Google file it cannot access yet, follow the file-selection card in chat. After you select the file, Aubrey can return to the request.

## What Aubrey can access

Aubrey can use selected files and files it created for the agent. It should not claim it searched your entire Google Drive.

When Aubrey creates or changes Google Workspace content, it should only say the work is done after Google confirms the change.


---

# 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/help-center/email-calendar/connect-google-workspace.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.
