# Airtable

You can use data from Airtable to power your Stacker apps.

You can either create a new app, or add a new data connection to an existing app.

### Connect to Airtable <a href="#id-01h8c13qnxa3c4rm2jkxfcg69k" id="id-01h8c13qnxa3c4rm2jkxfcg69k"></a>

1. Click **App Settings**
2. Click **Data Sources**
3. Select **Airtable**
4. Name your data source, we recommend a memorable name, this will make it easy to manage multiple connections later
5. Copy Sharing Link from Airtable
6. Paste your Sharing Link into Stacker
7. If your Airtable base requires a password, toggle on **My base is password-protected**
8. Click **Connect**

![](https://support.stackerhq.com/hc/article_attachments/16726342400659)

Continue following the flow to grant access to Stacker. We suggest you pick **All current and future bases in all current and future workspaces** in the dropdown, so that you do not have to go through the full upgrade flow for future data connections. After granting access you will be redirected to Stacker.

<figure><img src="https://support.stackerhq.com/hc/article_attachments/19752950087699" alt=""><figcaption></figcaption></figure>

### Find your sharing link <a href="#h_01h0nj002wfv6y5t3eh8h6yhhs" id="h_01h0nj002wfv6y5t3eh8h6yhhs"></a>

1. Click **Share** in the top right corner of your Airtable base
2. Click **Share publicly** and **Enable shared base link**
3. Click the Shared base link to copy it
4. Paste the link into your Stacker app

![](https://support.stackerhq.com/hc/article_attachments/11736751190547)

It is important to **avoid regenerating the sharing link**, this will break the connection between Airtable and Stacker.

## Troubleshooting <a href="#h_01hbrjk9ynk3y4f9p360w576jp" id="h_01hbrjk9ynk3y4f9p360w576jp"></a>

* **Airtable** **Domain Restrictions** **are not supported.** Restricting access to an email domain will not allow you to sync your Airtable base to Stacker.
* To connect to Airtable your role must be Creator for workspace.
* **Airtable** **editing permissions** **(table/field) are not supported.** "Editors and up" is required for Stacker to be able to create/modify data:

<figure><img src="https://support.stackerhq.com/hc/article_attachments/15354536766995" alt=""><figcaption></figcaption></figure>


---

# 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.stackerhq.com/stacker-classic/data/third-party-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.
