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

# Introduction

> Welcome to our developer documentation portal 👋

Connectly is a WhatsApp Business messaging platform that lets your business send and receive messages at scale — from one-off notifications to million-recipient campaigns. Whether you need to run marketing campaigns, deliver transactional notifications, automate chatbot conversations, onboard new customers, send reminders, or dispatch OTP codes, Connectly gives you the infrastructure and tooling to do it reliably and securely.

***

## Why Connectly?

<CardGroup cols={2}>
  <Card title="Easy integration" icon="plug">
    Connect via REST in minutes using your API key. No low-level protocol work, no hosting overhead — Connectly manages the WhatsApp Cloud API connection for you.
  </Card>

  <Card title="High throughput" icon="gauge-high">
    Messaging endpoints support **200 requests/second** with burst capacity up to **1,000 requests/second** — enough headroom for large campaign send-outs.
  </Card>

  <Card title="End-to-end encryption" icon="lock">
    All messages travel over WhatsApp's encrypted transport. Customer data stays private in transit without any extra configuration on your end.
  </Card>

  <Card title="Rich messaging" icon="images">
    Send images, video, audio, documents, location pins, interactive list messages, reply buttons, and carousels — not just plain text.
  </Card>

  <Card title="AI agents" icon="robot">
    Drop Sofia AI or a custom Agent Graph bot into any conversation flow to handle inbound questions, qualify leads, and hand off to human agents automatically.
  </Card>

  <Card title="24/7 support" icon="headset">
    Connectly's engineering and support teams are available around the clock across every time zone to help you resolve issues and optimise delivery rates.
  </Card>
</CardGroup>

***

## Key use cases

| Use case                 | Description                                                                               |
| ------------------------ | ----------------------------------------------------------------------------------------- |
| **Customer engagement**  | Start two-way conversations with customers on the channel they already use every day.     |
| **Notifications**        | Deliver order confirmations, shipping updates, and account alerts via approved templates. |
| **Chatbots**             | Build automated conversation flows that respond to inbound session messages in real time. |
| **Onboarding**           | Guide new users through sign-up steps with structured, interactive messages.              |
| **Reminders**            | Send appointment, payment, or renewal reminders before they fall through the cracks.      |
| **OTP & authentication** | Deliver one-time passwords and verification codes securely over WhatsApp.                 |

***

## How it works

<Steps>
  <Step title="Get your API key">
    Every request is authenticated with an `X-API-Key` header scoped to your business account. Generate one from the Connectly Dashboard at any time.
  </Step>

  <Step title="Send your first message">
    Use the **template message endpoint** to initiate a conversation with a customer. Templates are pre-approved by Meta, so they can be sent at any time — no prior interaction needed.
  </Step>

  <Step title="Reply within the session window">
    Once a customer messages you back, a 24-hour window opens. During that window, use the **session message endpoint** to send free-form replies — no template required.
  </Step>

  <Step title="Listen for events via webhooks">
    Subscribe to Connectly webhooks to receive real-time events: delivery status updates, inbound customer messages, button clicks, and more.
  </Step>
</Steps>

***

## Get started

<CardGroup cols={3}>
  <Card title="Quick Start" icon="rocket" href="https://docs.connectly.ai/quick-start/">
    Send your first WhatsApp message in under 5 minutes.
  </Card>

  <Card title="Messaging" icon="message" href="https://docs.connectly.ai/messaging/overview">
    Full reference for template and session messages.
  </Card>

  <Card title="Webhooks" icon="bolt" href="https://docs.connectly.ai/webhooks/overview">
    Receive delivery status and inbound message events.
  </Card>
</CardGroup>
