On this page
Quick Start Guide
Get your AI-powered chatbot live on your website in under 2 minutes. No complex setup required.
Lightning Fast: Your chatbot will be operational immediately after adding the script to your website.
Instant Setup
Deploy in 30 Seconds
Step 1: Get Your API Key
Visit guide.aiechatbots.com → Sign up → Generate API Key
Step 2: Add Script to Your Website
Copy this script and paste it before the closing </body> tag:
Add to your website
<!-- Add this script tag to your website -->
<script>
(function(a,i,e){
var s=document.createElement('script');
s.src='https://cdn.aiechatbots.com/widget.js';
s.async=true;
s.setAttribute('data-aie-key','your-api-key');
document.head.appendChild(s);
})();
</script>That's it! Your chatbot is now live. Replace 'your-api-key' with your actual API key from the guide.
Quick Customization
Customize your chatbot's appearance and behavior using data attributes:
Customized setup
<!-- Customize your chatbot with data attributes -->
<script>
(function(a,i,e){
var s=document.createElement('script');
s.src='https://cdn.aiechatbots.com/widget.js';
s.async=true;
s.setAttribute('data-aie-key','your-api-key');
s.setAttribute('data-aie-theme','blue');
s.setAttribute('data-aie-position','bottom-right');
s.setAttribute('data-aie-welcome','Hello! How can I help you?');
document.head.appendChild(s);
})();
</script>Quick Options:
- data-aie-theme: blue, green, purple, red
- data-aie-position: bottom-right, bottom-left
- data-aie-welcome: Custom welcome message
- data-aie-size: small, medium, large
Advanced Features:
- ✓ Auto-detection of user language
- ✓ Mobile-responsive design
- ✓ GDPR compliant
- ✓ Real-time analytics
Next Steps
Need Help?
Our support team is here to help you get the most out of your chatbot.