Quick Start Guide

    Get your AI-powered chatbot live on your website in under 2 minutes. No complex setup required.

    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>

    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