# Airtable

### Overview

There are three types of Airtable integrations.&#x20;

1. [Native App](https://docs.documint.me/integrations/airtable/airtable-extension)
2. [Generation Link](https://docs.documint.me/integrations/airtable/generation-link)
3. [Automation Script](https://docs.documint.me/integrations/airtable/automation-script)

All integrations allow you to create documents from your Airtable data and attach them back to Airtable. The Generation Link integration and the Automation Script are identical in their features however, the Native App does have some slight differences (see comparison below).&#x20;

### Integration Comparison

<table><thead><tr><th width="355.33333333333326">Feature</th><th width="150" align="center">Native App</th><th align="center">Generation Link + Automation Script</th></tr></thead><tbody><tr><td>Available with all Documint Plans</td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>Available with all Airtable plans</td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>Attach documents back to Airtable</td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>Include data from Linked Records</td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>Document Preview</td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>Works outside of Airtable (eg. Stacker)</td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>Shareable Document Link</td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>Whitelabel Document Viewer</td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>Document Password Protection</td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>Duplicate Document Prevention  </td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td align="center"><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>Setup time/difficulty</td><td align="center">😁</td><td align="center">🙂</td></tr></tbody></table>

### [Airtable App](https://docs.documint.me/integrations/airtable/airtable-extension)

The Native App integration works by using an Airtable app that you can install in your base. You can find the app in the [Airtable Marketplace](https://airtable.com/marketplace/blkTK0uVJlZrho1Bu/documint). The app provides you with an interface within Airtable for generating documents from your records. [Learn more ](https://docs.documint.me/integrations/airtable/airtable-extension)

### [Generation Link](https://docs.documint.me/integrations/airtable/generation-link)

The Generation Link integration uses a special URL to generate your document. This URL is created dynamically by a formula in either a Formula field or Button field. When the link or button is clicked, Documint creates a document using the template id and record id provided in the URL.&#x20;

####


---

# 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.documint.me/integrations/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.
