Skip to content
vital_signsUptime: 99.99%
menu_bookDocumentation

The Vaayu Handbook

Vaayu by Sapybase is a business-intelligence chat assistant that lives on your website. It answers your customers 24/7, captures and scores every lead, and turns conversations into revenue you can measure. This guide walks you through everything — step by step, no technical knowledge required.

exploreTry the live demo
auto_awesome

What is Vaayu?

Think of Vaayu as a tireless team member who knows your business by heart. You feed it your content — brochures, FAQs, your website — and it instantly becomes a smart assistant that chats with visitors, answers their questions accurately, and quietly does the work of a sales and support team in the background.

forum

Answers 24/7

Replies instantly to every visitor using only your own approved content — no made-up answers.

person_search

Captures & scores leads

Spots interested visitors, collects their details, and ranks them Hot, Warm or Cold by buying intent.

trending_up

Maps your funnel

Shows how conversations turn into leads, contacts and closed deals — and where people drop off.

payments

Proves ROI

Attributes real revenue back to the chat, so you can see exactly what Vaayu is worth.

info

The five-minute path to live

  1. Create your account and pick a plan.
  2. Create a bot with your company details.
  3. Paste one line of code on your website.
  4. Train it on your content and customize the look.
  5. Watch the leads and insights roll in.
1

Create your account

Getting started takes under a minute. You only need an email address.

  • check_circleSign up with your email or your Google account — whichever is easier.
  • check_circleVaayu automatically creates a private, isolated workspace for you, so your data is never mixed with anyone else’s.
  • check_circleOnce you’re in, you land on your dashboard — your home base for everything that follows.
lightbulb
Already curious? You can explore the entire product without signing up using the interactive demo. Nothing you do there is saved.
2

Choose your plan

Pick the plan that fits where you are today — you can upgrade or downgrade at any time. Higher plans unlock more bots, more monthly messages, a larger knowledge base, and the full Insights Dashboard.

  • boltFree — perfect for trying Vaayu on a single site with a starter message allowance.
  • workspace_premiumPro — unlocks automatic lead scoring, the full Insights Dashboard, and revenue attribution.
  • hubBusiness — for agencies and larger teams: run multiple bots from one workspace.
info
Compare features and prices on the pricing page. Billing is handled securely — see below.
smart_toy

The My Bots screen

My Bots is the first thing you see after signing in. Every AI assistant you create lives here as a card. At a glance you can see your plan, how many messages and words of knowledge you’ve used, and the status of each bot.

app.sapybase.com
The My Bots dashboard showing a bot card with usage and quick actions
My Bots — your home base. Each card shows usage and gives you Train, Settings and Chat shortcuts.
  • model_trainingTrain — add or update the knowledge your bot answers from.
  • settingsSettings — rename the bot, change its look, or grab the install snippet.
  • chatChat — open a live preview to test how your bot replies.
3

Create a bot

A “bot” is one AI assistant tied to one website. Creating it tells Vaayu who you are and locks the assistant to your domain for security. You’ll fill in a short form — no code involved.

app.sapybase.com
The Create Bot screen with company name, allowed origin, theme color and tone fields
Create Bot — your company name, website, brand color and tone of voice in one short form.
  • check_circleCompany name — how your bot refers to your business in conversations.
  • check_circleAllowed origin — the website address where the bot is allowed to appear. This keeps your bot from being used on other sites.
  • check_circleTheme color — your brand color, used for the chat bubble and buttons.
  • check_circleTone — pick how your bot should sound, e.g. professional, friendly or playful.
lightbulb

What you get back

When you create the bot, Vaayu gives you a unique Bot ID and a one-line install snippet. That snippet is all you need to go live — covered next.
4

Install on your website

Adding Vaayu to your site is a copy-and-paste job. You paste one small snippet just before the closing</body> tag on every page. Choose your platform below for exact instructions.

Plain HTML / static websites

Paste this just before </body>:

<!DOCTYPE html>
<html lang="en">
<body>
    <!-- Vaayu AI Chat Widget -->
    <script src="https://www.sapybase.com/sapybase-loader@1.js"
            data-bot-id="YOUR_BOT_ID"
            defer></script>
</body>
</html>
lightbulb
Replace YOUR_BOT_ID with the Bot ID from your dashboard. Once saved, refresh your site — the chat bubble appears in the corner automatically. Changes you make later in the dashboard go live instantly, with no need to touch this code again.
shield

Security: Content Security Policy

warning
Most websites can skip this section. You only need it if your site already sends a Content-Security-Policy header — a stricter security setting some developers add.

If you do use a CSP, add Sapybase to the following rules so the widget can load and connect. Extend your existing policy — don’t replace it.

Content-Security-Policy:
  script-src   'self' https://www.sapybase.com;
  frame-src    https://www.sapybase.com;
  connect-src  'self' https://www.sapybase.com;
  img-src      'self' data: blob: https://www.sapybase.com;

Next.js — next.config.mjs

async headers() {
  return [{
    source: '/:path*',
    headers: [{
      key: 'Content-Security-Policy',
      value: [
        "default-src 'self'",
        "script-src 'self' 'unsafe-inline' https://www.sapybase.com",
        "frame-src https://www.sapybase.com",
        "connect-src 'self' https://www.sapybase.com",
        "img-src 'self' data: blob: https://www.sapybase.com",
      ].join('; '),
    }],
  }];
}
5

Train your AI

Training is how your bot learns about your business. The more relevant content you give it, the smarter and more accurate its answers become. Vaayu only ever answers from the material you provide — it won’t invent facts.

