This page demonstrates the embedded AIEx (Artificial Intelligence Expert) widget. Click the floating button in the bottom-right corner to start a guided conversation that uses your HBWrapper public API token.
<script src="https://agent.hbwrapper.com/widget.js"></script>
<script>
HBWrapperAgent.init({
token: 'YOUR_ACCOUNT_PUB_TOKEN',
email: 'you@example.com'
});
</script>