# Airtable

## Airtable Connector

The Airtable connector allows you to sync records from your Airtable bases into your destination systems (e.g., Postgres, BigQuery, Snowflake).

***

### Supported Features

* **Two-way sync**: Keep Airtable records in sync with your destination.
* **Incremental updates**: Changes in Airtable are detected and synced efficiently in realtime.
* **Custom field mapping**: Map Airtable fields to your target schema.
* **Attachments**: Sync files stored in Airtable attachment fields.
* **Formula fields**: Stacksync also supports syncing Airtable’s calculated values (see Formula Fields for details).
* **Auto sync new fields:** Stacksync propagates Airtable schema changes automatically to the destination app where Airtable data is synced.

***

### Special Notes

* **Rate Limits**: Airtable’s API has strict rate limits (5 requests/second). Stacksync performs rate limiting to ensure not going over the rate limit.

{% content-ref url="/pages/VPOvhqQnBG2OJY8AkBrm" %}
[Authorize Airtable](/two-way-sync/connectors/airtable/authorize-airtable.md)
{% endcontent-ref %}


---

# Agent Instructions: 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.stacksync.com/two-way-sync/connectors/airtable.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.
