Live Demo Active

🤖 Simplilearn Chatbot

Experience our secure, embeddable chatbot widget. Look for the chat button in the bottom-right corner!

Click the button to open the chat interface with custom dimensions.

🎯 Customer Support

Blue chatbot positioned at bottom-right (20px from edges) for customer support with custom dimensions.

Position: bottom-right, Color: #3b82f6

🎓 Learning Assistant

Black chatbot for learning support with course-focused messaging and custom sizing.

Position: bottom-right, Color: #000000

💚 Course Advisor

Green chatbot for course guidance with scrollable content when needed.

Position: bottom-right, Color: #10b981

🗑️ Remove Chatbot

Remove the current chatbot instance to test different configurations.

Cleans up the current instance

🚀 Integration Guide

Basic Integration

Add this to any website to embed the chatbot with custom dimensions:

<script src="https://your-domain.com/chatbot.js"></script> <script> window.initSimplilearnChatbot({ position: 'bottom-right', primaryColor: '#000000', title: 'Customer Support', welcomeMessage: 'Hi! How can I help you today? 😊' }); </script>

Advanced Configuration

<script> window.initSimplilearnChatbot({ position: 'bottom-right', // Fixed at bottom-right primaryColor: '#10b981', // Custom brand color fontFamily: 'Roboto, sans-serif', // Specify a font family title: 'AI Learning Assistant', // Chat window title placeholder: 'Ask about courses...', // Input placeholder welcomeMessage: 'Ready to start learning? 🚀' }); </script>

✨ Key Features

📐 Custom Dimensions: Max height of 800px.
📍 Perfect Positioning: 20px from bottom and right edges
📜 Smart Scrolling: Scroll appears only when content exceeds height
🎨 Fully Customizable: Colors, messages, and branding
🔒 Enterprise Security: Domain whitelist and access control
📱 Mobile Responsive: Adapts to smaller screens automatically
Fast Loading: Optimized for performance
🍪 Auto Authentication: Includes _sljt cookie automatically

🔒 Security Features Active