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

# Wator Docs

> Panduan menggunakan Wator untuk WhatsApp automation, broadcast, shared inbox, AI customer service, API, dan webhook.

<div data-product-guide-index className="flex w-full flex-col gap-8 max-w-5xl mx-auto px-4 md:px-8 lg:px-12 py-10 lg:gap-14 lg:py-16">
  <div className="flex max-w-[680px] flex-col gap-3 self-center text-center">
    <p className="text-xs font-semibold uppercase tracking-[0.24em] text-primary">Wator documentation</p>

    <h1 className="text-[34px] font-semibold leading-tight tracking-tight text-gray-900 dark:text-gray-50">
      WhatsApp automation untuk bisnis dan developer
    </h1>

    <p className="text-balance text-base leading-relaxed tracking-tight text-gray-600 dark:text-gray-400">
      Pelajari cara menghubungkan nomor WhatsApp, mengirim pesan, menjalankan broadcast, mengaktifkan auto reply, dan memakai API Wator dari satu tempat.
    </p>
  </div>

  <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
    <Card title="Mulai cepat" icon="rocket" href="/getting-started/quickstart">
      Hubungkan perangkat WA dan kirim pesan pertama Anda.
    </Card>

    <Card title="Broadcast" icon="megaphone" href="/messaging/broadcasts">
      Kirim promosi ke contact group dengan jadwal, variable, dan spintax.
    </Card>

    <Card title="Auto reply dan AI" icon="bot" href="/automation/auto-reply">
      Atur balasan otomatis dasar atau AI customer service.
    </Card>

    <Card title="Developer API" icon="code-xml" href="/developers/api-quickstart">
      Buat API key, cek device, dan kirim pesan dari sistem Anda.
    </Card>
  </div>

  <div className="grid grid-cols-1 gap-4 md:grid-cols-3">
    <Card title="Dashboard" icon="layout-dashboard" href="/dashboard/devices">
      Kelola perangkat, tim, role, dan billing.
    </Card>

    <Card title="Pesan dan kontak" icon="messages-square" href="/messaging/send-message">
      Gunakan shared inbox, kontak, broadcast, dan laporan.
    </Card>

    <Card title="Integrasi" icon="webhook" href="/developers/webhooks">
      Terima event webhook dan hubungkan Wator ke sistem Anda.
    </Card>
  </div>
</div>
