For the complete documentation index, see llms.txt. This page is also available as Markdown.

FAQ

What is Microsoft Copilot Studio?

Microsoft Copilot Studio is a platform for building and extending AI agents that answer questions and take action. When connected to Coupler.io through an MCP (Model Context Protocol) tool, your agents can access business data from any supported source and answer questions about it in plain language.

How does my data get to the agent?

Coupler.io exposes your data through an MCP server. You add that server to your Copilot Studio agent as a tool, and the agent calls it on demand when you ask about your data. When you run a data flow with Microsoft Copilot Studio as the destination, the data becomes available to the agent through this tool.

Do I need a client ID or secret to connect?

No. The Coupler.io MCP tool uses OAuth 2.0 with Dynamic discovery, so Copilot Studio registers itself with Coupler.io automatically. The first time someone uses the tool, they see a consent card in chat and sign in to Coupler.io once.

Why doesn't my agent use the Coupler.io tool automatically?

The agent needs generative orchestration enabled to decide when to call MCP tools on its own. This is the default for new agents. If it's turned off, enable it on the agent's settings so it can use the Coupler.io tool.

Which data flows are available to the agent?

Only data flows that use the Microsoft Copilot Studio destination are available to the agent. Data flows sent to other destinations won't appear.

Can I send data from multiple sources to one agent?

Yes. A single Coupler.io data flow supports multiple sources, and you can combine them using Join or Append transformations before the data reaches the agent. You can also run several data flows with the Microsoft Copilot Studio destination.

How do I keep the agent's data up to date without re-running manually?

Once your data flow has completed a successful manual run, set up a schedule in Coupler.io to refresh the data automatically — hourly, daily, or at a custom interval. The agent will then have access to fresh data whenever it queries the tool.

For help setting up specific data sources for Microsoft Copilot Studio, see the individual source articles in the Sources section of this Help Center.

Last updated

Was this helpful?