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

# Google Sheets

Use this when form submissions should land in a spreadsheet for your team.

This is useful for lead handling, support workflows, and operational reviews.

### What this setting does

When **Enable Google Sheets Integration** is turned on for a form, Roadmap syncs form submissions to a Google Sheet.

### Enable Google Sheets sync

{% stepper %}
{% step %}

#### Open the form settings

From **Forms**, open **Settings** for the form.
{% endstep %}

{% step %}

#### Open Advance Settings

Expand the advanced options for the form.
{% endstep %}

{% step %}

#### Enable Google Sheets Integration

Check **Enable Google Sheets Integration**.
{% endstep %}

{% step %}

#### Save and run a test submission

Submit the form once and confirm a new row appears in the connected sheet.
{% endstep %}
{% endstepper %}

### Good use cases

* sending leads to a sales sheet
* sharing submissions with non-Shopify teams
* keeping an easy export-ready log of responses

### Troubleshooting

#### Nothing appears in the sheet

Check these first:

* the setting is enabled
* the form changes were saved
* the Google Sheets connection is active
* you tested with a fresh submission

### Related guides

* [Building with forms](/forms/building-with-forms.md)
* [View form submissions](/forms/view-form-submissions.md)


---

# 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.roadmap.so/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.
