> 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/functionality/ai-agent-and-integrations/ai-integrations.md).

# AI Integrations

An AI integration connects your Coupler.io data to an AI tool you already use. Everything Coupler.io's AI can do becomes available inside that tool: finding your data sets, querying them, combining them with SQL, and building or reconfiguring data flows — all through plain-language conversation.

The connection is made over MCP (Model Context Protocol), an open standard for connecting AI tools to outside systems. You don't need to install anything or manage API keys.

## What becomes available

Once a data flow is sent to an AI tool, that tool can:

* **Find your data** — list and search the data sets in your workspace.
* **Read and analyze it** — inspect a data set's columns, then query it and answer questions about it.
* **Combine and reshape it** — join, aggregate, or pivot data sets with SQL.
* **Build and configure data flows** — create a flow, attach a source and a destination, set a schedule, and refresh on demand.
* **Remember what it learned** — save business context on a data set so the next conversation starts informed.

[**MCP**](https://docs.coupler.io/ai/mcp) has the full list of tools the AI has available and what each one does.

## Which data is available

An AI tool sees only the data sets from data flows that have **that tool** as a destination. Adding Claude as a destination makes a data flow available in Claude — it does not make it available in ChatGPT. To use the same data from several tools, add each one as a destination.

The Coupler.io AI Agent is different: it runs inside Coupler.io and can see every data set in your workspace, with no destination step needed.

{% hint style="info" %}
If your AI tool can't find a data set you expect, the usual reason is that its data flow hasn't been sent to that tool yet.
{% endhint %}

## Connect a tool

Coupler.io supports Claude, ChatGPT, Cursor, Custom MCP, Gemini CLI, OpenClaw, and Perplexity. Each has its own connection steps — see that tool's page under [Destinations → AI](https://docs.coupler.io/destinations/categories/ai).

## Learn more

* [**Coupler.io AI**](https://docs.coupler.io/ai) — what you can do with AI in Coupler.io.
* [**MCP**](https://docs.coupler.io/ai/mcp) — the connection and every tool the AI can use.
* [**Skills**](https://docs.coupler.io/ai/skills) — teach the AI to handle recurring tasks your way.
* [**Dataset context**](https://docs.coupler.io/ai/dataset-context) — give the AI the business meaning behind your 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/functionality/ai-agent-and-integrations/ai-integrations.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.
