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

# Google Sheets

Connect Google Sheets to Zigpoll to automatically pipe survey responses into a spreadsheet. Once set up, every matching submission appends a new row in real time — no exports or manual work required.

## Setup

1. Navigate to **Integrations** in your Zigpoll dashboard.
2. Find **Google Sheets** and toggle it on.
3. Click **Click To Authenticate** and sign in with your Google account.
4. Grant Zigpoll access. You'll be returned to Zigpoll with a confirmation that your account is connected.

{% hint style="info" %}
Zigpoll requests the `drive.file` scope, so it can only see and edit the spreadsheets it creates for you — it cannot read the rest of your Google Drive.
{% endhint %}

## Sending responses to a sheet

After connecting, add a **write to google sheet** action on a survey's **Behavior** tab. Zigpoll creates the spreadsheet for you and appends a row each time your action's conditions are met. You can also choose exactly which columns to sync.

For a full walkthrough, see the tutorial:

{% content-ref url="/pages/mtYMiol9sp57oml4S74n" %}
[Sync Survey Responses to Google Sheets](/tutorials/sync-survey-responses-to-google-sheets.md)
{% endcontent-ref %}

You can also read more about the integration on our blog: <https://www.zigpoll.com/blog/zigpoll-google-sheets-integration>


---

# 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.zigpoll.com/integrations/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.
