Use this page for any website where you can edit HTML templates or layout files (custom code, static sites, server-rendered apps).
Best placement#
For Floating installation, paste the embed code in the footer, right before </body> in your global layout file.The widget loads on all pages
The widget loads after the page content
You avoid duplication across multiple templates
Steps (Script)#
1.
Copy the embed code from AI Agents → Quick Setup → Embed Code
2.
Open your website’s Entry HTML file
3.
Find the closing </body> tag
4.
Paste the embed code just above </body>
6.
Deploy/publish your website
Steps (Iframe)#
1.
Copy the Iframe embeddable code from Embed Code Tab
2.
Open the page where you want the widget to appear
3.
Paste the code inside the page body in the exact section where the widget should render
Verify#
2.
Check that the widget appears on multiple pages (Home, About, Pricing)
3.
Send a test message and confirm responses
Troubleshooting#
Confirm the code exists in the published HTML (View Page Source)
Confirm the code is in the global footer, not in a single page
Confirm sources are linked to the AI Agent
Confirm the embed code was not edited
Search your codebase for multiple copies of the snippet
Keep only one site-wide embed
Modified at 2026-02-19 05:50:43