> For the complete documentation index, see [llms.txt](https://docs.gearplug.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gearplug.io/english/set-up-your-integrations/airtable.md).

# Airtable

Airtable lets you create databases and spreadsheets, letting you manage different registers and categories. Integrating Airtable into GearPlug is perfect for keeping your databases updated.

{% hint style="info" %}
**Can't see the action you need?**

[Contact us](https://www.gearplug.io/en/contact)! Select "Suggest Action," tell us the action you need, and we'll evaluate how to add it.
{% endhint %}

### As a source

<figure><img src="https://lh5.googleusercontent.com/6C5_PV-KwwMMLSDaL0SW-je5NV_Dz9vmZcM5Z3sgGO8h9Ze5ZAk8I8at9z_1LkhH8EHmN3Iawsfl6hf0yfjh-AMbJVFvZQ-xnwIIfNPZF9qGCXLMW_Ve-Lk6Z5W43Lc5pdfmmpPzcreIkqWDK5SHSw" alt=""><figcaption></figcaption></figure>

As a source, Airtable offers two actions:

* **Get record created**: Extracts information from new records in your account.
* **Get record updated**: Extracts information from existing records whose information has been changed.

### As a target

<figure><img src="https://lh5.googleusercontent.com/cbGfgXWBZu1uuza6i7T3FDYDUIUQoAw3YVIEnlqQANiX-TZUW8e5S5Sph-_hEK-uUCDkrv3n_PQItl-tiB6S7nIWlCES-kHD_qz8MgYK4qp4ZIBK69IzcrZXNrGGFYeBVI0YPW_Y8Z8xfSptk9q7HA" alt=""><figcaption></figcaption></figure>

As a target, Airtable offers two actions:

* **Create record**: Creates a new entry in your database, using information from other apps.
* **Update record**: Updates an existing entry in your database, using information from other apps.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.gearplug.io/english/set-up-your-integrations/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.
