> For the complete documentation index, see [llms.txt](https://replai-1.gitbook.io/replai-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://replai-1.gitbook.io/replai-docs/features-by-tier/replai-copilot.md).

# Replai Copilot

**Replai Copilot** is the built-in copilot inside your Replai dashboard.

It helps your team work faster from one chat.

### Who can use Replai Copilot?

it is available on **Agent** and **Live**.

A workspace owner turns it on in the dashboard.

After that, teammates can use it in the workspace.

### What can Replai Copilot do?

Replai Copilot can:

* Answer questions from your connected knowledge
* Take actions for you, like creating a new assistant
* Link you straight to the result or the right next page

### What do actions look like?

You can ask Replai Copilot to do work in your workspace.

For example, it can create a new assistant for you.

When it finishes, it gives you a direct link to that assistant so you can keep configuring it.

### How do approvals work?

Replai Copilot asks before any consequential action runs.

That includes actions that change data, charge money, or affect your workspace.

The approval prompt shows a plain-English summary first.

If there is a charge, Replai shows that too.

Nothing runs until you approve it.

If you decline, the action is canceled.

Replai Copilot does not claim an action ran before it actually did.

### Can it use connected tools?

Yes.

On **Agent** and **Live**, your assistants can also use allowed tools through MCP.

See [Connecting your own tools (MCP)](/replai-docs/features-by-tier/connecting-your-own-tools-mcp.md).

### Related links

* [Agent tier](/replai-docs/features-by-tier/agent-tier.md)
* [Live tier](/replai-docs/features-by-tier/live-tier.md)
* [Audit log & visitor confirmation](/replai-docs/trust-and-privacy/audit-log-and-visitor-confirmation.md)


---

# 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://replai-1.gitbook.io/replai-docs/features-by-tier/replai-copilot.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.
