Quick Start
Quick Start
Deploy your AI chatbot in under five minutes by following these three steps.
1. Installation
- Download: Obtain the plugin ZIP file from the Supervised AI Bots WordPress Page.
- Upload: Navigate to Plugins > Add New > Upload Plugin in your WordPress dashboard. Select the ZIP file and click Install Now.
- Activate: Once installed, click Activate Plugin.
2. Configure Your Bot URLs
Before displaying a chatbot, you must register your Supervised AI URLs in the plugin settings.
- Go to Supervised AI Bots in the WordPress admin sidebar.
- In the textarea provided, enter the URLs of your AI chatbots.
- Important: Enter only one URL per line. The order of these URLs determines their
id.- Line 1 =
id="1" - Line 2 =
id="2"
- Line 1 =
- Click Save Settings.
3. Display the Chatbot
Use the WordPress shortcode to embed the chatbot on any page or post. The plugin will automatically generate a floating launcher button on the bottom right of the page.
Shortcode Syntax
[supervised_ai_bot id="YOUR_BOT_ID"]
Examples
-
To display the first bot in your list:
[supervised_ai_bot id="1"] -
To display the second bot in your list:
[supervised_ai_bot id="2"]
User Experience
Once the shortcode is added:
- A blue circular button will appear at the bottom-right corner of the page.
- Clicking the button toggles a popup interface (400px wide) containing your Supervised AI chatbot.
- The chatbot is loaded via a secure iframe, ensuring your site's performance remains unaffected.