> 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/troubleshooting.md).

# Troubleshooting

- [Timeout: we could not import your data within 9 minutes](https://docs.coupler.io/troubleshooting/timeout-we-could-not-import-your-data-within-9-minutes.md): Fix the Coupler.io timeout error when data imports exceed the 9-minute limit. Learn common causes and solutions to reduce import time and avoid failures.
- [Google 400 error: the server cannot process the request because it is malformed](https://docs.coupler.io/troubleshooting/google-400-error-the-server-cannot-process-the-request-because-it-is-malformed.md): Resolve the Google 400 "malformed request" error in Coupler.io. Find out what causes this issue with Google-based sources and how to fix it quickly.
- [Why API data is different from what users see in the UI](https://docs.coupler.io/troubleshooting/why-api-data-is-different-from-what-users-see-in-the-ui.md)
- [Data doesn't match between the Source, Coupler preview, and Destination](https://docs.coupler.io/troubleshooting/data-doesnt-match-between-the-source-coupler-preview-and-destination.md): Troubleshoot data mismatches between your source, Coupler.io preview, and destination. Understand common reasons why data may differ and how to align it.
- [Coupler.io refused to connect](https://docs.coupler.io/troubleshooting/coupler.io-refused-to-connect.md): Fix the "Coupler.io refused to connect" error. Learn what causes connection issues with your browser or network and how to restore access to the platform.
- ["Import finished successfully, but data was truncated" warning](https://docs.coupler.io/troubleshooting/import-finished-successfully-but-data-was-truncated-warning.md): Understand the "data was truncated" warning in Coupler.io. Learn why your import may deliver partial results and how to ensure all rows are exported completely.
- [Claude connector tools don't load](https://docs.coupler.io/troubleshooting/claude-connector-tools-dont-load-on-free-and-pro-plans.md): Fix the Coupler.io connector for Claude when its tools don't load on Claude Free and Pro plans. Use the custom connector as a workaround while the official connector is being fixed.


---

# 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/troubleshooting.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.
