This is a test page for the WildIntel chatbot widget. The chat widget should appear in the bottom-right corner. Click the gold chat button to open it.
To integrate this widget on your website, add the following before your closing
</body> tag:
<script>
window.WILDINTEL_CHAT_CONFIG = {
apiUrl: 'https://your-api-domain.com',
};
</script>
<script src="wildintel-chat.js"></script>