# Google Sheets

The Google Sheets integration allows you to create and retrieve Sheets within the connected Drive account.

## Create Spreadsheet

1. **Parent Folder (Optional):** choose a folder to create the spreadsheet in
2. **Title:** the title of the created spreadsheet
3. **JSON Data (Array of Objects):** the content to populate the rows and columns, supports JSON

### Example

{% @arcade/embed %}

## Retrieve Spreadsheet

1. **Google Sheets URL** Enter the full Google Sheets URL (e.g., <https://docs.google.com/spreadsheets/d/1ABC123.../edit?gid=0>)
2. **Start Row Index (Optional)** Optional starting row index (0-based). Leave empty to start from the beginning of the sheet.
3. **End Row Index (Optional)** Optional ending row index (exclusive). Leave empty to include all rows to the end of the sheet.
4. **Start Column Index (Optional)** Optional starting column index (0-based). Leave empty to start from the first column.
5. **End Column Index (Optional)** Optional ending column index (exclusive). Leave empty to include all columns to the end of the sheet.

### Example

<div align="center" data-full-width="true"><figure><img src="/files/cZtbA5Fs2TpGv82PkYu6" alt="" width="375"><figcaption><p>Example of Retrieve Spreadsheet Action</p></figcaption></figure></div>


---

# 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.airops.com/context/overview/project-management/google-sheets.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.
