Activation & Requirements
System Requirements
Before installing and activating the Supervised AI Bots plugin, ensure your hosting environment and WordPress site meet the following minimum specifications:
- WordPress Version: 5.0 or higher.
- PHP Version: 7.4 or higher.
- Browser Support: Latest versions of Chrome, Firefox, Safari, or Edge (required for both the admin interface and the front-end chatbot popup).
- Supervised AI Account: A valid account and generated chatbot URLs from Supervised AI are required to populate the plugin settings.
Activation Process
Follow these steps to install and activate the plugin on your WordPress site:
1. Installation
You can install the plugin using one of the following methods:
- Via WordPress Admin:
- Log in to your WordPress dashboard.
- Navigate to Plugins > Add New.
- Click Upload Plugin and select the
wpaizip file downloaded from the Supervised AI website. - Click Install Now.
- Via FTP:
- Extract the plugin zip file.
- Upload the
supervised-ai-botsfolder to the/wp-content/plugins/directory of your WordPress installation.
2. Activation
Once the files are uploaded:
- Navigate to the Plugins > Installed Plugins screen in your WordPress dashboard.
- Locate Supervised AI Bots in the list.
- Click the Activate link.
3. Initial Configuration
After activation, a new menu item labeled Supervised AI Bots will appear in your WordPress sidebar.
- Click on Supervised AI Bots to open the settings interface.
- In the provided textarea, enter your chatbot URLs (one per line).
- Click Save Settings to register your bots.
https://supervised.co/bot/your-unique-bot-id-1
https://supervised.co/bot/your-unique-bot-id-2
4. Verification
To verify the activation is successful, ensure that the "Supervised AI Bots" settings page saves your URLs without errors. You can then test the deployment by adding a shortcode to any post or page:
[supervised_ai_bot id="1"]
Note: The id corresponds to the line number of the URL entered in the settings page (e.g., id="1" refers to the first URL).