> For the complete documentation index, see [llms.txt](https://docs.documint.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.documint.me/integrations/airtable/airtable-extension.md).

# Airtable Extension

## Overview

The Airtable Extension integration is an Airtable Block that is installed from the Airtable Marketplace. Once installed and set up it allows you to simply select a record then generate either a preview of the document or a live version of the document (without a branded footer).

{% embed url="<https://youtu.be/88YShTRwQ94>" %}

## Airtable Setup

#### Step 1: Install the Extension

Open the Tools dropdown and go to 'Extensions'. In the Extensions pane, click 'Add an extension'. With that done, search for Documint and add it.&#x20;

<figure><img src="/files/KYUTLlJdRzmXg7Y2hu2L" alt=""><figcaption></figcaption></figure>

#### Step 2: Create API Key

In a new tab, log in to your Documint account and create an API Key.

<figure><img src="/files/1pV9xUCjxV1tsG5O5TJA" alt=""><figcaption></figcaption></figure>

#### Step 3: Add API Key to app settings

![](/files/XG4fKQDSfsmx2Pmj9tyH)

#### Step 4: Select Template

Once you've successfully connected to Documint you should see a list of your templates. Select the template that you would like to use for the active table. If you don't already have a template that you want to use with the active table then create a new template in Documint, return to Airtable and select the newly created template.

![](/files/eOhjW9t7erv3mz9bD8kB)

### Documint Setup

Once you've set up the app within Airtable you can start adding variables to your template.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.documint.me/integrations/airtable/airtable-extension.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
