Custom Website
Overview
The Deploy section allows you to install your AI chatbot on different platforms by connecting your website and generating an embed code. Once connected, the website will appear under Connected Sites, where you can access the deployment token and installation snippet.
The chatbot can be installed on the following platforms:
- Custom Website
- Shopify
- WordPress (Coming soon)
For maximum flexibility and control, the Custom Website installation method is recommended.
Step 1: Select the Platform
- Go to Settings → Chatbots → Deploy.
- Under the Deploy section, Select Custom Website if you are installing the chatbot on a custom-built website.
Step 2: Enter Your Website URL
- In the Custom Website card, enter the URL of the website where you want to install the chatbot.
- Example:
https://example.com- Click Connect.
Step 3: Verify Connected Website
- After clicking Connect, the website will appear under the Connected Sites section.
- Each connected site displays:
- Website URL
- Deployment token
- Last updated date
- Options to Copy, Regenerate, or Clear the token
Step 4: Generate Installation Snippet
- In the Connected Sites section, click on the Snippet (
</>) icon for the connected website. - An Embed Code modal will open.
- Choose the required format:
- HTML (default)
- JSX (for React-based applications)
- Copy the generated embed code.
Step 5: Embed the Code into Your Website
- Open your website’s source code or CMS editor.
- Paste the copied chatbot embed code:
- Just before the closing
</body>tag (recommended), or - Inside the
<head>section if required by your setup.
- Just before the closing
- Save and deploy the changes.
Step 6: Verify the Installation
- Refresh your website.
- Confirm that the chatbot widget appears on the page.
- Open the chatbot and start a test conversation to ensure it responds correctly.
Notes
- Each connected website has a unique deployment token.
- If the chatbot does not appear, try:
- Regenerating the deployment token
- Clearing cache and reloading the page
- Deployment usage limits can be monitored at the top of the Deploy page.