# Airtable

Airtable is a spreadsheet-database hybrid, with the features of a database but applied to a spreadsheet. To use Airtable with PixieBrix, you’ll need to set up an integration.

### Finding Airtable Base Id

Your "base" is your board the holds the data. To find your baseId, go to the base or project in Airtable.

When on a base, you can find the ID in the URL. It’s the first string that comes between the `/` and starts with `app`.

<figure><img src="https://2274778196-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq123bF1HPQPV35s5vHa1%2Fuploads%2FX6KjInXeMeEZSl5DTMuf%2FUntitled%20(43).png?alt=media&#x26;token=551382f9-9cb9-4469-afdd-2f7f2132eb94" alt=""><figcaption></figcaption></figure>

Copy the whole string, everything between `airtable.com/` and the next `/`

### Configuring an Airtable Integration in PixieBrix&#x20;

{% hint style="info" %}
To set up a cloud integration that your team can access, head to the [Admin Console](https://app.pixiebrix.com/). *If you'd rather set up something locally, use the Extension Console. Learn more about* [configuring-integrations](https://docs.pixiebrix.com/integrations/configuring-integrations "mention").
{% endhint %}

From the **Integrations** section in the Admin or Extension Console, click the **+** **Add Integration** button in the top right corne&#x72;**.**

Search for and select [Airtable](https://www.pixiebrix.com/marketplace/15c78fad-b395-4245-9fcc-d1dcdf2836a6/).

<figure><img src="https://2274778196-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq123bF1HPQPV35s5vHa1%2Fuploads%2Fq3Rk2VSc1tKkM4HURmHh%2FScreenshot%202024-01-29%20at%2011.57.44%E2%80%AFPM.png?alt=media&#x26;token=29e36ad3-9f2e-4f2b-8768-d8b4cf3832cb" alt=""><figcaption></figcaption></figure>

Name your configuration something clear to you and fill out the base id and the scopes you need access to.

<figure><img src="https://2274778196-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq123bF1HPQPV35s5vHa1%2Fuploads%2FGWehKmhHaykYzjPCKX9h%2FScreenshot%202024-01-30%20at%2012.00.15%E2%80%AFAM.png?alt=media&#x26;token=af5ac4b8-6d3a-49ac-b11e-ea83de832d61" alt=""><figcaption></figcaption></figure>

Click **Save,** and your integration is ready for use in any [Airtable mods](https://www.pixiebrix.com/marketplace/search/?tags=airtable) or bricks. Some notable bricks include:

* [Get Airtable Data](https://www.pixiebrix.com/marketplace/2cc50e76-3a9b-40f5-8de4-397d0c317c3c/)
* [Send Airtable Data](https://www.pixiebrix.com/marketplace/e534f3f8-7322-4457-82d2-b83f2cd00fea/)
* [Update Airtable Data](https://www.pixiebrix.com/marketplace/e2997bcb-e2b5-4f94-8869-b6d4c9bf58d8/)


---

# 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.pixiebrix.com/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.
