Setup takes less than 5 minutes

Getting Started with
Webelancer Chatbot

Follow these simple steps to add an AI-powered chatbot to your website and start engaging your visitors automatically.

Create Free Account
1
Create Your Account
Go to the Chatbot Portal and register with your name, email, company, and website. Your account is created instantly — no approval needed.
2
Choose a Plan
Pick a plan that fits your needs. The Starter plan is completely free — no credit card required.
Starter
₹0 /mo
1 API Key
10 Questions
500 messages/mo
Business
₹2,999 /mo
10 API Keys
200 Questions
1,00,000 messages/mo

After login, go to Billing & Plans to activate or upgrade your plan.

3
Generate an API Key
Go to API Keys in your portal and click "Generate New Key". Give it a name (e.g. "My Website") and leave Allowed Domains blank for testing.
Your API Key will look like:
wb_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Never share this key publicly. Use it only in server-side code or via the widget.
4
Add Your Questions & Answers
Go to Questions & Answers in your portal. Add the questions your visitors commonly ask and the answers your chatbot should give.
Example:
Trigger price, cost, how much, rate
Reply Our plans start from ₹0/month. Click below to see all plans!
Buttons 💰 See Plans  |  📞 Contact Us
Tip: Add 5–10 common questions first — greeting, pricing, contact, services, about.
5
Embed on Your Website
Copy the script below and paste it just before the </body> tag on every page of your website. Replace YOUR_API_KEY with the key from Step 3.
<script src="https://webelancer.in/chatbot/widget.js" data-api-key="YOUR_API_KEY" ></script>
WordPress
Appearance → Theme Editor → footer.php → paste before </body>
Shopify
Online Store → Themes → Edit Code → theme.liquid → before </body>
Plain HTML
Paste directly before </body> in your HTML file
React / Next.js
Use useEffect to append the script to document.body in your layout component
You're Live!
Visit your website and you'll see the chat bubble in the bottom-right corner. Click it to test your chatbot. Use the Developer Console in the portal to test API calls and generate integration code.

Frequently Asked Questions

Do I need coding skills?
No! The widget embed is just one line of code — copy and paste. No programming knowledge needed. If you use WordPress or Shopify, just paste it in the theme settings.
Can I use it on multiple websites?
Yes. Create a separate API key for each website. The Pro plan gives 3 keys, Business gives 10.
What happens if I reach my monthly message limit?
The chatbot will stop responding until the next billing cycle resets your limit. You can upgrade your plan anytime to get more messages.
Can I customize the chatbot colors and name?
Yes! Use the data-title and data-color attributes on the script tag. Example: data-title="Support Bot" data-color="#ff6b6b"
Is the widget safe? Will it break my website?
Yes, completely safe. The widget uses Shadow DOM technology which means its styles are 100% isolated — it cannot affect or break your existing website design.
How do I restrict the chatbot to only my domain?
When creating an API key, enter your domain name in the "Allowed Domains" field (e.g. example.com). Requests from other domains will be rejected automatically.
Can I cancel anytime?
Yes. You can cancel or downgrade your plan at any time from the Billing & Plans page. Paid plans are billed monthly with no lock-in.
How do I contact support?
Email us at support@webelancer.in or use the contact form on webelancer.in. We typically respond within 24 hours.

Ready to get started?

Create your free account in 30 seconds. No credit card required.

webelancer.in  ·  API Docs  ·  Support