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

# Internal agents

> Run your own agent next to Sidekick, in Ask Sidekick.

[Sidekick](/docs/product/agents/sidekick) is the built-in internal agent. You can run your own in the same place:

* Click **Ask Sidekick** from any page and pick your agent
* Send a prompt. The agent posts messages and tool calls. Sensitive actions wait on **Approve** or **Deny**
* Start one automatically with the **Start Sidekick discussion** [workflow](/docs/product/workflows) step

<Snippet file="agents/beta.mdx" />

## Where to go next

<CardGroup cols={2}>
  <Card title="Build an internal agent" icon="plug" href="/docs/agents/internal-agent">
    Events, mutations, and the approval gate.
  </Card>

  <Card title="Building agents on Plain" icon="bot" href="/docs/agents">
    Identity, events, and the two agent types.
  </Card>
</CardGroup>
