Add Bot to Website
Once your website has been successfully crawled, you're ready for the final step: adding the chatbot to your website. This is done by adding a small piece of code to your website's HTML.
How to Get Your Code
- Go to your dashboard and find the website you want to add the bot to.
- Click on the "Get Widget Code" button.
- A window will pop up with a code snippet. This is your chatbot's code.

How to Install the Code
To install the chatbot, you need to paste the code snippet into your website's HTML. The best place to put it is right before the closing </body>
tag.
<script src="https://www.bubblav.com/widget.js" data-website-id="your-website-id" defer></script>
Make sure to replace "your-website-id"
with the actual ID of your website, which you can find in the code snippet from your dashboard.
Platform-Specific Instructions
If you are using a platform like WordPress or Shopify, there might be specific instructions for adding scripts. Check your platform's documentation for the best way to add custom JavaScript.
Related Getting Started Topics
Continue your setup journey or explore more about getting your chatbot live.