# Airtable

### **Setup the App and Administrator account**

Sign up with Airtable: <https://airtable.com/signup>

#### **Specify Base name**

<figure><img src="/files/78yxTbaVtdS1sZDvisv8" alt="Specify base name" width="305"><figcaption><p>Specify base name</p></figcaption></figure>

**Specify Table name**

<figure><img src="/files/bCyFYx246G1fEOVq3QcH" alt="" width="317"><figcaption><p>Specify table name</p></figcaption></figure>

#### **Specify Table details (fields)**

<figure><img src="/files/Tod22UW8QQABu2ZRsHxt" alt="" width="280"><figcaption><p>Specify table details</p></figcaption></figure>

<figure><img src="/files/9suTmBslXwDcDEtbIgBw" alt="" width="375"><figcaption><p>Airtable workspace created</p></figcaption></figure>

Now the Airtable workspace/base is prepared. Let's configure the OAuth app.

### **2. Register OAuth app**

#### Specify name

<figure><img src="/files/cgD6Q3D8U0iv6YateHyR" alt=""><figcaption></figcaption></figure>

#### Specify name and callback url

<figure><img src="/files/NxVY5iYvN8GL4OWwVj4G" alt=""><figcaption></figcaption></figure>

#### Generate client secret

<figure><img src="/files/mgVyA8le1GJi8abUjZiw" alt=""><figcaption></figcaption></figure>

#### Specify scopes

<figure><img src="/files/Cgp8yKNAHk9EYx4myK5B" alt=""><figcaption></figcaption></figure>

#### Set `clientId` and `clientSecret` into Appmixer Backoffice.

The last step is to configure clientId and clientSecret in the Appmixer Backoffice for `appmixer:airtable`

<figure><img src="/files/juZO4OL9QhakbQNBe62J" alt=""><figcaption><p>Backoffice Airtable connector configuration</p></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.appmixer.com/6.0/6.2/app-registration/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.
