# Add your Airtable Personal Access Token

### Personal Access Token (PAT)

To allow Documint to integrate directly with your Airtable data for use with the [Generation Link](/integrations/airtable/generation-link.md) and [Automation script](/integrations/airtable/automation-script.md) methods, you need to add your Personal Access Token to your Documint account. Follow the short video below to get set up.&#x20;

{% embed url="<https://www.youtube.com/watch?v=2IQr70weNYg>" %}

{% stepper %}
{% step %}

### While you're logged in to your Airtable account, go to <https://airtable.com/create/tokens/new>

{% endstep %}

{% step %}

### Enter a name

Give the token a name

<div align="left"><figure><img src="/files/rzvtOS9MzRUD3bUchuJV" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Add Scopes

Add the following scopes:

* `data.records:read` (to read your Airtable data)
* `data.records:write` (to potentially update records)
* `schema.bases:read` (to access your table structure)

<div align="left"><figure><img src="/files/KrJxClpkIshQsnFsg0oj" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Grant Base Access

Make sure to grant access to the specific base you want to use with Documint

<div align="left"><figure><img src="/files/cQoNjKapMhEY6SVejH45" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Create the Token

<div align="left"><figure><img src="/files/Sf8D6aGQu6oHRLvgGTPi" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Copy the Token

<div align="left" data-full-width="false"><figure><img src="/files/nzHL8DuJAooL54oDs38N" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

**That’s it!** Now, you can create all your documents directly from your Airtable base.


---

# 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/add-your-airtable-personal-access-token.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.
