Documentation
Everything you need to create your AI chatbot and embed it on your website. Takes about 5 minutes.
Go to xoq1.com and click 'Sign In with Google'. Your account is created instantly — no password needed.
After login, you'll see your dashboard. Click 'Fill with AI' and chat with our setup bot. It will ask you about your business step by step — just reply naturally in Hindi or English.
Your dashboard shows a business info form. You can fill or edit any field directly. Fill in: Business Name, Type, Phone, WhatsApp, Address, Services, Timings, and any extra info.
Once your info is filled, click the 'Create My Bot' button. Your bot is saved to our database and your embed code is generated instantly.
Your embed code appears at the top of the dashboard. It looks like this:
<script src="https://xoq1.com/widget.js" data-bot-id="yourBotId123"></script>
Open your website's HTML file (or your website builder's custom code section). Paste the embed code just before the </body> tag:
<!DOCTYPE html>
<html>
<head>
<title>My Business Website</title>
</head>
<body>
<!-- Your website content here -->
<h1>Welcome!</h1>
<!-- XOQ1 Bot — paste just before </body> -->
<script src="https://xoq1.com/widget.js" data-bot-id="yourBotId123"></script>
</body>
</html>Open your website. You'll see a chat bubble at the bottom right. Click it and ask a question about your business — the bot will respond using your configured info.
Where to paste the code on popular platforms:
WordPress
Go to Appearance → Theme Editor → footer.php → paste before </body>
Wix
Settings → Custom Code → Add Code → End of Body → Paste code
Shopify
Online Store → Themes → Edit Code → theme.liquid → before </body>
Squarespace
Settings → Advanced → Code Injection → Footer → Paste code
Webflow
Project Settings → Custom Code → Footer Code → Paste code
Plain HTML
Open your index.html → paste before </body> → save & upload
🤔 Will the bot understand Hindi?
Yes! The bot automatically detects the language and responds in Hindi, English, or Hinglish — matching whatever your customer types.
🤔 Can I update my business info later?
Yes. Go to the dashboard anytime, edit any field, and click 'Update Bot'. Changes go live immediately.
🤔 What happens when a customer asks for location?
The bot provides your address and shows a 'Get Directions' button that opens Google Maps automatically.
🤔 What when a customer asks for phone number?
The bot shows a 'Call Now' button and a 'WhatsApp' button — customers tap once to connect.
🤔 Does it work on mobile websites?
Yes. The widget is fully responsive. On mobile, it opens full-screen for a better experience.
🤔 Can I have multiple bots?
Currently one bot per account. Multiple bots support is coming soon.