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

# Getting started

> Kapso is the WhatsApp API for developers.

## Quickstart

<CardGroup cols={2}>
  <Card title="Personal AI agents" icon="phone" href="/docs/whatsapp/personal-agent">
    Give your AI agent a WhatsApp number.
  </Card>

  <Card title="Send messages" icon="message" href="/docs/whatsapp/send-messages/text">
    Send text, media, templates, and interactive messages via API.
  </Card>

  <Card title="For your team" icon="users" href="/docs/platform/for-your-team">
    Inbox, broadcasts, and workflows for your operations.
  </Card>

  <Card title="Onboard customers" icon="building" href="/docs/platform/customer-guide">
    Let your customers connect their own WhatsApp to your product.
  </Card>

  <Card title="Build with AI" icon="microchip" href="/docs/build-with-ai">
    Give your AI coding agent the tools and context for Kapso.
  </Card>
</CardGroup>

## Explore

<CardGroup cols={3}>
  <Card title="TypeScript SDK" href="/docs/whatsapp/typescript-sdk/introduction">
    Type-safe client for sending messages, managing templates, and more.
  </Card>

  <Card title="Chat SDK" href="/docs/whatsapp/chat-sdk">
    Build WhatsApp agents with Chat SDK and Kapso webhooks.
  </Card>

  <Card title="OpenClaw" href="/docs/whatsapp/openclaw">
    Connect OpenClaw agents to WhatsApp with Kapso.
  </Card>

  <Card title="Hermes Agent" href="/docs/whatsapp/hermes-agent">
    Connect Hermes Agent to WhatsApp with Kapso.
  </Card>

  <Card title="CLI" href="/docs/whatsapp/cli">
    Manage numbers, messages, and webhooks from the terminal.
  </Card>

  <Card title="Workflows" href="/docs/workflows/introduction">
    Automate conversations with visual flows and AI steps.
  </Card>

  <Card title="Webhooks" href="/docs/platform/webhooks/overview">
    Receive real-time events for messages, connections, and delivery.
  </Card>

  <Card title="Receive messages" href="/docs/whatsapp/receive-messages">
    Handle incoming WhatsApp messages and events.
  </Card>

  <Card title="Templates" href="/docs/whatsapp/templates/simple-text">
    Create and send pre-approved message templates.
  </Card>
</CardGroup>
