Introduction to OnBooq
Discover OnBooq, a SaaS platform that helps local businesses capture leads 24/7 through an intelligent enquiry assistant on their websites.
This documentation was generated as a starter kit template based on your brand. Please review and customize the content to accurately reflect your product's features, APIs, and capabilities.
Overview
OnBooq provides an intelligent Enquiry Assistant that captures leads around the clock on your website. It answers common questions instantly, collects visitor details, and guides them toward bookings. You ensure no enquiry goes missed, even after hours, turning website visitors into booked customers.
Local service businesses like plumbers, electricians, and salons benefit most from OnBooq's 24/7 responsiveness.
Key Features
24/7 Enquiry Capture
Capture leads anytime, day or night. Visitors get immediate engagement without waiting for business hours.
Instant Answers
Provide quick responses to FAQs using AI-powered chat. Reduce bounce rates and build trust.
Booking Prompts
Guide visitors to schedule appointments directly in chat. Wake up to confirmed jobs instead of missed opportunities.
Who OnBooq Serves
OnBooq targets appointment-based local businesses where timing matters. If customers contact you outside hours or during jobs, enquiries often vanish. Your Enquiry Assistant keeps conversations alive, collects phone numbers and service needs upfront, and notifies you instantly via email or SMS.
Quick Start
Get your Enquiry Assistant live in minutes.
Sign Up
Create a free account at https://dashboard.example.com/signup. No credit card required.
Embed on Site
Add the widget script to your website. Copy-paste this code before the closing </body> tag.
<script src="https://js.example.com/enquiry-assistant.js"
data-key="YOUR_API_KEY"
data-theme="light">
</script>
import { EnquiryAssistant } from '@onbooq/widget';
function App() {
return (
<div>
<EnquiryAssistant
apiKey="YOUR_API_KEY"
theme="light"
/>
</div>
);
}
Customize & Test
Log into your dashboard at https://dashboard.example.com. Set FAQs, responses, and notifications. Test the live preview.
Next Steps
Quickstart Guide
Detailed setup instructions and first responses.
Authentication
Secure your API key and manage access.
Configuration
Advanced customization options.
Changelog
Latest features and updates.
Ready to capture your first lead? Head to the Quickstart page next.
Last updated today