> ## Documentation Index
> Fetch the complete documentation index at: https://docs.voiceflow.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Airtable tool

> Create, read, update, and delete records in your Airtable bases.

<img src="https://mintcdn.com/voiceflow-009a8802/eGkyyTKz_LvX1Any/images/tools/integrations/Airtablecover(1).png?fit=max&auto=format&n=eGkyyTKz_LvX1Any&q=85&s=fbf02fa86e3f8b38c6f17af2a971d885" alt="Airtable Tool" width="1920" height="1080" data-path="images/tools/integrations/Airtablecover(1).png" />

The Airtable tool lets your agent interact with your Airtable data during a conversation. Use it to log leads, look up product information, update form responses, or manage any records your workflow requires.

## Using the Airtable tool

Add the Airtable tool to your agent from **Tools** → **Add tool** → **Airtable**. You can also add tools directly from inside a [Playbook](/documentation/build/steps/playbook) or [Integration step](/documentation/build/steps/integration). Once added, you can call the Airtable tool from inside a [Playbook](/documentation/build/playbooks) or [Workflow](/documentation/build/workflows).

### Actions

| Action            | Description                                                                                   |
| ----------------- | --------------------------------------------------------------------------------------------- |
| **Create record** | Add a new record to a table.                                                                  |
| **Get record**    | Retrieve a single record by its ID.                                                           |
| **List records**  | Retrieve multiple records from a table, optionally filtered by conditions or specific fields. |
| **Update record** | Modify fields in an existing record. Only specified fields are modified.                      |
| **Delete record** | Remove a record from a table.                                                                 |
