Skip to content

Documentation Index

Fetch the complete documentation index at: /llms.txt

Use this file to discover all available pages before exploring further.

Publish to your site

Add your finished chatbot to your website.

Open copy menu
View as Markdown

Once your AI agent is ready, you can add it as a floating chat widget or as a conversation embedded in the page content.

Open the agent’s Editor and select Install → Website chat widget. Copy the complete <script> element and add it once to your shared site template, just before the closing </body> tag. To make the conversation a fixed part of one page, select Install → Embedded chat and add the provided <iframe> where it should appear.

On an Astro site, place the code in a dedicated .astro component, change the opening tag to <script is:inline>, and render the component in the shared layout. See the complete publishing guide for domain restrictions, analytics consent, signed-in visitor identification, and troubleshooting.

Open the published page in a private browser window. Confirm that the widget or embedded conversation appears and answers a test message at both mobile and desktop widths.