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

# Getting started

- [What is Unified Mailbox API?](https://docs.aurinko.io/getting-started/readme.md): The Aurinko Unified Mailbox API enables seamless integration with email, calendar, contacts, and task providers like Google and Office 365.
- [Getting started with Aurinko](https://docs.aurinko.io/getting-started/getting-started-with-aurinko.md): Aurinko enables product teams to quickly build and manage mailbox data sync solutions and integrations through a secure and reliable API platform.
- [Get your developer API keys](https://docs.aurinko.io/getting-started/get-your-developer-api-keys.md): Set up your Aurinko developer account, obtain API keys, authenticate a test account, and make your first API request.
- [Adding Aurinko to Google Workspace allowlist](https://docs.aurinko.io/getting-started/adding-aurinko-to-google-workspace-allowlist.md): Add Aurinko to your Google Workspace allowlist to trial the Email API.
- [Bubble.io plugin](https://docs.aurinko.io/getting-started/bubble.io-plugin.md): Integrate your Bubble apps with users' email accounts through Aurinko's Unified Mailbox API to access their email and calendars.
- [Team members and roles in applications](https://docs.aurinko.io/getting-started/team-members-and-roles-in-applications.md)


---

# 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:

```
GET https://docs.aurinko.io/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.
