Gatavase Chatbolt Plugin

Integrate intelligent AI chat into any website in seconds. Configurable, responsive, and powered by Gatavase AI.


1. How to Install

Simply add the following script tag to your website's <head> or before the closing </body> tag.

<script src="http://localhost/Websites/Gazman_Advanced_Technologies/chatbolt/gatachatbot.js" data-business="GataChatbot" data-theme="ugandan-colors" data-mode="faq,ai" data-key="YOUR_UNIQUE_API_KEY" data-auto-init> </script>

2. Manual Configuration

For more control, you can initialize the Chatbot manually using JavaScript:

const myChatbot = new GataChatbot({ business: "Custom Business", theme: "modern-dark", mode: "hybrid", key: "YOUR_API_KEY" });

Look at the bottom right of this page to see the Chatbot in action!