This guide describes the steps to integrate your chatbot into your website, based on your needs and preferences.
Access to integration options
- Log in to your dashboard.
- Click on your chatbot to open the details page.
- Select "Add to website" in the navigation menu to display the available integration options.
Integration methods
There are three main ways to add the chatbot to your website:
1: Chatbot with launcher icon
This option provides a launcher icon that users can click on to open the full chatbot interface.
- Search for the section "Chatbot with launcher icon".
- You see a block with HTML
-code. This script adds a clickable chatbot icon to your website.
- Click on the "Copy code" button to copy the script to your clipboard.
- Paste the copied
-code into the HTML code of your website, ideally directly before the closing
</body>
-day. - After implementation, a chatbot icon will appear on your website. Users can click on this icon to interact with the chatbot.

2: Embedded chat interface (without launcher)

This option embeds the chatbot directly on a website so that it is visible at all times without the need for a launcher icon.
- Search for the section "Embedded chat interface (without launcher)".
- A
-tag with specific attributes such as width, height and source URL is provided.
- Click on the "Copy code" button to copy the code.
-code to copy.
- Paste the copied
-code into the HTML code of your website at the point where you want the chat interface to appear.
- The chatbot is displayed in the specified area and remains visible to users at all times.
3: Public link to the chat interface

This option provides you with a direct link to the chatbot that you can share with others.
- Scroll to the section "Public link to the chat interface".
- A URL is displayed that leads directly to the chatbot interface.
- Click on the "Copy link" button to copy the URL to your clipboard.
- Use the copied URL to create a hyperlink on your website, in emails or on social media.
- Users who click on the link are forwarded directly to the chatbot interface in a new browser tab or window.
