# Phiona Documentation

## Phiona Documentation

- [Introduction](https://docs.phiona.com/master.md)
- [How Phiona Works](https://docs.phiona.com/the-basics/how-phiona-works.md)
- [Scheduling & Automation](https://docs.phiona.com/the-basics/scheduling-and-automation.md)
- [API Documentation](https://docs.phiona.com/the-basics/api-documentation.md)
- [Airtable](https://docs.phiona.com/data-sources/airtable.md)
- [Amazon S3](https://docs.phiona.com/data-sources/amazon-s3.md)
- [BigCommerce](https://docs.phiona.com/data-sources/bigcommerce.md)
- [BigQuery](https://docs.phiona.com/data-sources/bigquery.md)
- [Dropbox](https://docs.phiona.com/data-sources/dropbox.md)
- [Firebase](https://docs.phiona.com/data-sources/firebase.md)
- [Google Analytics v4](https://docs.phiona.com/data-sources/google-analytics-v4.md)
- [Google Drive](https://docs.phiona.com/data-sources/google-drive.md)
- [Google Search Console](https://docs.phiona.com/data-sources/google-search-console.md)
- [Google Sheets](https://docs.phiona.com/data-sources/google-sheets.md)
- [Hubspot](https://docs.phiona.com/data-sources/hubspot.md)
- [Import from API (Beta)](https://docs.phiona.com/data-sources/import-from-api-beta.md)
- [Local Files](https://docs.phiona.com/data-sources/local-files.md)
- [MongoDB](https://docs.phiona.com/data-sources/mongodb.md)
- [MySQL](https://docs.phiona.com/data-sources/mysql.md)
- [PostgreSQL](https://docs.phiona.com/data-sources/postgresql.md)
- [Redshift (Beta)](https://docs.phiona.com/data-sources/redshift-beta.md)
- [Shopify](https://docs.phiona.com/data-sources/shopify.md)
- [Snowflake (Beta)](https://docs.phiona.com/data-sources/snowflake-beta.md)
- [WooCommerce](https://docs.phiona.com/data-sources/woocommerce.md)
- [Wordpress](https://docs.phiona.com/data-sources/wordpress.md)
- [Share Project with Collaborators](https://docs.phiona.com/sharing-data/share-project-with-collaborators.md)
- [Share Public Project Link](https://docs.phiona.com/sharing-data/share-public-project-link.md)
- [Share Serverless SQL Warehouse](https://docs.phiona.com/sharing-data/expose-as-database.md)
- [Build API Endpoint From Single Dataset](https://docs.phiona.com/sharing-data/share-via-api-endpoint.md)
- [Share Dataset via Email](https://docs.phiona.com/sharing-data/sharing-via-email.md)
- [Supported Data Types & Column Header Functions](https://docs.phiona.com/transformations/supported-data-types-and-column-header-functions.md)
- [Supported Clean Functions](https://docs.phiona.com/transformations/untitled.md)
- [Supported Transformations](https://docs.phiona.com/transformations/supported-transformations.md)
- [Applying Existing or Shared Blueprints](https://docs.phiona.com/transformations/applying-existing-or-shared-blueprints.md)
- [Airtable](https://docs.phiona.com/export-destinations/untitled.md)
- [Amazon S3](https://docs.phiona.com/export-destinations/amazon-s3.md)
- [Dropbox](https://docs.phiona.com/export-destinations/dropbox.md)
- [Google Drive](https://docs.phiona.com/export-destinations/google-drive.md)
- [Google Sheets](https://docs.phiona.com/export-destinations/google-sheets.md)
- [MongoDB](https://docs.phiona.com/export-destinations/mongodb.md)
- [MySQL](https://docs.phiona.com/export-destinations/mysql.md)
- [PostgreSQL](https://docs.phiona.com/export-destinations/postgresql.md)
- [Redshift (Beta)](https://docs.phiona.com/export-destinations/redshift-beta.md)
- [Snowflake (Beta)](https://docs.phiona.com/export-destinations/snowflake-beta.md)
- [Changelog](https://docs.phiona.com/changelog.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.phiona.com/master.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.
