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

# Google Sheets

Video Link: <https://youtu.be/SSY0Pa964og>

1. To integrate Google Sheets to site, you need to click on **Sign in with Google** button.

<figure><img src="/files/RKJDIgZS7y9SRdoqVR0k" alt=""><figcaption></figcaption></figure>

2. On clicking sign in button, a google account pop-up appears, Select the account you want to connect.

<figure><img src="/files/kjefsQRJuxJI7MJGUWXU" alt=""><figcaption></figcaption></figure>

3. After adding your account, you see an option of **Add Spreadsheet.**

<figure><img src="/files/xwP2kn4ioADhtMBWfJxQ" alt=""><figcaption></figcaption></figure>

4. Enter the spreadsheet name, and spreadsheet id you want to integrate. And click on **Create** to add spreadsheet.

<figure><img src="/files/2d1hXIjAWzwGowGEefb9" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can get the **Sheet Id** by hovering on the ⓘ ico&#x6E;**.**

![](/files/aduvMIbULoWgZiDj0uIC)
{% endhint %}

{% content-ref url="/pages/Nu1JuYWAXoWNUZT88ML7" %}
[Post data to a Google Sheet](/nexaflow/developer-apis/post-data-to-a-google-sheet.md)
{% endcontent-ref %}

{% content-ref url="/pages/ywVcseVFKKrbwO9R1GNB" %}
[Get data from a Google Sheet](/nexaflow/developer-apis/get-data-from-a-google-sheet.md)
{% endcontent-ref %}


---

# 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://nexaflow.gitbook.io/nexaflow/integration/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.
