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

# Guides

> Tutorials, developer guides, and product insights from the Unpod team

## Unpod Guides

Tutorials, developer guides, and product insights for building AI voice agents.

<CardGroup cols={2}>
  <Card title="Getting Started with the Unpod API" icon="code" href="/guides/getting-started-with-unpod-api">
    **May 27, 2026 · 8 min read**

    Authenticate, create your first task, and make an outbound AI voice call - all via the REST API. Step-by-step with real curl examples.
  </Card>

  <Card title="Building Your First Voice AI Agent" icon="bot" href="/platform/build-an-agent">
    **May 27, 2026 · 10 min read**

    From blank canvas to a live, phone-ready AI agent. Covers identity, persona, voice profile, knowledge base, and telephony setup.
  </Card>

  <Card title="Self-Hosting Unpod: Complete Open Source Guide" icon="server" href="/guides/self-hosting-unpod">
    **May 27, 2026 · 12 min read**

    Deploy the full Unpod stack on your own infrastructure using Docker Compose. Covers config, secrets, migrations, and production hardening.
  </Card>

  <Card title="Telephony Deep Dive: Bridges, Numbers & Providers" icon="phone" href="/guides/understanding-telephony">
    **May 27, 2026 · 7 min read**

    How Unpod routes calls through bridges, SIP providers, and phone numbers - and how to configure it for your use case.
  </Card>

  <Card title="Webhook Integration: Receive Call Data in Your System" icon="webhook" href="/api/post-call-data">
    **May 27, 2026 · 11 min read**

    Build a polling service and webhook receiver to capture Unpod call transcripts, summaries, and AI analysis - then push to HubSpot, Slack, or your database.
  </Card>
</CardGroup>
