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

# What is Vorel

> The product, the verticals, and what you actually get when you sign up.

## The product in one paragraph

Vorel is a multi-tenant AI receptionist platform. Your customers call your business phone number or message your WhatsApp; Vorel's agent answers, in Arabic or English depending on what they speak, qualifies them with the questions you'd want a human receptionist to ask, answers their questions about your services from a semantic (vector-indexed) knowledge base, books their appointments against your hours and rules, and writes the resulting lead + booking into your CRM. Every conversation is transcribed, scored for quality, and surfaced in a unified inbox. When the agent decides it's out of its depth, it routes to a human on your team.

## What you get when you become a customer

<CardGroup cols={2}>
  <Card title="A dedicated phone number">
    A UAE number we provision (or your own ported number) routed through Vorel's voice infrastructure. Inbound calls reach the agent; you see every call in your inbox.
  </Card>

  <Card title="A WhatsApp channel" icon="message">
    Your business's WhatsApp Cloud number connected to Vorel. Inbound messages reach the agent; the inbound flow is live.

    *(WhatsApp outbound send is paused while we work through Meta Business Manager verification for your tenant. Inbound conversations + dashboard replies remain available.)*
  </Card>

  <Card title="An operator dashboard" icon="gauge">
    `app.vorel.ai/inbox`. Every conversation across voice + chat, in one place. Reply manually when needed; the agent handles the rest.
  </Card>

  <Card title="CRM integration" icon="address-book">
    Vorel writes leads + bookings + updates back into HubSpot / Salesforce / Zoho / Mindbody / Tekmetric / Athenahealth / Odoo / your own webhook. Per-tenant field mapping lives in our admin console.
  </Card>

  <Card title="Per-tenant configuration" icon="sliders">
    Your dedicated operator tunes the agent's persona, working hours, signature phrases, forbidden phrases, handoff rules, vertical pack, and tool whitelist, all without a code deploy.
  </Card>

  <Card title="Per-tenant analytics" icon="chart-bar">
    `/(dashboard)/analytics`: conversation counts, QA score distribution, voice-minute consumption, leads-to-bookings funnel.
  </Card>

  <Card title="Public API + SDK" icon="code">
    REST API at `/api/v1/*` (full OpenAPI 3.1 spec) and a TypeScript SDK at `@vorel/sdk` for tenants who want to build custom integrations.
  </Card>

  <Card title="Around-the-brain workflows" icon="diagram-project">
    n8n template workflows for post-booking confirmations, lead-nurture cadences, and weekly QA digests. Operator-deployed; tenant-isolated.
  </Card>
</CardGroup>

## What Vorel is NOT

* **Not a chatbot platform.** You're not building flows in a no-code UI. The agent's intent classification and tool calling happen via our LLM. Your operator configures behaviour at the layer above.
* **Not a CRM.** Your CRM stays your source of truth. Vorel reads from + writes to it, but doesn't try to replace it.
* **Not self-service signup.** We onboard tenants manually with our operator team, partly because we want to get the configuration right with you, partly because regulated verticals (clinics) need a real conversation about compliance scope before launch.
* **Not a contact-centre BPO.** Human handoff is for edge cases (complaints, negotiations, compliance questions). The agent handles the steady-state inbound; humans handle exceptions.

## What "vertical pack" means

Each vertical pack is a JSON file (`config/verticals/<vertical>.json` in our codebase) that ships:

* Default agent name + tone for that vertical (in English + Arabic)
* Suggested attribute keys for offerings (e.g. real-estate ships `bedrooms / bathrooms / size_sqft`; salon ships `duration_minutes / category`)
* Pack-specific signature phrases + forbidden phrases (e.g. clinic packs ship `forbidden_phrases='diagnose'` to prevent obvious medical-advice issues)
* Sensible defaults for handoff triggers (e.g. clinics escalate on any compliance-adjacent question; restaurants escalate on negotiation)

Your tenant inherits the pack at create time, then your operator can override individual fields per your needs at `/admin/tenants/[id]/pack-overrides`.

The 8 packs we ship today: `real_estate`, `real_estate_rental`, `salon`, `clinic`, `restaurant`, `auto_service`, `legal_intake`, `generic`. New verticals = a new JSON file; we add them per signed customer demand.

{/* verified-against: apps/web/src/app/api/tools/search_offerings/route.ts (vector similarity over offering embeddings) */}

{/* verified-against: apps/web/src/lib/verticals.ts loader + config/verticals/*.json (8 packs) */}

{/* verified-against: handoff/n8n-workflows/*.template.json (3 around-the-brain templates) */}

## How tenants think about Vorel

You're not "building" anything. You're getting a working AI receptionist that's been tuned for your vertical, connected to your CRM, and deployed against a number that customers can already reach. Your job is to:

1. Confirm the persona + hours match your business.
2. Pick up your inbox when the agent escalates.
3. Watch the analytics weekly to see how it's performing.
4. Let your operator know when you want adjustments (tighter rules, broader scope, new prompts for a campaign).

If you want to do more (build custom integrations, automate post-booking flows, write your own analytics dashboards), the [API Reference](/api-reference/introduction) and [n8n integration](/integrations/n8n) are open.

## Where to go next

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Get a working voice agent in under 30 minutes.
  </Card>

  <Card title="How it works" icon="diagram-project" href="/getting-started/how-it-works">
    Architecture overview for the technically curious.
  </Card>

  <Card title="Voice features" icon="phone" href="/product/voice">
    What the voice agent can do.
  </Card>

  <Card title="Security" icon="shield-check" href="/security/overview">
    How we protect your customer data.
  </Card>
</CardGroup>
