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

# परिचय

> Wappfy API में आपका स्वागत है — developers और businesses के लिए एक WhatsApp messaging platform।

# Wappfy में आपका स्वागत है

Wappfy एक **WhatsApp API platform** है जो आपको messages भेजने, WhatsApp instances manage करने, और integrations बनाने की सुविधा देता है — सब कुछ एक simple REST API के माध्यम से।

## आप क्या कर सकते हैं

<CardGroup cols={2}>
  <Card title="Messages भेजें" icon="paper-plane">
    Text, images, videos, audio, documents, locations, polls, contacts, reactions, और बहुत कुछ — 10 message types supported हैं।
  </Card>

  <Card title="Instances Manage करें" icon="server">
    QR code के माध्यम से WhatsApp instances बनाएं और connect करें। Real-time में status monitor करें।
  </Card>

  <Card title="Webhooks प्राप्त करें" icon="webhook">
    Incoming messages, delivery status, और instance events की notifications webhook endpoints के माध्यम से प्राप्त करें।
  </Card>

  <Card title="Integrations बनाएं" icon="plug">
    Make, Zapier, या किसी भी custom webhook consumer से connect करें।
  </Card>
</CardGroup>

## यह कैसे काम करता है

1. **एक instance बनाएं** — प्रत्येक instance आपके account से जुड़े एक WhatsApp number को represent करता है।
2. **QR code से connect करें** — अपने WhatsApp number को link करने के लिए QR code scan करें।
3. **Messages भेजें और प्राप्त करें** — Messages भेजने के लिए API का उपयोग करें और incoming events के लिए webhooks प्राप्त करें।

## Supported providers

| Provider      | विवरण                                                          |
| ------------- | -------------------------------------------------------------- |
| **WAHA**      | Self-hosted WhatsApp Web API (default)। पूर्ण feature support। |
| **Cloud API** | Meta का official WhatsApp Business Cloud API।                  |

## त्वरित लिंक

<CardGroup cols={3}>
  <Card title="त्वरित शुरुआत" icon="rocket" href="/hi/quickstart">
    5 मिनट में शुरू करें
  </Card>

  <Card title="Authentication" icon="lock" href="/hi/authentication">
    API keys और JWT tokens के बारे में जानें
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    सभी endpoints देखें
  </Card>
</CardGroup>
