Help center

Everything you need to go live.

Set-up guides, embed snippets, webhooks and billing — no code required, code welcome.

Quick start

Four steps to answering.

01
Create your account

₹500 free credit, no card.

02
Describe your business

Services, hours and booking rules.

03
Connect a channel

Phone, web widget or SMS.

04
Go live

AIVA starts answering instantly.

Browse by topic

Embed the web widget

Paste this before </body> on any page. Swap in your workspace ID from the dashboard.

index.html
<script
  src="https://cdn.aivachat.io/widget.js"
  data-aiva-id="your-workspace-id"
  defer
></script>

Using a site builder? See the web-widget guide for WordPress, Shopify, Webflow and more.

Receive a webhook

AIVA POSTs a JSON event to your URL whenever something happens — a booking, a hand-off, a new contact. Here's a booking.created payload.

POST · application/json
POST https://your-app.com/aiva-webhook

{
  "event": "booking.created",
  "channel": "voice",
  "language": "hi-IN",
  "customer": { "phone": "+9198XXXXXX17" },
  "booking": {
    "at": "2026-06-26T10:30:00+05:30",
    "service": "Consultation"
  }
}

Add a webhook and external-tool API keys from Settings → Developer in the dashboard.

Still stuck?

A real person replies within hours — in your language.