Buyer Demo Guide
This page is written for non-technical buyers and CodeCanyon reviewers. It explains what to click, what each screen proves, and what value the feature gives to a real support team.
Demo rule: demo users, leads, contacts, and connector customers should use
@ovion.tech. Public payment gateways should stay in test mode.
Stable buyer login
Use the same account for every live demo reset
Email
admin@ovion.tech
Password
Demo@12345
Workspace
support-demo-oviondesk-ai
1) What This Product Is In Plain English
What the customer sees
- A public website with pricing, features, FAQ, docs, contact, and demo pages.
- A support widget where visitors ask questions and share contact details.
- AI answers when the knowledge base is confident enough.
- Human support when AI is not confident or the customer needs an agent.
What the support team sees
- A unified inbox for widget, email, and messaging channel conversations.
- Tickets, notes, assignments, saved replies, reminders, and SLA views.
- CRM contacts, companies, deals, and lead conversion.
- Reports, audit logs, exports, billing, and marketplace readiness checks.
2) Recommended Buyer Demo Flow
Follow this exact flow in the live preview
3) Public Demo And Guided Tour
Open /demo, use the credential panel, then open
/chat/marketplace/tour?demo_tour=buyer&step=0. The tour card should explain
each step and support Next, Back, Skip, Restart, Minimize, Resume, drag on desktop, and
fixed-bottom behavior on mobile.
If a target element is missing, the tour must show a fallback card. A broken tour makes the live preview feel unfinished.
4) SaaS Billing
Explain to buyers
- Plans control users, agents, widgets, API tokens, channels, storage, knowledge sources, and AI messages.
- Invoices are printable HTML invoices, so no extra PDF package is required.
- Manual payments stay pending until an admin approves or rejects them.
Developer notes
- Usage counters must be workspace-scoped.
- Renewal should reset period-based counters.
- Limit blocking should not delete existing data.
5) AI QA, Citations, And Handoff
Buyer value
- Citations answer "why did AI say this?"
- Confidence answers "how sure is AI?"
- Human handoff answers "what happens when AI is not sure?"
Developer notes
- AI usage should count against the plan
ai_messageslimit. - Low confidence should emit
ai.handoff.requested. - Addons must not store AI keys or run inference.
6) CRM Pipeline
7) Unified Inbox And Tickets
Do not demonstrate email inbox without a scheduler and queue worker. Buyers will notice if sync and replies feel fake.
8) Email And Messaging Channels
What to show
- Webhook URL.
- Signature or secret validation status.
- Last inbound message.
- Last outbound reply and delivery state.
Common mistakes
- HTTP webhook URLs instead of HTTPS.
- Wrong Slack signing secret.
- Wrong Telegram secret token.
- Twilio sender mismatch.
9) Envato Support
10) Addons And Agent PWA
11) Reports, Website, And Marketplace Readiness
Final buyer proof should include
php artisan test passing and the production smoke report with
APP_DEBUG=false.