> For the complete documentation index, see [llms.txt](https://docs.airops.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airops.com/context/overview/project-management/google-sheets.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.airops.com/context/overview/project-management/google-sheets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
