# Microsoft Copilot Studio

[Microsoft Copilot Studio](https://learn.microsoft.com/en-us/microsoft-copilot-studio/fundamentals-what-is-copilot-studio) is a low-code platform for building and deploying conversational AI agents and copilots. Akto integrates with Copilot Studio in three ways — pick the one that matches your use case, or combine them.

<table><thead><tr><th width="240">Integration</th><th>Description</th></tr></thead><tbody><tr><td><a href="/pages/Cjn0sfDzgvn7q4use3XV">Connect to Akto (Async Mode)</a></td><td>Poll conversation transcripts from Microsoft Dataverse on a recurring schedule. No agent changes required. Detection-only — Akto observes traffic after the conversation has ended.</td></tr><tr><td><a href="/pages/L7YkDJzMZIahNjfdSOpv">Connect to Akto (Block Mode)</a></td><td>Inline request and response guardrails added directly inside the Copilot Studio agent topics. Blocks malicious prompts and scans AI responses in real time.</td></tr><tr><td><a href="/pages/KB17l9H5Ras39nuL43Ym">Proxy MCP Server via Akto</a></td><td>Route MCP server tool calls made by the agent through Akto's <code>agent-proxy</code> for inspection and policy enforcement on every MCP request and response.</td></tr></tbody></table>

## Which option to choose

* **Async Mode** — fastest to set up, zero agent changes, good for visibility and red-team analysis. Detect-only; cannot block.
* **Block Mode** — required if you want to **block** prompt-injection, PII leaks, or policy violations before the model or user sees them. Requires editing each agent's topics.
* **Proxy MCP Server via Akto** — required if your agent calls external **MCP servers** as tools and you want every MCP request and response to flow through Akto.

All three can run side-by-side on the same agent.


---

# Agent Instructions: 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:

```
GET https://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/connectors/ai-agent-security/microsoft-copilot-studio.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
