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

# Burki Voice AI Documentation — guides, API & platform reference

> Welcome to Burki Voice AI Documentation

# Burki Voice AI Documentation

<script
  type="application/ld+json"
  dangerouslySetInnerHTML={{
__html:
  '{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://docs.burki.dev/#website","name":"Burki Voice AI Documentation","alternateName":["Burki Voice AI Docs"],"url":"https://docs.burki.dev","description":"Documentation for building, configuring, and integrating production-ready Burki voice AI assistants.","publisher":{"@id":"https://burki.dev/#organization"}},{"@type":"Organization","@id":"https://burki.dev/#organization","name":"Burki","url":"https://burki.dev/","logo":{"@type":"ImageObject","url":"https://docs.burki.dev/logo/light.svg"}}]}',
}}
/>

This is the entry point for building with Burki. Use it as a map: setup guides explain product decisions and configuration flow, while the API Reference documents exact endpoints, request bodies, and response shapes.

If you are evaluating the platform itself, read [Platform Overview](/introduction). If you are ready to build, start with [Quickstart](/quickstart).

<img className="block dark:hidden" src="https://mintcdn.com/burki/5E6FJcDJWJFUMqR_/images/hero-light.svg?fit=max&auto=format&n=5E6FJcDJWJFUMqR_&q=85&s=385b009f8344320cc5023741c386bc5e" alt="Burki Voice AI Hero Light" width="800" height="400" data-path="images/hero-light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/burki/5E6FJcDJWJFUMqR_/images/hero-dark.svg?fit=max&auto=format&n=5E6FJcDJWJFUMqR_&q=85&s=071dfe53c14f2afa4975fb8dd79efde4" alt="Burki Voice AI Hero Dark" width="800" height="400" data-path="images/hero-dark.svg" />

## Start Here

<CardGroup cols={2}>
  <Card title="Quickstart" icon="play" href="/quickstart">
    Create your first assistant and place a test call
  </Card>

  <Card title="Setup Guide" icon="gear" href="/getting-started">
    Configure organization settings, providers, and phone numbers
  </Card>

  <Card title="Platform Overview" icon="sitemap" href="/introduction">
    Understand what Burki is and where each system fits
  </Card>

  <Card title="API Introduction" icon="code" href="/api-reference/introduction">
    Base URL, authentication, pagination, and API conventions
  </Card>
</CardGroup>

## Build By Area

<CardGroup cols={2}>
  <Card title="AI Providers" icon="microchip" href="/llm-providers">
    LLM, TTS, and STT provider setup
  </Card>

  <Card title="Telephony" icon="phone" href="/telephony-providers">
    Twilio, Telnyx, Vonage, and BYO SIP trunking
  </Card>

  <Card title="Knowledge and Memory" icon="book" href="/rag">
    RAG, learning memory, prompt versions, and evaluations
  </Card>

  <Card title="Messaging" icon="message" href="/messaging">
    SMS sending, webhooks, conversations, compliance, and logs
  </Card>

  <Card title="Call Management" icon="headset" href="/call-management">
    Recording, background sounds, and call routing
  </Card>

  <Card title="Tools & Integrations" icon="wrench" href="/tools">
    End call, transfer call, and custom tool configuration
  </Card>
</CardGroup>
