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

# XUNA AI Conversational AI: Voice Agent Platform

> XUNA AI Conversational AI lets you build, deploy, and monitor expressive voice AI agents across web, mobile, and telephony — with 5,000+ voices and 31+ languages.

XUNA AI Conversational AI is a complete platform for building voice-first AI agents that accomplish tasks through natural dialogue. From a quick customer support bot to complex, multi-step workflows, you get everything you need — expressive speech models, developer SDKs, deployment integrations, and analytics — in one place.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Build and test your first voice agent in under 5 minutes.
  </Card>

  <Card title="Configure Your Agent" icon="sliders" href="/configure/overview">
    Set up prompts, voices, knowledge bases, and tools.
  </Card>

  <Card title="Deploy Everywhere" icon="globe" href="/deploy/overview">
    Embed on the web, integrate with phone systems, or use native SDKs.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Explore the REST API and WebSocket protocol.
  </Card>
</CardGroup>

## Platform capabilities

XUNA AI Conversational AI coordinates four core components to deliver natural, low-latency voice conversations:

1. **Speech recognition** — A fine-tuned ASR model transcribes user speech in real time.
2. **Language model** — Your choice of LLM (GPT, Gemini, Claude, or a custom model) generates responses.
3. **Voice synthesis** — A low-latency TTS engine renders responses across 5,000+ voices and 70+ languages.
4. **Turn-taking** — A proprietary model manages conversation timing, interruptions, and silence handling.

## What you can build

<CardGroup cols={3}>
  <Card title="Customer Support" icon="headset">
    Automate support with agents that answer questions, resolve tickets, and escalate intelligently.
  </Card>

  <Card title="Sales & Outbound" icon="phone-arrow-up-right">
    Run outbound campaigns at scale with batch calling and personalized conversation flows.
  </Card>

  <Card title="Voice Interfaces" icon="microphone">
    Add voice interaction to any app using the React, iOS, or Android SDKs.
  </Card>
</CardGroup>

## How to get started

<Steps>
  <Step title="Sign up">
    Create a free account at [xuna.ai](https://xuna.ai/app/sign-up).
  </Step>

  <Step title="Create an agent">
    Use the dashboard, CLI, or API to configure your first agent. Follow the [Quick Start](/quickstart) guide for a step-by-step walkthrough.
  </Step>

  <Step title="Deploy">
    Embed a widget on your website, connect a phone number, or integrate via SDK. See [Deploy](/deploy/overview) for all options.
  </Step>

  <Step title="Monitor and improve">
    Review conversation transcripts, run A/B experiments, and analyze outcomes in the [analytics dashboard](/monitor/analytics).
  </Step>
</Steps>
