# Airtable API quota

Airtable has strict API quota limits on its two lowest plans:

* Airtable's **Free plan**: 1,000 calls per workspace per month
* Airtable's **Team plan**: 100,000 calls per workspace per month
* Airtable's **Business and Enterprise plans** have unlimited API quota

In order to accomplish fast two-way sync, Whalesync can use a significant number of API calls each month. The number of API calls can depend on several factors: the number of syncs you have for a workspace, the number of records you have in your bases, and the number of edits that Whalesync needs to sync.

For this reason, we highly recommend subscribing to **Airtable Business or Enterprise** when using Whalesync. The Airtable Free plan will almost certainly run out of quota and the Airtable Team plan may or may not have enough quota depending on your syncing needs.

You can learn more about Airtable's API limits in their [API docs](https://support.airtable.com/docs/getting-started-with-airtables-web-api) and on their [pricing page](https://airtable.com/pricing).


---

# 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.whalesync.com/connectors/airtable/airtable-api-quota.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.
