# AI Copilot

The Telmai Copilot ("Ask AI") is an AI assistant that answers questions about your data quality environment using live data from your Telmai workspace.

![](/files/8tj46nZzsAxPhkTbPSrh)

***

## What Copilot Can Do

**Read-only questions:**

* "What are the most critical open incidents?"
* "Which assets have the worst data quality this week?"
* "Show me the completeness trend for the orders table"
* "List all monitors that haven't run in the last 24 hours"
* "Which assets have no monitors deployed?"

**Write operations (Admin and Member roles only):**

* "Deploy monitors for the customers table"
* "Disable the freshness monitor on the orders table"
* "Set the completeness threshold for email to 99%"

***

## How to Use It

Click the **Ask AI** button (bottom right of any page) to open the Copilot panel. Type your question in natural language and press Enter.

The Copilot will:

1. Determine what data it needs to answer your question
2. Fetch that data in real time (you'll see tool calls appear while it works)
3. Stream a response back to you

***

## Permissions

Copilot respects your Fabric workspace role:

| Role                 | Copilot Capability                                       |
| -------------------- | -------------------------------------------------------- |
| Viewer               | Read-only questions only                                 |
| Member / Contributor | Read + write operations (deploy monitors, update config) |
| Admin                | Full access including integrations and deletions         |

***

## Conversation Context

The Copilot maintains context within a session. Follow-up questions like "show me the details for the first one" work as expected. Opening a new panel starts a fresh conversation.

***

## Tips

* Be specific about which table or asset you're asking about for faster, more accurate answers
* For multi-step investigations, ask one question at a time and follow up based on the response
* The Copilot uses live data — answers always reflect your current environment

***

## Related

* [Incidents](/user-guide/incidents.md) — view and investigate incidents in the UI
* [Monitor Types](/user-guide/monitor-types.md) — understand what each check measures
* [API: Copilot Chat](/api-reference/copilot.md) — integrate the Copilot in your own applications
* [MCP Server](/api-reference/mcp-server.md) — use Telmai from Claude Desktop


---

# 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://fabric-docs.telm.ai/user-guide/copilot.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.
