# Airtable

## Authentication

Authentication to Airtable requires your Airtable API key.

To get your API key, go to your Account Page:

{% embed url="<https://airtable.com/account>" %}

In the API section, you click on the dots within the text box to reveal and select your API key.

![](/files/Sb5fXp2FJHgnAW0dnKhH)

{% hint style="info" %}
For more details on getting your API Key, view Airtable's documentation here:

<https://support.airtable.com/hc/en-us/articles/219046777-How-do-I-get-my-API-key->
{% endhint %}

Paste your API key into the corresponding field in the New Data Source config step for Airtable.

![](/files/I4ApPRBRUu0WyfMaDIwf)


---

# 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.datafetch.io/data-source-types/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.
