greatkb chat — demo

This page embeds the chat widget the same way any host site would. Click the launcher button in the bottom-right to open it.

Embed snippet

<script async
  src="https://chat.greatkb.com/widget.js"
  data-kb-id="YOUR-KB-UUID"
  data-assistant-name="Aria"
  data-theme="auto"></script>

Programmatic API

window.Chat.open();
window.Chat.close();
window.Chat.toggle();
window.Chat.update({ kbId: "..." });
window.Chat.on("message", ({ role, text }) => console.log(role, text));