Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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" />