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

# Configuration Overview

> Fundamental concepts for building and managing AI agents

This section covers the core concepts you need to use Vatel AI effectively.

## Concepts

<Columns cols={2}>
  <Card title="Prompting" icon="file-lines" href="/configure/prompting">
    Writing effective prompts for your agents.
  </Card>

  <Card title="Agent Editor" icon="diagram-project" href="/configure/agent-editor">
    Conversation Flow and Tool Builder.
  </Card>

  <Card title="Version Control" icon="code-branch" href="/configure/version-control">
    Drafts, publishing, and activating versions.
  </Card>

  <Card title="Voices" icon="headset" href="/configure/voices">
    Choose the right voice for your agent.
  </Card>

  <Card title="Tools" icon="wrench" href="/configure/tools/overview">
    Function nodes, server tools, and client tools.
  </Card>

  <Card title="Answering Machine Detection" icon="phone" href="/configure/capabilities/amd">
    Detect humans, IVRs, and voicemail on outbound calls.
  </Card>

  <Card title="API" icon="webhook" href="/deploy/sdk/overview">
    Limitless flexibility with comprehensive API support.
  </Card>
</Columns>
