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

# Solutions

> Build production-ready voice applications with Vobiz telephony platform. Covers AI agents, IVR, contact centres, outbound calling, and recording - deployed across 130+ countries.

Explore how Vobiz's programmable communication infrastructure solves real-world challenges - from conceptual use cases to production-ready code templates.

## Use cases

<CardGroup cols={3}>
  <Card title="Cloud IVR" icon="phone-arrow-up-right" href="/solutions/cloud-ivr">
    Build interactive voice response menus using XML Gather and Speak.
  </Card>

  <Card title="Call transfer" icon="arrow-right-arrow-left" href="/solutions/call-transfer">
    Transfer calls between agents or departments programmatically.
  </Card>

  <Card title="Call escalation" icon="arrow-up" href="/solutions/call-escalation">
    Escalate calls from bots to live agents with context.
  </Card>

  <Card title="Agent-to-agent handoff" icon="users" href="/solutions/agent-to-agent-handoff">
    Hand off calls between agents using audio streams and transfer API.
  </Card>

  <Card title="Call recording" icon="circle-dot" href="/solutions/call-recording">
    Record and store calls for compliance, training, and analytics.
  </Card>

  <Card title="Conference calling" icon="users-rectangle" href="/solutions/conference-calling">
    Build multi-party call experiences with the Conference API.
  </Card>

  <Card title="AI voice agent" icon="robot" href="/solutions/ai-voice-agent">
    Deploy AI-powered voice agents with audio streams and integrations.
  </Card>

  <Card title="Contact centre" icon="headset" href="/solutions/contact-centre">
    Build a full contact centre with inbound routing, queuing, and CDR.
  </Card>

  <Card title="Automated outbound calling" icon="phone-outgoing" href="/solutions/automated-outbound-calling">
    Run outbound call campaigns using the Make a Call API.
  </Card>

  <Card title="Appointment reminders" icon="calendar-check" href="/solutions/appointment-reminders">
    Send automated appointment reminder calls with XML Gather for confirmation.
  </Card>

  <Card title="CRM integration" icon="database" href="/solutions/crm-integration">
    Sync call data and CDRs to your CRM via webhooks.
  </Card>

  <Card title="Post-call analytics" icon="chart-bar" href="/solutions/post-call-analytics">
    Analyze call recordings and CDR data for insights.
  </Card>
</CardGroup>

## Platform comparisons

<CardGroup cols={3}>
  <Card title="Vobiz vs Twilio" icon="scale-balanced" href="/compare/vobiz-vs-twilio">
    Feature, pricing, and developer experience comparison.
  </Card>

  <Card title="Vobiz vs Plivo" icon="scale-balanced" href="/compare/vobiz-vs-plivo">
    Feature, pricing, and developer experience comparison.
  </Card>

  <Card title="Vobiz vs Vonage" icon="scale-balanced" href="/compare/vobiz-vs-vonage">
    Feature, pricing, and developer experience comparison.
  </Card>
</CardGroup>

## Developer templates

Ready-to-deploy code templates for common call flows. Clone and run in minutes.

<CardGroup cols={2}>
  <Card title="LiveKit templates" icon="signal-stream" href="/examples/livekit-vobiz-outbound">
    Production-grade LiveKit agent templates wired to the Vobiz API.
  </Card>

  <Card title="XML + Python examples" icon="python" href="/examples/vobiz-all-xml">
    Real-world call flows built with Python + FastAPI.
  </Card>
</CardGroup>
