Install on your website
In the head section
<script async type="text/javascript" src="https://client.aidbase.ai/chat.ab.js"></script>;
In the body section
<ab-chat chatbotID="YOUR-CHATBOT-ID"></ab-chat>;
YOUR-CHATBOT-ID
Install the chat package
npm install @aidbase/chat"
Use the chat component
import { Chat } from '@aidbase/chat'; <Chat chatbotID="YOUR-CHATBOT-ID" />