ai-chatbot

AI ChatBot for Bagisto

AI Based Chatbot for Bagisto DOCS. Ask anything regarding Bagisto and get instant response.

Installation

Add URL to window object in your HTML file.

<script>
  window.chatbotConfig = {
    url: "your-ai-chatbot-url.com",
    logoUrl: "your-logo-url.png",
  };
</script>

Add Chatbot widget to your HTML file.

<script
  type="text/javascript"
  async
  src="https://bagisto.github.io/ai-chatbot/chatbot.js"
></script>

See Demo: AI ChatBot for Bagisto