# Airtable

It's simpler than Firebase, but has some convenient features like support for media files, making it simpler to manage content than Google Sheets.

Airtable allows you to automate tasks based on your data. For example, you can perform actions based on various triggers like adding a new entry or changing an entry.

However, it does have one major drawback. Its API is limited to 5 requests per second, seriously limiting Airtable for general use.

To connect Airtable to Flipabit you need an API key.

1. Log in to your Airtable account

![](/files/0mEF1wVAjhLSvYsLv5v8)

2\. Click ‘Generate API Key’ if the key hasn’t been generated already

![](/files/wF5nnwUWYe0ngEiddM6V)

3\. In Airtable, open the table that you plan to import into Flipabit. Click ‘Help’ in the upper right corner, then click ‘API Documentation’.&#x20;

![](/files/lleuNgxNLTFOT630xQdP)

4\. In the page that opens, enable "show API key". From the menu on the left, click ‘Authentication’. Copy the URL from the right side in the ‘EXAMPLE USING QUERY PARAMETER’ section.

![](/files/doiHZAqgv6f154xFCfQx)

5\. In the Database inspector, click Create and select Airtable.

![](/files/nekYHmd4otSmTjoZ9ky7)

6\. Paste the URL into the Url text box in Flipabit. The URL contains the name of the first Airtable spreadsheet by default. You can replace it with the name of the table you need. Click ‘Download’ and wait until the import is finished.

![](/files/EYAZ0BmGiKekfK8wzwpN)

7\. To verify the imported data, go into the Database inspector, select the table, and click ‘Edit Data’.

![](/files/BOO01NJZijNKHux7fyGL)


---

# 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.flipabit.dev/data-and-backend/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.
