> 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/destinations/categories/ai/claude/faq.md).

# FAQ

<details>

<summary>Do I need to install anything to use Claude as a destination?</summary>

No — you can use Claude Web with Web Connector.

</details>

<details>

<summary>Can I send data from multiple sources to Claude in one flow?</summary>

Yes. A single Coupler.io data flow supports multiple sources, and you can combine them using **Join** or **Append** transformations before the data reaches Claude. This is useful when you want to correlate data from different platforms — for example, combining Google Ads spend with TikTok Ads performance in a single conversation.

</details>

<details>

<summary>Why does Claude ask me to authorize tools before accessing my data?</summary>

This is expected behavior. The first time Claude needs to fetch or process data from Coupler.io in a session, it will ask for your permission to use the relevant tools. This is Claude's standard safety mechanism for tool use — just approve the request with "Always allow", and it won't ask again in the same conversation.

</details>

<details>

<summary>How do I keep Claude's data up to date without re-running manually?</summary>

Once your data flow has completed a successful manual run, you can set up a **schedule** in Coupler.io to refresh the data automatically — hourly, daily, or at a custom interval. Claude will then have access to fresh data whenever you start a new conversation or ask it directly.

</details>

<details>

<summary>Do I need to install the Coupler.io connector multiple times to work with Claude Chat and Cowork/Code?</summary>

No – you only need to install the web connector once to allow Claude's access to your data flows pointed to it from any Claude app.

</details>

{% hint style="info" %}
For help setting up specific data sources for Claude, see the individual source articles in the **Sources** section of this Help Center.
{% endhint %}


---

# 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/destinations/categories/ai/claude/faq.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.
