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

# Introduction

> Welcome to the Connexease Gateway API documentation.

Welcome to the Connexease Gateway API documentation.

The **Connexease Gateway** is a high-performance, stateless proxy designed to seamlessly connect your applications with the official Meta WhatsApp Cloud API.
Our gateway is heavily optimized for **ultra-low latency** and **high throughput**. When you send bulk marketing messages or build real-time AI chatbots, our gateway processes your requests with sub-millisecond overhead. You will never experience HTTP bottlenecks on your end.

Instead of dealing with Meta's complex error structures, token refreshes, and direct webhooks, our Gateway simplifies the entire process. It provides enhanced features like unified error handling, automated rate limiting, and real-time billing validation — all while maintaining the exact payload structure of the official WhatsApp API.

## Key Features

<CardGroup cols={3}>
  <Card title="Unified Responses" icon="circle-check">
    A predictable, standardized JSON structure across all endpoints, making error handling in your code incredibly easy.
  </Card>

  <Card title="Smart Rate Limiting" icon="gauge-high">
    Built-in protection to prevent your bulk campaigns from being banned by Meta, complete with informative HTTP headers.
  </Card>

  <Card title="Simplified Webhooks" icon="bolt">
    Receive parsed, clean, and secure delivery receipts and incoming messages directly to your server in real-time.
  </Card>
</CardGroup>

***

## Dashboard

The **Connexease Gateway Dashboard** is the visual control panel for your entire WhatsApp Business API setup. No code required — manage everything from account creation to live message monitoring in one place.

<Card title="Open Dashboard" icon="arrow-up-right-from-square" href="https://gateway.connexease.com">
  gateway.connexease.com
</Card>

With the Dashboard you can:

* **Register and set up your account** — complete onboarding in 3 steps: account credentials, WhatsApp identity verification, and organization details.
* **Create and manage apps** — each app maps to a WhatsApp Business account with its own API keys, phone number, and webhook configuration.
* **Connect Meta** — link your Meta Business account directly from the dashboard to go live and start sending messages.
* **Manage templates** — create, submit, and track the approval status of WhatsApp message templates.
* **Configure webhooks** — set your callback URL and subscribe to the events your integration needs.
* **Monitor billing** — top up your wallet, manage your payment method, and download past invoices.

<CardGroup cols={2}>
  <Card title="Dashboard Overview" icon="grid-2" href="/dashboard/overview">
    Understand the main dashboard layout, navigation, and usage metrics.
  </Card>

  <Card title="Create an Account" icon="user-plus" href="/dashboard/register">
    Step-by-step guide to registering a new Gateway account.
  </Card>

  <Card title="My Apps" icon="grid" href="/dashboard/apps">
    Create apps and connect them to your Meta Business account.
  </Card>

  <Card title="Billing" icon="credit-card" href="/dashboard/billing">
    Wallet top-up, payment methods, and invoice history.
  </Card>
</CardGroup>

***

## Next Steps

Ready to start building? Follow these guides to get your integration up and running quickly:

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/essentials/authentication">
    Learn how to authenticate your API requests securely.
  </Card>

  <Card title="Send Your First Message" icon="message" href="/quickstart">
    Explore the payload structure to send text and template messages.
  </Card>
</CardGroup>
