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

# Convo: WhatsApp Business API Platform

> Send WhatsApp messages, manage contacts, run campaigns, and receive real-time webhooks — all through Convo's simple REST API.

Convo is a WhatsApp Business API platform that lets you programmatically send messages to customers, manage contacts, run marketing and transactional campaigns, and receive real-time event notifications via webhooks. Whether you're building a CRM integration, sending order updates, or running broadcast campaigns, Convo provides the API surface to do it all.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Make your first API call and send a WhatsApp message in minutes
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to authenticate your API requests with Convo
  </Card>

  <Card title="Send Messages" icon="message" href="/guides/send-first-message">
    Send text, images, videos, documents, and interactive messages
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Explore the full REST API with request/response examples
  </Card>
</CardGroup>

## What You Can Build

<CardGroup cols={3}>
  <Card title="Messaging" icon="comments" href="/concepts/templates">
    Send template messages, rich media, and interactive flows to your customers
  </Card>

  <Card title="Campaigns" icon="bullhorn" href="/concepts/campaigns">
    Create API-driven campaigns and track delivery, read rates, and replies
  </Card>

  <Card title="Contacts" icon="address-book" href="/concepts/contacts">
    Manage your contact list with custom attributes, tags, and opt-in controls
  </Card>

  <Card title="Webhooks" icon="bolt" href="/concepts/webhooks">
    Receive real-time notifications for message events and contact updates
  </Card>

  <Card title="Catalogues" icon="store" href="/guides/catalogue-commerce">
    Showcase your products with WhatsApp-native catalogue and shopping messages
  </Card>

  <Card title="Templates" icon="file-lines" href="/concepts/templates">
    Submit and manage WhatsApp Business Message Templates for approval
  </Card>
</CardGroup>

## Get Started in 3 Steps

<Steps>
  <Step title="Get your API credentials">
    Log into your Convo dashboard, navigate to **Settings**, and copy your Project API Password (`X-API-WA-Project-API-Pwd`). You'll use this header on every API call.
  </Step>

  <Step title="Create or find your Project ID">
    Every WhatsApp number on Convo is associated with a **Project**. Find your Project ID in the dashboard — it's required as a path parameter for most API calls.
  </Step>

  <Step title="Send your first message">
    Call `POST /project/{project_id}/messages` with a recipient phone number and a text body. See the [Quick Start guide](/quickstart) for a complete working example.
  </Step>
</Steps>

<Note>
  Convo operates on top of the WhatsApp Business Platform. All outbound messages to users who haven't messaged you first must use an approved **Message Template**. See [Templates](/concepts/templates) for details.
</Note>
