Skip to main content

Chatbot Installation

Important

To access chatbot installation options, you need to have trained content in your knowledge base. Add files, websites, or FAQs and wait for processing.

Installing the WiseMind chatbot is a simple process that allows you to integrate the virtual assistant into your website quickly and efficiently. This section explains all available methods and how to implement them.

Chatbot InstallationChatbot Installation

To test the chatbot before installing, you can generate a demo link by clicking the "Generate Demo Link" button. A temporary link will be created that you can share and test the chatbot functionality on a demonstration page.

Demo PageDemo Page

Installation Method

Features

  • Simple integration: A single script to add to your website
  • Guaranteed compatibility: Works on any HTML website

Installation in Bubble Mode

To install the chatbot using Bubble mode, copy the code and paste it at the end of your website's body.

<script
async
src="https://assets.wisemind.app/YOUR_ID_HERE/YOUR_ID_HERE/widget/module.js?api_key=YOUR_API_KEY_HERE"
></script>

Installation in Box Mode

To install the chatbot in Box mode, you need to add a div with the ID ws__chat-box at the end of your website's body, in addition to the script.

<div id="ws__chat-box">
<script
async
src="https://assets.wisemind.app/YOUR_ID_HERE/YOUR_ID_HERE/widget/module.js?api_key=YOUR_API_KEY_HERE"
></script>
</div>

Proper installation of the WiseMind chatbot ensures a perfect experience for your users and maximum utilization of the tool.