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

# Create Agent

> Build new AI Agents with four powerful creation approaches

The **Create Agent** section provides four powerful approaches to build your AI Agent, each optimized for different use cases and skill levels.

<Frame>
  <img src="https://mintcdn.com/tars-c52ebe98/pzfXZlbe5u4r3EET/images/dashboard/agent/create-agent.png?fit=max&auto=format&n=pzfXZlbe5u4r3EET&q=85&s=3e96cdb2148fb965db8de5c3ea2aa297" alt="Create Agent page showing four creation options: From Tool, From Knowledge, From Scratch, and Templates" width="1968" height="981" data-path="images/dashboard/agent/create-agent.png" />
</Frame>

## Agent creation methods

Choose the approach that best fits your needs:

<CardGroup cols={2}>
  <Card title="Create from Knowledge" icon="database" href="/platform-fundamentals/platform-tour/agents/create-from-knowledge">
    Build agents that answer questions using your knowledge base
  </Card>

  <Card title="Create from Tool" icon="wrench" href="/platform-fundamentals/platform-tour/agents/create-from-tool">
    Build agents that perform actions using connected tools
  </Card>

  <Card title="Create from Scratch" icon="code" href="/platform-fundamentals/platform-tour/agents/create-from-scratch">
    Build custom agents with full control over behavior
  </Card>

  <Card title="Create from Template" icon="image" href="/platform-fundamentals/platform-tour/agents/create-from-template">
    Start with pre-built templates for quick setup
  </Card>
</CardGroup>
