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

# Overview

> Design your agent's conversation logic

The model section is where you define how your agent thinks and responds during conversations. From basic prompting to sophisticated conversation flows, these tools help you create natural and effective voice interactions.

<CardGroup cols={2}>
  <Card title="Prompted Models" icon="message-bot" href="/platform-overview/agents/model/prompted-models">
    Configure your agent's base personality and behavior using prompts
  </Card>

  <Card title="Flow Builder" icon="diagram-project" href="/platform-overview/agents/model/flow-builder">
    Create structured conversation flows and decision trees
  </Card>

  <Card title="Fine Tuning" icon="sliders-up" href="/platform-overview/agents/model/fine-tuning">
    Optimize your agent's performance with custom training
  </Card>
</CardGroup>
