Quick Start
Quick Start
Get your Supervised AI chatbot up and running on your WordPress site in less than 5 minutes.
1. Installation
- Download: Obtain the plugin zip file from the Supervised AI Bots Page.
- Upload: In your WordPress dashboard, navigate to Plugins > Add New > Upload Plugin and select the zip file.
- Activate: Once uploaded, click Activate to enable the plugin.
2. Configure Your Chatbots
After activation, you need to link your Supervised AI chatbot URLs to the plugin:
- Navigate to Supervised AI Bots in your WordPress admin sidebar.
- In the configuration textarea, enter the URLs of your chatbots.
- Important: Enter only one URL per line. The plugin assigns an ID to each chatbot based on its row number (the first URL is ID 1, the second is ID 2, etc.).
- Click Save Settings.
3. Deploy on Your Site
To display a chatbot on a specific page or post, use the [supervised_ai_bot] shortcode.
Basic Usage
Assign the id attribute based on the row number you configured in the settings page:
<!-- To display the first chatbot in your list -->
[supervised_ai_bot id="1"]
<!-- To display the second chatbot in your list -->
[supervised_ai_bot id="2"]
4. User Experience
Once the shortcode is added to a page:
- Trigger: A floating circular button will appear at the bottom-right corner of the screen.
- Interaction: When a visitor clicks the button, the chatbot interface will open in a responsive popup container.
- Compatibility: The interface is optimized to be non-intrusive, appearing as an overlay that can be toggled by the user.
Pro Tip: If you need to change the chatbot's source, simply update the URL in the settings page. The shortcode on your posts will automatically point to the new source without any further editing.