> For the complete documentation index, see [llms.txt](https://docs.interactive.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.interactive.ai/interactiveai-platform.md).

# InteractiveAI Platform

InteractiveAI is the operating platform for **building, deploying, and managing production AI systems.** You describe what an agent should do, deploy it as a running service, then see what it actually did and whether it was any good, without leaving the platform.

These sections follow the platform's own structure.

<table data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><a href="/pages/KLWnh3z324VgAkcLXqIe"><strong>Home</strong></a></td><td align="center">Live view of activity, latency, cost, and quality across the agents you select.</td><td><a href="/spaces/1ICwJbq7EJdn5kBgXnQu/pages/KLWnh3z324VgAkcLXqIe">/spaces/1ICwJbq7EJdn5kBgXnQu/pages/KLWnh3z324VgAkcLXqIe</a></td></tr><tr><td align="center"><a href="/pages/9Ob2Px3mAMU9Hk6O32io"><strong>Agents</strong></a></td><td align="center">Build, configure, and deploy the agents your project runs.</td><td><a href="/spaces/1ICwJbq7EJdn5kBgXnQu/pages/TtQBP1EGCj00Fcs1zFL5">/spaces/1ICwJbq7EJdn5kBgXnQu/pages/TtQBP1EGCj00Fcs1zFL5</a></td></tr><tr><td align="center"><a href="/pages/S0PMmol2kf4qvuPc94Zc"><strong>Context</strong></a></td><td align="center">The policies, routines, macros, prompts, and knowledge that shape how agents behave.</td><td><a href="/spaces/1ICwJbq7EJdn5kBgXnQu/pages/IxdN8Dr30mAdze18iymO">/spaces/1ICwJbq7EJdn5kBgXnQu/pages/IxdN8Dr30mAdze18iymO</a></td></tr><tr><td align="center"><a href="/pages/IiOypkMuivgJRwF6DltU"><strong>Connectors</strong></a></td><td align="center">Model access through the Router, and the MCP servers that give agents their tools.</td><td><a href="/spaces/1ICwJbq7EJdn5kBgXnQu/pages/Bhp5LJNiv9sk4oWzLF4S">/spaces/1ICwJbq7EJdn5kBgXnQu/pages/Bhp5LJNiv9sk4oWzLF4S</a></td></tr><tr><td align="center"><a href="/pages/MBwGSm2FgsZbpfhpzxPT"><strong>Infrastructure</strong></a></td><td align="center">The services, databases, and secrets your agents run on.</td><td><a href="/spaces/1ICwJbq7EJdn5kBgXnQu/pages/04iQPXUzMbu6GvBbZboy">/spaces/1ICwJbq7EJdn5kBgXnQu/pages/04iQPXUzMbu6GvBbZboy</a></td></tr><tr><td align="center"><a href="/pages/9AoGWipmDHt6Xrxv0xdL"><strong>Governance</strong></a></td><td align="center">What your agents did, how they performed, and what it cost.</td><td><a href="/spaces/1ICwJbq7EJdn5kBgXnQu/pages/wPARIRaiFSsOdp4ikkVv">/spaces/1ICwJbq7EJdn5kBgXnQu/pages/wPARIRaiFSsOdp4ikkVv</a></td></tr><tr><td align="center"><a href="/pages/zXtdFYunM0DqkYwUREaa"><strong>Improvement</strong></a></td><td align="center">Scores, evaluators, datasets, and human review for measuring quality.</td><td><a href="/spaces/1ICwJbq7EJdn5kBgXnQu/pages/DlzqMwpERRjvTP1U6O7O">/spaces/1ICwJbq7EJdn5kBgXnQu/pages/DlzqMwpERRjvTP1U6O7O</a></td></tr><tr><td align="center"><a href="/pages/ozsBtjZ8GzyKr95oVZbs"><strong>Copilot</strong></a></td><td align="center">Operate the platform from your AI assistant, with every command ran shown and every write approved.</td><td><a href="/spaces/1ICwJbq7EJdn5kBgXnQu/pages/ff84a15d1f827537fbb332db60225e2ed16ba891">/spaces/1ICwJbq7EJdn5kBgXnQu/pages/ff84a15d1f827537fbb332db60225e2ed16ba891</a></td></tr><tr><td align="center"><a href="/pages/3PLORamHbfpX3JQTFgkd"><strong>Settings</strong></a></td><td align="center">Project configuration, members, score configs, custom models, and exports.</td><td></td></tr></tbody></table>

For an overview of the fundamentals of the InteractiveAI Platform, refer to the [Platform Fundamentals](/platform-fundamentals.md) section.

***

We're always looking to improve. If you have feedback on this documentation or suggestions for what we should cover, write to us at <support@interactive.ai>


---

# 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.interactive.ai/interactiveai-platform.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.
