QuintEdge AI Chatbot - Test Page

1. Floating Bubble Widget

Look at the bottom-right corner of the page. Click the chat bubble to open the chatbot.

This is what you'd embed on every page of quintedge.com with:

<script src="https://bot.quintedge.com/static/widget.js" defer></script>

2. Embeddable Inline Chat

This is an inline chat section that can be placed on any page (e.g., Contact Us, Course Details):


Embed code:

<div id="course-chat"></div>
<script src="https://bot.quintedge.com/static/embed.js"></script>
<script>QuintEdgeChat.init("#course-chat", { height: "500px" });</script>

Test Scenarios