> For the complete documentation index, see [llms.txt](https://docs.coupler.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coupler.io/sources/category/surveys.md).

# Surveys

- [Google Forms](https://docs.coupler.io/sources/category/surveys/google-forms.md): Export Google Forms survey responses and structure into Google Sheets, BigQuery, or databases with Coupler.io automation.
- [Data Overview](https://docs.coupler.io/sources/category/surveys/google-forms/data-overview.md): Google Forms data includes form structure (questions, types, options) and response submissions with timestamps and respondent IDs.
- [Common Issues](https://docs.coupler.io/sources/category/surveys/google-forms/common-issues.md): Fix Google Forms connection errors — verify account ownership, check third-party app access, and resolve permission issues.
- [Best Practices](https://docs.coupler.io/sources/category/surveys/google-forms/best-practices.md): Organize Google Forms exports by splitting form structure and responses into separate sheets for cleaner querying and analysis.
- [FAQ](https://docs.coupler.io/sources/category/surveys/google-forms/faq.md): Find your Google Form ID, export multiple forms at once, and manage response data in Coupler.io integrations.
- [Typeform](https://docs.coupler.io/sources/category/surveys/typeform.md): Export Typeform survey responses, summaries, and form lists to Google Sheets, BigQuery, or databases via Coupler.io — no code required.
- [Data Overview](https://docs.coupler.io/sources/category/surveys/typeform/data-overview.md): Access Typeform forms, responses, and summaries as structured entities. Pull individual answers, emails, and respondent data for analysis.
- [Common Issues](https://docs.coupler.io/sources/category/surveys/typeform/common-issues.md): Fix Typeform OAuth failures, account limit errors, and authorization issues when connecting to Coupler.io.
- [Best Practices](https://docs.coupler.io/sources/category/surveys/typeform/best-practices.md): Speed up large form exports with date filters. Append multiple Typeform forms into one dataset using transformations.
- [FAQ](https://docs.coupler.io/sources/category/surveys/typeform/faq.md): Learn how to export multiple Typeform forms, extract emails from responses, and handle duplicate or missing data.


---

# 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.coupler.io/sources/category/surveys.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.
