# Airtable

[Airtable](https://airtable.com/) is a spreadsheet-database hybrid, with the features of a database but applied to a spreadsheet. The fields in an Airtable table are similar to cells in a spreadsheet, but have types such as checkboxes, phone numbers, and drop-down lists, and can reference file attachments like images.

## Account integration using API key

To begin, you will need:

* An [Airtable](https://airtable.com/) account.

**STEP 1:** Go to the [Airtable dashboard](https://airtable.com/).

**STEP 2:** Click on the user icon on the top right corner, then select **\[Account]** from the dropdown list.

<figure><img src="https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FYvpp6hMeygvdg387ubdI%2FAirtable_02.png?alt=media&#x26;token=43b6bcea-6746-4686-b45f-05f8bcd9f922" alt=""><figcaption></figcaption></figure>

**STEP 3:** Under the **API** section, click **\[Go to developer hub]**.

<figure><img src="https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FTCBHdeEpCx76Iy2FsQfC%2FAirtable_03.png?alt=media&#x26;token=39b2c0e6-5eff-484c-85dd-a78b986320c4" alt=""><figcaption></figcaption></figure>

**STEP 4:** Click **\[Use API key instead]**.

<figure><img src="https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2F2Mk5Wudup1eygJZOrxsi%2FAirtable_04.png?alt=media&#x26;token=f9155068-611a-4735-8f81-dca66af8701a" alt=""><figcaption></figcaption></figure>

**STEP 5:** Copy the displayed API key by clicking on the generated key.

<figure><img src="https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FqcVa5lsTXwd8jMbowDig%2FAirtable_05.png?alt=media&#x26;token=dd9c2c8e-5b0e-4dfb-81fa-e5e67c7bd236" alt=""><figcaption></figcaption></figure>

**STEP 6**: In iMBrace, create a new credential of type **Airtable API**, paste the the copied API key in the **API Key** field, then click **\[Create]**.

<figure><img src="https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FlR4TFVTx2yQW7EZOPe7R%2FAirtable_06.png?alt=media&#x26;token=d384bb98-af9b-4ec7-bd9b-752f0546295d" alt=""><figcaption></figcaption></figure>

**DONE:** The credential can then be used for Airtable nodes.


---

# 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://imbrace.gitbook.io/imbrace-documentation/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.
