Welcome to our chatbot setup! Follow these simple steps to register, enter/upload your data, activate and download the HTML code for your chatbot.
Register on Our Website
- Visit the Registration Page: Go to our website and click on the "Register" button.
- Fill Out the Registration Form: Enter the required information, email address, and password.
- Submit Your Registration: Click on the "Submit" button to complete your registration.
Access the Dashboard
- Log In: After registering, return to our website and log in with your credentials.
- Navigate to Dashboard: After login you will be redirected to dashboard
Upload your data
Step a: select "Menu file upload" and then upload.
Step b: Upload your URL in the following format:
Menu Key, Policy, Description, URL
menu1, privacy_policy, Privacy_Policy, https://mywebsite.com/Privacy
menu2, terms_and_condition, Terms_and_Condition, https://mywebsite.com/termsandcondition
menu3, offerings, offerings, https://mywebsite.com/
menu4, help_page, help_page, https://mywebsite.com/help
menu5, contact_page, contact_page, https://mywebsite.com/contact
name, mybrandname,, ,
for mybrandname above, you can leave it empty but ,, is required
Step c: Press the "Save" button to save changes. Wait for sometime for the system to load your url data for Chatbot Q and A.
Step d: Press "Product File Upload" and upload the product data in the following JSON format:
The upload file must contain a single column named json. The JSON object should contain a products array with the product information. See sample below, you can use it as it is to test
-
see sample data below
json
{
"products": [
{
"id": 900001,
"title": "Modern Wooden Study Desk",
"handle": "modern-wooden-study-desk",
"body_html": "A compact wooden study desk designed for home offices, students and everyday workspace use.",
"published_at": "2026-08-01T10:00:00+05:30",
"created_at": "2026-07-20T10:00:00+05:30",
"updated_at": "2026-08-02T10:00:00+05:30",
"vendor": "Demo Store",
"product_type": "Furniture",
"tags": [
"desk",
"wood",
"office",
"home"
],
"variants": [
{
"id": 910001,
"title": "Natural Wood",
"option1": "Natural Wood",
"option2": null,
"option3": null,
"sku": "DSK-001",
"requires_shipping": true,
"taxable": true,
"featured_image": null,
"available": true,
"price": "4999.00",
"grams": 8500,
"compare_at_price": null,
"position": 1,
"product_id": 900001,
"created_at": "2026-07-20T10:00:00+05:30",
"updated_at": "2026-08-02T10:00:00+05:30"
}
],
"images": [
{
"id": 920001,
"created_at": "2026-07-20T10:00:00+05:30",
"position": 1,
"updated_at": "2026-07-20T10:00:00+05:30",
"product_id": 900001,
"variant_ids": [],
"src": "https://cdn.example.com/products/desk.jpg",
"width": 800,
"height": 800
}
],
"options": [
{
"name": "Color",
"position": 1,
"values": [
"Natural Wood"
]
}
]
},
{
"id": 900002,
"title": "Cotton Casual Backpack",
"handle": "cotton-casual-backpack",
"body_html": "Lightweight cotton backpack suitable for travel, school and daily activities.",
"published_at": "2026-08-01T11:00:00+05:30",
"created_at": "2026-07-21T11:00:00+05:30",
"updated_at": "2026-08-02T11:00:00+05:30",
"vendor": "Demo Store",
"product_type": "Accessories",
"tags": [
"backpack",
"travel",
"cotton",
"bag"
],
"variants": [
{
"id": 910002,
"title": "Black",
"option1": "Black",
"option2": null,
"option3": null,
"sku": "BAG-001",
"requires_shipping": true,
"taxable": true,
"featured_image": null,
"available": true,
"price": "1499.00",
"grams": 500,
"compare_at_price": null,
"position": 1,
"product_id": 900002,
"created_at": "2026-07-21T11:00:00+05:30",
"updated_at": "2026-08-02T11:00:00+05:30"
}
],
"images": [
{
"id": 920002,
"created_at": "2026-07-21T11:00:00+05:30",
"position": 1,
"updated_at": "2026-07-21T11:00:00+05:30",
"product_id": 900002,
"variant_ids": [],
"src": "https://cdn.example.com/products/backpack.jpg",
"width": 800,
"height": 800
}
],
"options": [
{
"name": "Color",
"position": 1,
"values": [
"Black"
]
}
]
}
]
}
Additional product fields can be included if required. The system will use the uploaded JSON data for product search and chatbot responses.
Step e: Give some time to generate data for the chatbot. Click on "Setting/Status" to check the status. It will state "System is READY" or "NOT READY".
Step f: Click Testing button, ask question based on your website. Check the results.
Step g: Click on "Download HTML/Get BIO URL link":
- Enter your website URL and click "Download HTML and post above </body> tag". This will generate the token and the One Link URL.
- If the URL is not visible, refresh by clicking "Setting/Status" then "Download HTML/Get BIO URL link" again.
- Copy the URL and place it on your website or social media bio.