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

# Build & Configure Agents

> Overview of agent configuration in the dashboard

Configuring an agent in the dashboard is split across a few tabs. Each maps to a
part of the underlying agent config you can also set via the API.

<CardGroup cols={2}>
  <Card title="Agent Studio" href="/docs/build/agent-studio" icon="wand-magic-sparkles">
    Visual builder for conversational-flow agents.
  </Card>

  <Card title="Agent Tab" href="/docs/build/agent-tab" icon="user-gear">
    Name, description, and system prompt.
  </Card>

  <Card title="LLM Tab" href="/docs/build/llm-tab" icon="brain">
    Model, temperature, and max tokens.
  </Card>

  <Card title="Audio Tab" href="/docs/build/audio-tab" icon="waveform">
    Voice, transcriber, and synthesizer settings.
  </Card>

  <Card title="Engine Tab" href="/docs/build/engine-tab" icon="gears">
    Tool bindings and knowledge base.
  </Card>

  <Card title="Call Tab" href="/docs/build/call-tab" icon="phone">
    Call termination, silence timeout, and telephony.
  </Card>
</CardGroup>
