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

# Livekit

> How to integrate Gladia with LiveKit Agents

## What is LiveKit Agents?

LiveKit Agents is a framework for building real‑time, voice‑enabled AI applications that connect to LiveKit rooms. It lets you compose speech‑to‑text (STT), large language models (LLMs), and text‑to‑speech (TTS) to create interactive agents that can hear, think, and speak in low‑latency pipelines. With the Gladia STT integration, your agents benefit from accurate, fast transcription.

<Tip>
  Looking for the full API and options? See the official LiveKit Gladia STT
  docs:
  [docs.livekit.io/agents/integrations/stt/gladia](https://docs.livekit.io/agents/integrations/stt/gladia/).
</Tip>

## What you can build

* Real‑time voice assistants in LiveKit rooms
* Live captions for webinars and meetings
* Customer‑support and IVR voice bots
* In‑app guidance with speech interfaces

## Quickstart using the sample repo

Use our end‑to‑end sample that wires LiveKit Agents with Gladia STT : [gladia-samples/integrations-examples/livekit-agent](https://github.com/gladiaio/gladia-samples/tree/main/integrations-examples/livekit-agent)

## Next steps

<CardGroup cols={3}>
  <Card title="Get your API key" href="https://app.gladia.io/apikeys" icon="key">
    Get your API key on the Gladia dashboard
  </Card>

  <Card title="LiveKit agent with Gladia" icon="github" href="https://github.com/gladiaio/gladia-samples/tree/main/integrations-examples/livekit-agent">
    Browse and run the full sample
  </Card>

  <Card title="LiveKit Gladia STT docs" icon="book" href="https://docs.livekit.io/agents/integrations/stt/gladia/">
    Explore service options and parameters
  </Card>
</CardGroup>
