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

# Vocode

> Vocode is an open-source library for building voice-based LLM applications.

## Introduction

Vocode provides tools and abstractions to build any kind of voice-based application
on top of LLMs. Examples of things you can build with Vocode include setting up LLMs
to answer/make phone calls, act as personal assistants, join Zoom meetings, and more. What Vocode provides:

* Conversation abstractions (streaming, turn-based)
* Conversation functionality (endpointing, emotion tracking)
* Integrations to all of the best speech-to-text/text-to-speech providers
* Cross-platform support (telephony, web, Zoom)

## Hosted Service

The Vocode hosted service allows you to automate inbound/outbound calls via API. Users can program agents to
execute arbitrary tasks and leverage our integrations, or build their own.

It is built with maximum developer flexibility in mind so you can embed an AI call center directly in your product or
operations flows. Get started with the [Hosted Service](/hosted-quickstart).

## Open Source Library

Most of what we build is open source and free to use! Leverage all of the features mentioned in the introduction by taking a look
at our open source repos. Get started with [Open Source](/open-source-quickstart).

## Quickstarts

<CardGroup>
  <Card title="Hosted Quick Start" icon="circle-play" href="/hosted-quickstart">
    Start using the hosted telephony service.
  </Card>

  <Card title="Open Source Quick Start" icon="circle-play" href="/open-source-quickstart">
    Run Vocode self hosted.
  </Card>
</CardGroup>

## Demos

<CardGroup>
  <Card title="Call Gen-Z GPT" icon="phone" href="tel:1-650-910-3957" color="#5865F2">
    Hang out with Zephyr, the Gen-Z queen. Collab with rime.ai.
  </Card>

  <Card title="PrankGPT" icon="face-sunglasses" href="https://prankgpt.com" color="#fbbf24">
    Prank call your friends with an AI that can say anything.
  </Card>

  <Card title="YCInterview.ai" icon="clipboard" color="#deb887" href="https://twitter.com/vocodehq/status/1642935433276555265?s=20">
    Conduct a mock YC interview entirely done via AI.
  </Card>

  <Card
    title="Check out our Replit page"
    icon={
  <svg
    className="h-6 w-6"
    style={{ display: "inline" }}
    width="32"
    height="32"
    viewBox="0 0 32 32"
    fill="none"
    xmlns="http://www.w3.org/2000/svg"
  >
    {" "}
    <defs></defs>{" "}
    <path
      d="M7 5.5C7 4.67157 7.67157 4 8.5 4H15.5C16.3284 4 17 4.67157 17 5.5V12H8.5C7.67157 12 7 11.3284 7 10.5V5.5Z"
      fill="#F26207"
    ></path> <path
      d="M17 12H25.5C26.3284 12 27 12.6716 27 13.5V18.5C27 19.3284 26.3284 20 25.5 20H17V12Z"
      fill="#F26207"
    ></path>{" "}
    <path
      d="M7 21.5C7 20.6716 7.67157 20 8.5 20H17V26.5C17 27.3284 16.3284 28 15.5 28H8.5C7.67157 28 7 27.3284 7 26.5V21.5Z"
      fill="#F26207"
    ></path>
  </svg>
}
    href="https://replit.com/@vocode"
  >
    View the source for all of our demos and templates for quickstarts.
  </Card>
</CardGroup>

## How to contact us

Learn more about how to take your documentation to the next level

<CardGroup>
  <Card title="Join our Discord server" icon="discord" href="https://discord.gg/NaU4mMgcnC" color="#5865F2">
    Ask questions and get answers right away.
  </Card>

  <Card title="Follow us on Twitter" icon="twitter" href="https://twitter.com/vocodehq" color="#1DA1F2">
    Stay up to date on our roadmap and product announcements.
  </Card>

  <Card title="Get an API key" icon="key" href="https://app.vocode.dev">
    To use our hosted services.
  </Card>

  <Card title="Give us a star on GitHub" icon="star" href="https://github.com/vocodedev/vocode-python" color="#fbbf24">
    Check out our repos and give us a star!
  </Card>
</CardGroup>
