# Airtable

Airtable es una aplicación para crear bases de datos y hojas de cálculo, y te permite manejar registros de distintas categorías. Integrar Airtable con GearPlug es perfecto para mantener actualizadas tus bases de datos.

{% hint style="info" %}
**¿No ves la acción que necesitas?**

¡[Contáctanos ya](https://www.gearplug.io/contact)! Selecciona la opción "Sugerir Acción", recomiéndanos la acción que te gustaría ver, y nosotros evaluaremos cómo incluirla.
{% endhint %}

### Como origen

<figure><img src="https://lh3.googleusercontent.com/TCbfX-ng-KBItTc9LgHU3wRcCILqVR1XAZpaNv1gqWbPr5f9bNmvmtFayj9DHK_gf3UXfmSkKIuSKjB6W4OLmm4X8hb5ZnoREuXqhex-umYxt8vD-aPDDnKCWPvpCV_fusGAc8JwxITwFEmORnDnGg" alt=""><figcaption></figcaption></figure>

Como origen, Airtable te ofrece dos acciones:

* **Obtener registro creado**: Extrae la información de nuevos registros en tu cuenta.
* **Obtener registro actualizado**: Extrae la información de registros existentes cuya información ha cambiado.

### Como destino

<figure><img src="https://lh3.googleusercontent.com/c0pXSj7Q-3KrVLnI5DsKHR6hQ0lH9gPrT2ws5PJmikKsnFzx9NI8ZLmSWUnQntR9Uq-XPiYmMEIRJDuRtBKGk32wfKmn3SM8T-2A7RZmZGdLYUd5rcSYvQucsPHhBRTFwSziXu-RhQU_vSARJFOeiQ" alt=""><figcaption></figcaption></figure>

Como destino, Airtable te ofrece dos acciones:

* **Crear registro**: Crea una nueva entrada en tu base de datos, usando información recopilada por otras apps.
* **Actualizar registro**: Actualiza una entrada existente en tu base de datos con la información extraída de otras apps.


---

# 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.gearplug.io/configura-tus-conexiones/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.
