Before you start, make sure you have:
- An assistant created on the platform
- Your embed script copied from the assistant’s Publish area
- Access to a Google Tag Manager container on your site
Add a Custom HTML tag
1
Copy your embed script
Open your assistant on the platform, go to its Publish area, choose Google Tag Manager, and copy the script. It already contains your 
chatbotId.
2
Create a new Custom HTML tag
Sign in at tagmanager.google.com, select your container, then choose Tags → New → Custom HTML.Paste the embed script into the HTML field. The Tag Manager version configures the widget through
window.homieBotConfig and injects it for you, because Custom HTML tags load scripts in a way that prevents reading attributes directly:3
Set the trigger to All Pages
Choose the All Pages trigger so the chat bubble loads site-wide.

4
Submit and publish
Click Submit, then Publish. GTM deploys the tag immediately.
Refresh your site. The homie chat bubble appears in the bottom-right corner. Open it and send a test message.
Troubleshooting
- Tag fires but no bubble? Disable any script blockers and clear your cache.
- Only on specific pages? Adjust the trigger to a Page View rule that matches the pages you want.
- Multiple environments? Use GTM environments to validate before going live.
Next steps
Client API
Configure the widget and call methods from your site.
Installation overview
Compare install methods for every platform.