app.sapybase.com
The Train AI screen showing PDF, CSV and Text upload tabs and a knowledge manager
Train AI — upload PDFs, spreadsheets or paste text. Your content is indexed and stored as searchable knowledge.
  • descriptionPDF upload — drop in brochures, manuals, policies or FAQs. Vaayu reads every page.
  • table_chartCSV / Excel — great for product lists, price tables or structured data.
  • notesText — paste answers, talking points, or anything else directly.
info

How knowledge is stored

Each source is indexed and stored as searchable knowledge (measured in words). When a visitor asks something, Vaayu finds the most relevant content and answers from it. You can review and delete entries any time from the knowledge manager.
report
Deleting knowledge is permanent — the bot will immediately forget that piece of information.
6

Customize the widget

Make the chat feel like a natural part of your brand. Everything here updates the live preview as you type, and once saved it appears on your website instantly — no redeploy needed.

app.sapybase.com
The Customize Bot screen with appearance controls and a live chat preview
Customize — edit the name, greeting, colors and avatar on the left and watch the live preview on the right.
  • check_circleBot name & greeting — the first message visitors see when they open the chat.
  • check_circleTheme color — match the bubble and buttons to your brand.
  • check_circleLogo & avatar shape — upload your logo and choose a shape (circle, squircle, and more).
  • check_circleRemove branding — on paid plans, hide the “Vaayu Intelligence” footer for a fully white-label widget.
lightbulb
Use the light/dark toggle in the preview to check your colors read well in both modes before you publish.
insights

Insights Dashboard

This is where Vaayu goes beyond a normal chatbot. Every conversation becomes data you can act on. The dashboard is organized into tabs — we’ll walk through each one. The first tab, Action Center, is your daily to-do list: the hottest leads, ranked, with one-click actions.

app.sapybase.com
The Insights Action Center listing the highest-intent leads with act-now actions
Action Center — your most valuable leads, ranked by intent, with Won / Lost / email actions.
  • priority_highRanked actions — the leads most likely to buy float to the top so you act on them first.
  • mark_email_readOne-click follow-up — email a lead or mark a deal Won or Lost without leaving the page.
contacts

Leads CRM

Every visitor who shows buying interest is captured here automatically, complete with a score and the context of what they asked. No more digging through chat logs — your pipeline builds itself.

app.sapybase.com
The Leads CRM table with contact info, intent scores, status and captured context
Leads CRM — each lead with an intent score, Hot/Warm/Cold band, status and the question that captured them. Export to CSV any time.
  • check_circleIntent score & band — every lead is scored 0–100 and labelled Hot, Warm or Cold.
  • check_circleStatus — track each lead through New → Contacted → Won / Lost.
  • check_circleContext — see the exact question that turned a visitor into a lead, so your follow-up is relevant.
  • downloadExport CSV — pull your leads into any spreadsheet or external CRM.
filter_alt

Conversion Funnel

The funnel shows the journey from a casual conversation all the way to a closed deal, and exactly where people drop off. It’s the fastest way to understand what’s working and what to fix.

app.sapybase.com
The conversion funnel from conversations to leads to contacted to won, with drop-off and lead quality
Conversion Funnel — Conversations → Leads → Contacted → Won, with drop-off at each stage, overall conversion, revenue won, and lead quality.
  • check_circleStage-by-stage drop-off — see what percentage continues from one stage to the next.
  • check_circleOverall conversion & revenue — the headline numbers for the period you choose (7, 30, 90 days, or all time).
  • check_circleLead quality — the Hot / Warm / Cold split of your captured leads.
  • check_circleLead sources — which pages (chat widget, pricing, docs…) bring the most leads and revenue.
savings

ROI & Revenue

This tab answers the question every owner asks: “Is it worth it?” Vaayu adds up the support time it saves and the revenue it helps generate, then shows your return in plain dollars.

app.sapybase.com
The ROI dashboard showing support cost saved, potential revenue, total ROI and proven closed-won revenue
ROI dashboard — support cost saved, potential revenue, total ROI and your proven closed-won revenue. Calibrate the numbers to your own business.
  • check_circleSupport cost saved — based on how many questions the bot answered for you.
  • check_circlePotential & proven revenue — pipeline value plus the real revenue from leads you marked Won.
  • tuneCalibrate benchmarks — set your own cost-per-ticket and average lead value so every figure reflects your business.
forum

Conversations

Read back every chat your visitors had. Vaayu flags conversations where it couldn’t answer well — labelled Has gaps — so you know exactly what content to add next.

app.sapybase.com
The Conversations list with message counts and a Has Gaps indicator
Conversations — browse every chat, filter to Unanswered, and spot “Has gaps” so you can close knowledge holes.
  • check_circleFull transcripts — expand any conversation to read the whole exchange.
  • filter_listUnanswered filter — jump straight to chats the bot struggled with.
  • auto_fix_highClose the loop — add the missing answer in Train AI and the gap disappears.
monitoring

Analytics

A bird’s-eye view of trends over time — conversation volume, lead flow and the questions customers ask most. Use it to spot patterns and decide where to focus.

app.sapybase.com
The Analytics tab with trend charts and top customer questions
Analytics — volume and lead trends over time, plus the topics your customers ask about most.
credit_card

Settings & Billing

Manage your workspace, plan and payment details from Settings. Upgrades take effect immediately, and downgrades apply at the end of your current billing period.

  • manage_accountsAccount — update your name, email and workspace details.
  • receipt_longBilling — view your plan, change it, and access invoices via the secure checkout.
  • paletteCustomize — the same look-and-feel controls covered above, reachable from Settings.
info
Need to change plans? Open the pricing page or your dashboard billing settings — payment is processed securely and your features update right away.
support_agent

Getting help

Stuck on something, or want a hand getting set up? Our team is one message away and happy to walk you through any step in this guide.

Ready to put Vaayu to work?

Create your bot, paste one line of code, and start turning conversations into measurable revenue.