# Airtable setup

Create an account at [www.airtable.com](https://www.airtable.com), and create a fresh database.

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

Then go to <https://airtable.com/create/tokens>, to create an access token.

Click 'Create new token' in the top right corner. Give it a name, and select the 'data.records:read' and 'data.records:write', scopes.

Choose your newly created database under 'Access'.

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

Click 'Create token'. Make sure to copy token from the popup, and store it somewhere safe. You won't be able to retrieve the token again, and will have to make a new one if it is lost.

<figure><img src="/files/EIkQHyqxfiPenBeOOpq3" 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.midio.com/midio-docs/tutorial/airtable-setup.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.
