Testing, Sharing, and Embedding
Try it now
Inside the bot workspace, open the Chat tab to test your bot. This uses the same interface visitors will see.
Try it now conversations are included in message logs and count toward plan usage because they run through the same retrieval and AI generation flow as visitor conversations.
Shareable link
A public share link is available on the Embed on site tab. This is useful for demos and quick previews.
Embed options
Embedding means placing your chatbot inside your own website so visitors can use it there. You can embed your bot in two ways:
1) Floating chat bubble
Use this if you want a small chat bubble pinned to the bottom-right corner of your site.
Steps:
- Open your bot and go to Embed on site.
- Copy the script for the chat bubble.
- Paste it into the
<head>section of your website. - The exact steps depend on how your site is built (WordPress, Webflow, custom code, etc.).
Notes:
- The bubble appears in the bottom-right corner.
- On mobile screens it expands to full screen.
2) Iframe
Use this if you want the chatbot embedded directly inside a page.
Steps:
- Open your bot and go to Embed on site.
- Copy the iframe code.
- Paste it into the page where you want the chatbot to appear.
Public vs private bots
- Embeds and share links only work for public bots.
- If the bot is private, only the signed-in owner can chat with it.
Allowed domains
If you enable allowed domains in Configuration > Settings, the embed must be hosted on a matching origin (for example, https://example.com). Otherwise the bot will reject the request.