# Airtable

To access your Airtable bases and tables, you'll need a few different pieces of information. First, you'll need your personal API key, which can be found on your Airtable Account page. Click on the person icon for the menu, then select the "Account" option.

![Your Airtable Account](/files/-MfZ3oHu8fw1MoWjXpsm)

From there, you will be taken to an Account Overview screen, shown below.

![You'll need to find your API key, highlighted here](/files/-MfZ3yrjRTzLGMn9W3Mh)

Your API key will be hidden, until you click inside the text box. Copy the API key, click into the Airtable button in Phiona, and paste it inside the text box.

![Click the Airtable button to connect your bases and tables](/files/-MfYLowODi2Ltcxy1EvY)

Next, you'll need your **Base ID** and **Table ID**. To find your **Base ID** and **Table ID**, go to <https://airtable.com/api>.

Find the base you would like to add to Phiona, and click the link.

The URL in your browser includes the **Base ID**: <https://airtable.com/**YourBaseIDisLocatedHere**/api/docs> - curl/introduction, but is also located after “The ID of this base is…” in green text.

Your **Table ID** is the name of the table, highlighted in blue, ex: Table ID

Once you have that information populated, Phiona will import all of the information within your 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.phiona.com/data-sources/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.
