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

# Agent Settings Overview

> Configure Agent settings in SigmaMind to control behavior, voice, models, and integrations.

Agents in SigmaMind come with a set of configurable settings that define **how they behave, speak, and process calls**.\
These settings allow you to customize the Agent’s personality, control technical parameters, and integrate external systems for advanced workflows.

## Available Settings

<Columns cols={3}>
  <Card title="Basic settings" icon="link" href="/documentation/agents/settings/basic" cta="Click here">
    Configure agent voice, model, and language settings here.
  </Card>

  <Card title="Speech Settings" icon="link" href="/documentation/agents/settings/speech" cta="Click here">
    Configure speech settings here.
  </Card>

  <Card title="Model Settings" icon="sparkles" href="/documentation/agents/settings/model" cta="Click here">
    configure Global Prompt here
  </Card>

  <Card title="Transcription Settings" icon="sparkles" href="/documentation/agents/settings/transcription-settings" cta="Click here">
    Transcription Settings control how audio is processed before it is converted into text.
  </Card>

  <Card title="Call Settings" icon="phone" href="/documentation/agents/settings/call" cta="Click here">
    Configure call settings here.
  </Card>

  <Card title="Dynamic Variable" icon="sparkles" href="/documentation/agents/agent-variables" cta="Click here">
    Learn how to use dynamic variables in SigmaMind here
  </Card>

  <Card title="Post Conversation Analysis" icon="sparkles" href="/documentation/agents/settings/post-call-analysis" cta="Click here">
    Learn How to use Post-Conversation Analysis
  </Card>

  <Card title="Webhook Settings" icon="sparkles" href="/documentation/agents/agent-webhooks" cta="Click here">
    Learn How to use Webhooks in SigmaMind here
  </Card>
</Columns>

## Summary

Agent settings in SigmaMind give you full control over:

* **Voice and language** – Select your agent voice and language.
* **Intelligence** - Select an LLM to give your agent intelligence
* **Speech** – Tone and sound experience.
* **Call controls** – Voicemail handling, silence detection, and call limits.
* **Post-call analysis** – Insights and reporting after conversations.
* **Webhooks** – Real-time integration with external systems.

<Info>
  By tuning these settings, you can shape how your AI Agent behaves, speaks, and integrates — ensuring conversations are personalized, efficient, and aligned with your business needs.
</Info>
