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

# Introduction

> Welcome to Kupe AI

## What is Kupe AI?

Kupe AI lets you build voice agents with built-in support for multiple providers. Connect the services you need, and your agent can handle real-world tasks — from automations to live conversations — without complex setup.

What you can do with **Kupe Voice Agents**

* **Deliver natural voice experiences** that understand and respond to callers in real time.
* **Place and receive calls** over telephony or web with a single setup.
* **Connect to external systems** via Kupe’s unified MCP and HTTP integrations.
* **Automate workflows** such as appointment booking, lead qualification, and customer support.

A voice agent is made up of:

<CardGroup cols={2}>
  <Card title="Speech to text" icon="pen-to-square" href="">
    Converts the caller’s voice into text so the model can understand the request.
  </Card>

  <Card title="LLM" icon="image" href="">
    Processes the text and generates replies based on the assistant’s system prompt.
  </Card>

  <Card title="Text to speech" icon="sparkles">
    Turns the assistant’s text into natural-sounding speech for the caller.
  </Card>

  <Card title="Integrations" icon="sparkles">
    Connect to external APIs and tools to fetch data or trigger actions during the call.
  </Card>
</CardGroup>
