Integration Hub

Integration Guide & Developer Docs

Learn how to easily embed your custom AliveChat AI Assistant widget on any web platform in under 2 minutes.

Step 1: Copy your Widget Script Tag

Navigate to your AliveChat Dashboard, go to Widget Settings -> Integration, and copy the unique code block generated for your specific AI Agent.

Step 2: Paste the Script in your HTML

Paste the copied script tag inside the HTML body tag (ideally right before the closing </body> tag) of your website templates.

<!-- Paste this script inside your <body> tag -->
<script 
  src="https://cdn.alivechat.com/widget.js" 
  data-agent-id="your-custom-agent-id-here" 
  defer>
</script>

Integrating AliveChat is incredibly simple. All you need is our lightweight Javascript script tag. The script asynchronously loads your custom trained AI agent without impacting your website loading speed.