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

# Agent Templates

> Browse, filter, and create agents from the templates available in your Beam workspace.

Agent templates provide a starting point for common agent workflows. Open **Agent templates** from the workspace navigation, then browse the templates available in your workspace.

<Frame>
  <img src="https://mintcdn.com/beamai/5sjMFBB-gamSkrEM/01-getting-started/template-gallery/agent-templates-current.png?fit=max&auto=format&n=5sjMFBB-gamSkrEM&q=85&s=84db22199d7f3606fb792e8c3f0940ab" alt="Agent templates gallery with categories, template cards, Create agent buttons, and pagination" width="1020" height="660" data-path="01-getting-started/template-gallery/agent-templates-current.png" />
</Frame>

<h2 id="browse-templates">
  Browse templates
</h2>

The Agent templates page includes:

| Control                   | Use it to                                                       |
| ------------------------- | --------------------------------------------------------------- |
| **New agent**             | Start creating an agent without selecting a gallery template.   |
| **Categories**            | Filter the gallery by template category.                        |
| **Search agents by name** | Find a template by name.                                        |
| Template cards            | Read each template's category, name, and description.           |
| **Create agent**          | Start creating an agent from that template.                     |
| Pagination                | Move through the available templates and adjust items per page. |

<h2 id="create-an-agent-from-a-template">
  Create an agent from a template
</h2>

1. Open **Agent templates** from the workspace navigation.
2. Use **Categories** or **Search agents by name** to find a template.
3. Review the template card's category, name, and description.
4. Select **Create agent** on the template you want to use.
5. Review the created agent's **Flow**, integrations, and configuration before publishing it.

<Note>
  The templates shown in the gallery and their configuration requirements can change. Use the live template card as the source of truth for a template's current purpose and setup.
</Note>

<h2 id="continue-configuring-the-agent">
  Continue configuring the agent
</h2>

After starting from a template, use the agent navigation to review **Flow**, **Configuration**, and **Tasks**. These pages let you inspect the agent's graph, connections, and executions.

<CardGroup cols={3}>
  <Card title="Create an agent" icon="compass" href="/02-building-agents/agent-fundamentals/creating-agents/creating-agents">
    Learn the current agent-creation paths.
  </Card>

  <Card title="Build a Flow" icon="diagram-project" href="/02-building-agents/agent-fundamentals/flow-configuration/flow-configuration">
    Configure the agent's Flow.
  </Card>

  <Card title="Connect integrations" icon="plug" href="/02-building-agents/agent-configuration/integrations/integrations">
    Connect the services an agent needs.
  </Card>
</CardGroup>
