> ## Documentation Index
> Fetch the complete documentation index at: https://docs.domesystems.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Interactive agent

> Govern an agent that chats or collaborates with a person in the loop (coming soon)

<Info>
  This example is coming soon.
</Info>

An **interactive agent** works with a person in the loop — chat, copilots, and other turn-based sessions where each request is driven by a human. The risk profile centers on what the person can reach through the agent, how identity is attributed, and what leaves the session.

This example will cover how to register the agent, attach tools and models behind a Gateway, authorize per turn, and read the audit trail for a live session.

Until it ships, use the related patterns below.

## Next steps

* [Govern per end user](/tutorials/get-started/govern-per-end-user) when each caller should authorize as themselves
* [Identity patterns](/concepts/identity-patterns) concept for standing vs delegated identity
* [Multi-Adapter Tools Agent](/tutorials/examples/use-cases/tools-agent) for multiple backends behind one agent
* [Knowledge Base Agent](/tutorials/examples/use-cases/knowledge-agent) for retrieval in a governed session
