> ## Documentation Index
> Fetch the complete documentation index at: https://plain-docs-orca-916-agent-docs-restructure.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Your own internal agent

> Your team can ask an agent you built questions inside Plain, in the same place they ask Sidekick.

An agent you bring is not limited to answering customer threads. Your team can ask it questions in the same place they ask [Sidekick](/product/agents/sidekick). Plain records the discussion and shows the agent's tool calls as it works, while your own infrastructure runs the agent.

Nothing an internal agent writes reaches the customer. The discussion is internal to your team.

## What it can do

Your agent gets the same tools Sidekick uses for the in-app experience. It can be invoked automatically by a [workflow](/product/workflows), show its tool calls as it works, send messages, and gate sensitive actions behind user approval.

## Where to go next

<CardGroup cols={2}>
  <Card title="Build an internal agent" icon="plug" href="/agents/internal-agent">
    The events, mutations, and approval gate for an agent that answers your team.
  </Card>

  <Card title="Building agents on Plain" icon="bot" href="/agents">
    How an agent gets an identity, receives events, and decides when to act.
  </Card>
</CardGroup>
