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

# How to Acquire Airtable Credentials?

> Proceed with the outlined steps to acquire Airtable credentials.

## Step-by-step walkthrough: How to obtain Airtable API Keys

<Steps titleSize="h3">
  <Step title="Create Token">
    Go to [https://airtable.com/create/tokens](https://airtable.com/create/tokens) to create new token.

    <Frame>
      <img src="https://assets.superjoin.ai/images/airtable/airtable-s1.png" />
    </Frame>
  </Step>

  <Step title="Add Scopes">
    Add following scopes: data.records:read, data.recordComments:read, schema.bases:read

    <Frame>
      <img src="https://assets.superjoin.ai/images/airtable/airtable-s2.png" />
    </Frame>
  </Step>

  <Step title="Select bases">
    Select required bases or allow access to all available and press the Create Token button.

    <Frame>
      <img src="https://assets.superjoin.ai/images/airtable/airtable-s3.png" />
    </Frame>
  </Step>

  <Step title="Save Token">
    Save token from the popup window.
  </Step>
</Steps>

<Info>For more details, use Airtable Documentation: [https://airtable.com/developers/web/guides/personal-access-tokens](https://airtable.com/developers/web/guides/personal-access-tokens)</Info>

## Setting up Airtable

<CardGroup cols={1}>
  <Card title="Looking for Airtable?" icon="life-ring" iconType="duotone" href="overview">
    Head over to the Airtables Overview page to get a step by step guide to connect.
  </Card>
</CardGroup>
