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

# Introduction

> Welcome to VozAgent — the AI-powered voice automation platform for modern businesses.

VozAgent is a voice AI platform that enables businesses to deploy intelligent voice assistants for handling phone calls. Whether you need to answer inbound customer calls, make outbound follow-up calls, or automate appointment scheduling, VozAgent provides the infrastructure and AI to make it happen.

Built specifically for service businesses like outdoor living contractors, home services providers, and healthcare practices, VozAgent understands your industry and speaks your customers' language.

## How Voice Agents Work

VozAgent voice assistants use a powerful pipeline to understand and respond to callers naturally:

<Steps>
  <Step title="Speech-to-Text (STT)">
    The caller's voice is transcribed to text in real-time using advanced speech recognition.
  </Step>

  <Step title="Large Language Model (LLM)">
    The transcribed text is processed by an AI model that understands context, intent, and generates appropriate responses.
  </Step>

  <Step title="Text-to-Speech (TTS)">
    The AI's response is converted back to natural-sounding speech that's played to the caller.
  </Step>
</Steps>

## Key Capabilities

<CardGroup cols={2}>
  <Card title="Intelligent Conversations" icon="brain" color="#1a9e75">
    Natural, context-aware conversations that handle complex queries and multi-turn dialogues.
  </Card>

  <Card title="Appointment Booking" icon="calendar-check" color="#1a9e75">
    Integrate with Cal.com or GoHighLevel to book appointments directly during calls.
  </Card>

  <Card title="Lead Capture" icon="user-plus" color="#1a9e75">
    Automatically collect and save contact information from every caller.
  </Card>

  <Card title="CRM Integration" icon="plug" color="#1a9e75">
    Sync contacts and call data with GoHighLevel, Zapier, and more.
  </Card>
</CardGroup>

## Choose Your Path

Get started with the type of voice automation that fits your needs:

<CardGroup cols={2}>
  <Card title="Phone Calls" icon="phone" color="#1a9e75" href="/developers/docs/phone-calls">
    Handle inbound calls or make outbound calls using phone numbers. Perfect for businesses with existing phone infrastructure.
  </Card>

  <Card title="Web Calls" icon="globe" color="#1a9e75" href="/developers/docs/web-calls">
    Embed voice AI directly on your website. Let visitors talk to your AI assistant without making a phone call.
  </Card>
</CardGroup>

## Popular Use Cases

<CardGroup cols={2}>
  <Card title="Never Miss a Lead" icon="phone-volume" color="#1a9e75" horizontal>
    Answer every call 24/7, even when you're on the job site.
  </Card>

  <Card title="Automated Follow-ups" icon="arrow-rotate-right" color="#1a9e75" horizontal>
    Call leads back automatically with personalized messages.
  </Card>

  <Card title="Appointment Scheduling" icon="calendar" color="#1a9e75" horizontal>
    Let callers book estimates directly into your calendar.
  </Card>

  <Card title="Lead Qualification" icon="star" color="#1a9e75" horizontal>
    Score and prioritize leads based on call conversations.
  </Card>

  <Card title="After-Hours Support" icon="moon" color="#1a9e75" horizontal>
    Provide professional service even outside business hours.
  </Card>

  <Card title="Knowledge-Powered Answers" icon="book-open" color="#1a9e75" horizontal>
    Your assistant references your docs and website to answer questions accurately.
  </Card>
</CardGroup>

<Tip>
  **Ready to get started?** Follow our quickstart guide to create your first voice assistant in minutes. [Go to Quickstart →](/developers/docs/quickstart)
</Tip>
