# Airbook

## Airbook

- [Basic Building Blocks](https://docs.airbook.io/getting-started/basic-building-blocks.md)
- [Connect](https://docs.airbook.io/connect.md): Get an overview of the connection process and how it works.
- [BigQuery](https://docs.airbook.io/connect/bigquery.md)
- [Snowflake](https://docs.airbook.io/connect/snowflake.md)
- [MySQL](https://docs.airbook.io/connect/mysql.md): Follow this step-by-step guide to connect your MySQL databases to Airbook.
- [PostgreSQL (Postgres)](https://docs.airbook.io/connect/postgresql-postgres.md): Follow this step-by-step guide to connect your PostgreSQL databases to Airbook.
- [Amazon RedShift](https://docs.airbook.io/connect/amazon-redshift.md)
- [MotherDuck](https://docs.airbook.io/connect/motherduck.md)
- [Supabase](https://docs.airbook.io/connect/supabase.md): Learn how to connect your Supabase DB to Airbook.
- [Business Connectors](https://docs.airbook.io/connect/business-connectors.md)
- [Connecting via SSH](https://docs.airbook.io/connect/connecting-via-ssh.md)
- [Explore](https://docs.airbook.io/explore.md): Query, join, and discover insights in an Airbook.
- [Using SQL Blocks](https://docs.airbook.io/explore/using-sql-blocks.md)
- [Using the Query Builder](https://docs.airbook.io/explore/using-the-query-builder.md)
- [Building Charts](https://docs.airbook.io/explore/building-charts.md)
- [Using Statistics](https://docs.airbook.io/explore/using-statistics.md)
- [Adding Context](https://docs.airbook.io/explore/adding-context.md)
- [Present](https://docs.airbook.io/present.md): Build great Dashboards and share your insights.
- [Building Dashboards](https://docs.airbook.io/present/building-dashboards.md): Share your insights in a clean, flexible format.
- [Embedding Charts](https://docs.airbook.io/present/embedding-charts.md): Quickly share your charts into other apps your team already uses.
- [Scheduling Refreshes](https://docs.airbook.io/present/scheduling-refreshes.md): Periodically fetch fresh data to keep your users up to date.
- [Activate](https://docs.airbook.io/activate.md): Turn your insights into actions.
- [Creating a Workflow](https://docs.airbook.io/activate/creating-a-workflow.md)
- [Configuring a Workflow](https://docs.airbook.io/activate/configuring-a-workflow.md)
- [Scheduling a Workflow](https://docs.airbook.io/activate/scheduling-a-workflow.md)
- [Collaborating with your team](https://docs.airbook.io/collaborating-with-your-team.md): Share Airbooks, invite team members, and manage access and responsibilities on Airbook.
- [Data Security](https://docs.airbook.io/data-security.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.airbook.io/getting-started/basic-building-blocks.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.
