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

# Google Sheets

Phiona supports connections to Google Sheets through a native integration. When you first click on the Google Sheets button, a pop-up window will direct you to your different Google Accounts, where you can select the one in which you would like to connect.

![Select the Google Sheets icon under "Add New Data Set"](/files/-MfYJ1WXi1QpWS_wIneV)

![Enter your Google details to connect to Google Sheets](/files/-MfYJINiiP1NCc4yXxRN)

Once you have connected to your Google Sheets account, you will see a list of Sheets links that you can access from your Google Drive. You will also see information on the owner of each sheet (you can access sheets that were shared with you) as well as the date the sheet was last opened. If you have many sheets, you can search for the sheet as well. Click on the sheet to connect to it.

![](/files/-MfYKItnF7O4VEJRquSY)

{% hint style="info" %}
If you have multiple tabs within a Google Sheet, each of the tabs will import as separate datasets in the project.
{% endhint %}


---

# 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:

```
GET https://docs.phiona.com/data-sources/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.
