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://my_website.com/policy
menu2, terms and condition, Terms and Condition, https://my_website.com/terms
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
Mandatory product fields:
- ProductKey
- Title
- body_html
- Vendor
- ProductType
- Price
- URL
- Available
json
{
"products": [
{
"ProductKey": "product001",
"Title": "Premium Running Shoes",
"body_html": "Comfortable lightweight running shoes designed for everyday training.",
"Vendor": "Sample SportWear Co",
"ProductType": "Running Shoes",
"Price": 89.99,
"URL": "https://example.com/products/premium-running-shoes",
"Available": true
},
{
"ProductKey": "product002",
"Title": "Classic Cotton T-Shirt",
"body_html": "Soft 100% cotton t-shirt suitable for everyday wear.",
"Vendor": "Fashion test Apparel",
"ProductType": "T-Shirts",
"Price": 19.99,
"URL": "https://example.com/products/classic-cotton-tshirt",
"Available": true
},
{
"ProductKey": "product003",
"Title": "Wireless Bluetooth Headphones",
"body_html": "Premium wireless headphones with clear sound quality and long battery life.",
"Vendor": "Test TecWave",
"ProductType": "Electronics",
"Price": 79.99,
"URL": "https://example.com/products/wireless-headphones",
"Available": true
},
{
"ProductKey": "product004",
"Title": "Leather Wallet",
"body_html": "Slim genuine leather wallet with multiple card slots.",
"Vendor": "Test CrftLine",
"ProductType": "Accessories",
"Price": 24.99,
"URL": "https://example.com/products/leather-wallet",
"Available": true
}
]
}
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.