ChatBiz Embeddable Chatbot Demo

This demo showcases how the ChatBiz embeddable chatbot can be integrated into any website to provide AI-powered customer support using your organization's knowledge base.

Key Features:
  • Access your organization's knowledge directly from any website
  • Customizable appearance and behavior
  • Secure domain validation
  • Conversation history tracking
  • Powered by advanced AI with RAG technology

Try it out:

Select a chatbot configuration and interact with it below:

Implementation Guide

1. Get your unique embed code

Each chatbot has a unique embed code that you can copy from the admin interface.

2. Add to your website

Simply paste the embed code into your website's HTML where you want the chatbot to appear:

<script src="https://chatbiz.paulocadias.com/static/js/embed_chatbot.js" 
       data-chatbot-id="YOUR_CHATBOT_UUID"
       data-server-url="https://chatbiz.paulocadias.com"></script>
<div id="chatbiz-chatbot-container"></div>
3. Customize appearance (optional)

You can customize the chatbot's appearance by adding data attributes:

<script src="https://chatbiz.paulocadias.com/static/js/embed_chatbot.js" 
       data-chatbot-id="YOUR_CHATBOT_UUID"
       data-server-url="https://chatbiz.paulocadias.com"
       data-theme="light"
       data-position="bottom-right"
       data-welcome-message="Hello! How can I help you today?"
       data-placeholder-text="Type your message..."
       data-button-text="Chat with AI Assistant"></script>

Live Demo

Response Details
(Technical information for demo purposes)