> ## Documentation Index
> Fetch the complete documentation index at: https://docs.graphext.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Airtable

> Connect Graphext to Airtable and be able to bring your data and write back to your data warehouse recurrently

<Frame caption="Connect Graphext to Airtable" type="glass">
  <img src="https://mintcdn.com/graphext/trfFunaWYnndLpnF/images/integrations/airtable/airtable_1.png?fit=max&auto=format&n=trfFunaWYnndLpnF&q=85&s=c3af511907fe365b00ddea9893618693" width="1918" height="1050" data-path="images/integrations/airtable/airtable_1.png" />
</Frame>

### Guided steps

<Accordion title="Connect to Airtable">
  <Steps>
    <Step title="Create a project">
      Click on “New Project” (this will add the integration to your personal team) or the “Integrations” button inside the team you want to work on.
    </Step>

    <Step title="Select Airtable from the integrations list." />

    <Step title="Get the Base ID and the Table ID">
      Head to your Airtable and open the dataset you want to import. From the URL you need to extract the **Base ID** and the **Table ID**

      * The Table ID is the first part of the URL and starts with "app..."
      * The Base ID id the second part of the URL and starts with "tbl..."

      <Frame caption="Connect Graphext to Airtable" type="glass">
        <img src="https://mintcdn.com/graphext/trfFunaWYnndLpnF/images/integrations/airtable/airtable_2.png?fit=max&auto=format&n=trfFunaWYnndLpnF&q=85&s=87143dbcca21cb154bb835e55cac73ed" width="2878" height="1672" data-path="images/integrations/airtable/airtable_2.png" />
      </Frame>
    </Step>

    <Step title="Get the Access Token">
      To obtain the Access Token you need to navigate to [https://airtable.com/create/tokens](https://airtable.com/create/tokens). Click on "Create new token", define the name the scope and the access. At least you should include the two scopes to read (data.records:read and schema.bases:read) and give access to the table you want to import

      <Frame caption="Connect Graphext to Airtable" type="glass">
        <img src="https://mintcdn.com/graphext/trfFunaWYnndLpnF/images/integrations/airtable/airtable_3.png?fit=max&auto=format&n=trfFunaWYnndLpnF&q=85&s=dcd2dd13435932d8e3dbaeca136085ee" width="2874" height="1510" data-path="images/integrations/airtable/airtable_3.png" />
      </Frame>

      Copy the generated token

      <Frame caption="Connect Graphext to Airtable" type="glass">
        <img src="https://mintcdn.com/graphext/trfFunaWYnndLpnF/images/integrations/airtable/airtable_4.png?fit=max&auto=format&n=trfFunaWYnndLpnF&q=85&s=19aca03db176636fb2cd4041e2aa1e36" width="2880" height="1510" data-path="images/integrations/airtable/airtable_4.png" />
      </Frame>
    </Step>

    <Step title="Fill in the information in Graphext UI">
      Finally you need to include the **Table ID** the **Base ID** and the **Access Token** in the Graphext configuration UI

      <Frame caption="Connect Graphext to Airtable" type="glass">
        <img src="https://mintcdn.com/graphext/trfFunaWYnndLpnF/images/integrations/airtable/airtable_5.png?fit=max&auto=format&n=trfFunaWYnndLpnF&q=85&s=4503e06f3d9af9974b523690a829caf3" width="1919" height="1055" data-path="images/integrations/airtable/airtable_5.png" />
      </Frame>
    </Step>

    <Step title="Allow write output to export data">
      If you want Graphext to write back the project's output to Airtable. Select “Allow write output.” View more documentation about this step in our [API Docs](/api-docs).
    </Step>

    <Step title="Save">
      Click on “Save and create project” to retrieve your data and begin exploring or “Save” the integration for later use.
    </Step>
  </Steps>
</Accordion>
