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

# Multilingual Support

> Deploy Dialgen AI agents in multiple languages for global reach.

## Multilingual Capabilities

Dialgen AI supports multiple languages, enabling you to deploy voice agents globally. Language support is integrated across speech-to-text, LLM processing, and voice synthesis.

***

## Features

<CardGroup cols={2}>
  <Card title="Supported Languages" icon="globe" href="/guides/multilingual/languages">
    View all supported languages and language codes
  </Card>

  <Card title="Writing Prompts" icon="pen-to-square" href="/guides/multilingual/writing-prompts">
    Best practices for writing prompts in non-English languages
  </Card>

  <Card title="Voice Configuration" icon="microphone" href="/guides/multilingual/voice-settings">
    Configure voice, accent, and language-specific settings
  </Card>

  <Card title="Language Switching" icon="arrows-left-right" href="/guides/multilingual/dynamic-switching">
    Enable dynamic language detection and switching
  </Card>
</CardGroup>

***

## Quick Start

Configure your agent's language in the dashboard or via API:

```json theme={null}
{
  "basicDetails": {
    "agentLanguage": "es-ES",
    "voiceGender": "female",
    "voiceSpeed": 1.0
  }
}
```

***

## Use Cases

### Global Customer Support

Deploy agents in multiple languages for international customers.

### Regional Campaigns

Target specific regions with native language agents.

### Multilingual Markets

Serve diverse customer bases with language-specific agents.

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Supported Languages" icon="list" href="/guides/multilingual/languages">
    See all available languages
  </Card>

  <Card title="Writing Prompts" icon="book" href="/guides/multilingual/writing-prompts">
    Learn how to write effective multilingual prompts
  </Card>
</CardGroup>
