✦ Auto-train your AI from your URLTry it free →
DocsInstallation

Installation overview

Adding EasyChatWidget to any website is a single <script> tag, no framework or build step required.

The embed snippet

Copy this from your widget's page in the dashboard, the data-widget-id is filled in for you automatically:

<script
  async
  src="https://easychatwidget.com/widget.js"
  data-widget-id="YOUR_WIDGET_ID"
></script>

data-widget-id identifies your widget — that's all the bubble needs. The script loads async, so it never slows your page down.

Where to paste it

Place the snippet just before the closing </body> tag on every page you want the bubble to appear on. Most platforms have a “footer” or “custom code” area for exactly this, so you only set it once.

Platform guides

Pick your platform for step-by-step instructions:

Verify it works

  1. 1
    Reload your site
    Hard-refresh the page (Ctrl/Cmd + Shift + R) so the new script loads.
  2. 2
    Look for the chat bubble
    It appears in the bottom-right corner. Click it to open the chat panel.
  3. 3
    Send a test message
    If the AI replies, you're connected. The chat also shows up live in the Conversations table on your widget's dashboard page.