# Airtable connection

To get started, you need to install the Logic Sheet add-on from Google’s Workspace Marketplace. In the top menu of your Google Sheets, click Extensions >> Add-ons >> Get add-ons, and then you will see a prompt of the Google Workspace Marketplace. Search the name *Logic Sheet* and you will be able to see and install the add-on.&#x20;

Before we use any of Logic Sheet’s Airtable functionality, you need to open the Integrations page to connect your Google Sheets with your Airtable account. To open the page, find the Logic Sheet add-on from the Extensions menu in your Google Sheets and click the Integrations option. You can also open the integrations page from the hamburger menu in the Logic Sheet add-on sidebar.

![](https://static.logicsheet.co/img/site/airtable-intro/integrations-menu.png)

On the integration page, click on the *connect* button and you will be asked to input your Airtable API key. Your Airtable API key can be found or generated from your [Airtable account page](https://airtable.com/account). Copy the API key from there and paste it into the input in Logic Sheet, and click Connect to Airtable. Your API key will be securely stored in your own Google account and cannot be accessed by anyone other than you.&#x20;

![How to connect to Airtable from Google Sheets](https://static.logicsheet.co/img/site/airtable-intro/connect-to-airtable.png)

Once you have stored your Airtable API key, you will be able to use the Logic Sheet Airtable integrations.


---

# 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://help.logicsheet.co/automation/add-connections/airtable-connection.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.
