# Airtable

Overview: Connect to your Airtable workspace to access your structured data and databases with powerful SQL query capabilities.

#### Detailed Functions:

Data Access:

* Get Data: Execute SQL queries to retrieve information from your Airtable bases
* Database Integration: Connect to multiple bases and tables simultaneously
* Structured Query Support: Use standard SQL syntax to filter, join, and analyze data

Use Cases:

* "Show me all projects with a status of 'In Progress'"
* "Calculate the total budget across all marketing campaigns"
* "Find all contacts in the 'Enterprise' category"
* "What's the average deal size by sales rep?"
* "Show me inventory items with low stock levels"
* "Generate a report of completed tasks by team member"

<figure><img src="/files/YrTi0wEJL8J1UBAAsQM2" 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.calk-ai.com/knowledge/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.
