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

# Agent Templates

> Pre-built agent configurations for common use cases.

Agent templates provide pre-configured agents that you can use immediately or customize for your needs.

## Available Templates

<CardGroup cols={2}>
  <Card title="Research Assistant" icon="magnifying-glass">
    Searches the web, analyzes sources, and delivers structured reports.
  </Card>

  <Card title="Content Writer" icon="pen">
    Creates blog posts, social media content, and marketing copy.
  </Card>

  <Card title="Data Analyst" icon="chart-bar">
    Analyzes data, creates visualizations, and generates insights.
  </Card>

  <Card title="Code Assistant" icon="code">
    Helps with code review, debugging, and documentation.
  </Card>
</CardGroup>

## Using a Template

1. Go to **Agents** and click **New Agent**
2. Select **From Template**
3. Choose a template from the gallery
4. Customize the agent's name, personality, and tools
5. Save and start chatting

## Creating Custom Templates

You can save any agent as a template for reuse:

1. Open an existing agent's settings
2. Click **Save as Template**
3. The template captures: SOUL.md, selected tools, model, and knowledge configuration
