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.
Select a chatbot configuration and interact with it below:
Each chatbot has a unique embed code that you can copy from the admin interface.
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>
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>