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

# Introduction

> Build voice AI agents in Python, JavaScript, or Go. Zero Runtime runs the real-time voice pipeline so you never manage latency, turn-taking, or scale.

<Frame>
  <img src="https://mintcdn.com/zeroruntime/4_cfATkjcwT4WAC6/images/zrt-architecture.svg?fit=max&auto=format&n=4_cfATkjcwT4WAC6&q=85&s=7f0fe47a6e4b25148024339908238381" alt="Zero Runtime architecture: users connect through integrations to the fully managed real-time voice pipeline (denoise, VAD, STT, turn detection, LLM/realtime model, TTS), driven by your agent code in the Python, Go, or JavaScript SDK." width="1400" height="620" data-path="images/zrt-architecture.svg" />
</Frame>

**Zero Runtime (ZRT)** lets you build real-time voice AI agents in Python, JavaScript, or Go.

You write the agent code; we run the entire voice infrastructure including speech-to-text, LLM processing, text-to-speech, turn detection, noise cancellation, scaling, and GPUs.

Your code runs in your process, while all real-time voice handling runs on ours.

> **Think serverless for voice AI: you build the agent, we run the runtime.**

## Build

<CardGroup cols={3}>
  <Card title="Python" icon="python" href="/sdks/python">
    Build voice agents with the Python SDK.
  </Card>
</CardGroup>

***

## Integration

Connect your agents with communication channels and client applications.

#### Communication

<CardGroup cols={2}>
  <Card title="Telephony" icon="phone" href="/telephony/introduction">
    Handle inbound and outbound voice calls.
  </Card>

  <Card title="WhatsApp" icon="whatsapp" href="/telephony/whatsapp-voice-agent-quick-start">
    Engage users through WhatsApp messaging.
  </Card>
</CardGroup>

#### Client SDKs

<CardGroup cols={2}>
  <Card title="JavaScript" icon="js" href="/sdks/javascript">
    Add voice capabilities to web apps.
  </Card>

  <Card title="React" icon="react" href="/quickstarts/web-integration/react">
    Build voice-enabled React experiences.
  </Card>

  <Card title="React Native" icon="mobile-screen" href="/quickstarts/mobile/react-native">
    Integrate voice features into mobile apps.
  </Card>

  <Card title="iOS" icon="apple" href="/quickstarts/mobile/ios">
    Add voice experiences to iOS apps.
  </Card>
</CardGroup>

***

## Observe

Monitor, analyze, and troubleshoot agent interactions and performance.

<CardGroup cols={2}>
  <Card title="Tracing" icon="telescope" href="/build/observability-and-monitoring/analytics/traces">
    Track agent execution step by step.
  </Card>

  <Card title="Metrics" icon="cube" href="/build/observability-and-monitoring/analytics/session-analytics">
    Measure usage, performance, and outcomes.
  </Card>

  <Card title="Logs" icon="binoculars" href="/build/observability-and-monitoring/analytics/observability-options">
    Review detailed agent activity records.
  </Card>

  <Card title="Recording" icon="file-audio" href="/build/observability-and-monitoring/recording">
    Access and review conversation recordings.
  </Card>
</CardGroup>

## Deploy

Take your agent from local development to production on Zero Runtime.

<CardGroup cols={2}>
  <Card title="Overview" icon="rocket" href="/deployments/overview">
    Understand how Zero Runtime deploys and scales your agents.
  </Card>

  <Card title="Deploy an Agent" icon="cloud-arrow-up" href="/deployments/deploy-an-agent">
    Ship your agent to production step by step.
  </Card>
</CardGroup>

## Use Cases

Explore production-ready examples and reference implementations to accelerate development.

<CardGroup cols={2}>
  <Card title="Medical Triage" icon="stethoscope" href="https://github.com/ZeroRuntimeAI/zrt-python-sdk-examples/blob/main/use_case/medical_triage.py">
    Nurse-line agent that assesses symptoms and hands off to a specialist.
  </Card>

  <Card title="Lead Qualification" icon="user-check" href="https://github.com/ZeroRuntimeAI/zrt-python-sdk-examples/blob/main/use_case/lead_qualification.py">
    SaaS inbound SDR agent that qualifies leads BANT-style, scores, and routes them.
  </Card>

  <Card title="Appointment Scheduling" icon="calendar" href="https://github.com/ZeroRuntimeAI/zrt-python-sdk-examples/blob/main/use_case/appointment_scheduling.py">
    Clinic receptionist that books, reschedules, cancels, and sends reminders.
  </Card>

  <Card title="Customer Support" icon="headphones" href="https://github.com/ZeroRuntimeAI/zrt-python-sdk-examples/blob/main/use_case/customer_support.py">
    E-commerce agent that resolves FAQs, looks up orders, and files tickets.
  </Card>

  <Card title="Drive-Through Ordering" icon="utensils" href="https://github.com/ZeroRuntimeAI/zrt-python-sdk-examples/blob/main/use_case/drive_through.py">
    Fast-food order taker tuned for low-latency, barge-in-friendly turn-taking.
  </Card>

  <Card title="Debt Collection" icon="hand-holding-dollar" href="https://github.com/ZeroRuntimeAI/zrt-python-sdk-examples/blob/main/use_case/collections.py">
    Compliance-first payment reminder agent that verifies identity and honors stop-contact.
  </Card>

  <Card title="Cold Call Outreach" icon="phone-arrow-up-right" href="https://github.com/ZeroRuntimeAI/zrt-python-sdk-examples/blob/main/use_case/proactive_outreach.py">
    Outbound subscription-renewal call with retention offers and re-engagement.
  </Card>

  <Card title="Support Chatbot" icon="comments" href="https://github.com/ZeroRuntimeAI/zrt-python-sdk-examples/blob/main/use_case/support_chatbot.py">
    Text and voice helpdesk that shares one conversation over room pub/sub.
  </Card>

  <Card title="Language Tutor" icon="language" href="https://github.com/ZeroRuntimeAI/zrt-python-sdk-examples/blob/main/use_case/language_tutor.py">
    Realtime speech-to-speech Spanish tutor that corrects mistakes and adapts to the learner.
  </Card>

  <Card title="Multilingual Support" icon="globe" href="https://github.com/ZeroRuntimeAI/zrt-python-sdk-examples/blob/main/features/multilingual.py">
    Detects the user's language automatically and provides support in their preferred language.
  </Card>
</CardGroup>

## Need Help?

<CardGroup cols={3}>
  <Card title="Community" icon="discourse" href="https://community.zeroruntime.ai/">
    Join the community and connect with other developers.
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/ZeroRuntimeAI/zrt-python-sdk-examples">
    Ask questions, report issues, and contribute feedback.
  </Card>

  <Card title="Talk to an Expert" icon="headset" href="https://zeroruntime.ai/talk-to-expert">
    Book a demo, contact support, or speak with our sales team.
  </Card>
</CardGroup>
