# Airtable

## Authentication methods

#### Personal Access Token

This method uses your [personal access token](https://airtable.com/developers/web/guides/personal-access-tokens) to access the Airtable API.

## Inbound Syncs

Any [Airtable table](https://support.airtable.com/docs/tables-overview) can be synced inbound.

### Supported Sync Strategies

* Full Refresh
* Incremental, but only for tables which contain a [last modified time field](https://support.airtable.com/docs/last-modified-time-field). This field must be added, and the "All editable fields" option should be chosen.

## Outbound Syncs

### Supported Targets

Any Airtable table.

### Supported Sync Strategies

* Create
* Update
* Upsert
* Replace (a full replacement of the table)


---

# 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.omnata.com/omnata-product-documentation/omnata-sync-for-snowflake/apps/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.
