Manual & Admin Installation
Installation Methods
You can install the Supervised AI Bots plugin either through the WordPress Admin Dashboard or manually via FTP. Before starting, ensure you have downloaded the plugin zip file from the Supervised AI official site.
Option 1: WordPress Admin Dashboard (Recommended)
This is the simplest method for most users.
- Log in to your WordPress admin area.
- Navigate to Plugins > Add New.
- Click the Upload Plugin button at the top of the page.
- Click Choose File and select the
supervised-ai-bots.zipfile you downloaded. - Click Install Now.
- Once the installation is complete, click the Activate Plugin button.
Option 2: Manual Installation via FTP
Use this method if you have restricted permissions on your WordPress dashboard or prefer using an FTP client (like FileZilla).
- Extract the
supervised-ai-bots.zipfile on your local computer. This will create a folder namedsupervised-ai-bots. - Connect to your web server using your preferred FTP/SFTP client.
- Navigate to the
/wp-content/plugins/directory of your WordPress installation. - Upload the entire
supervised-ai-botsfolder to that directory. - Log in to your WordPress admin dashboard.
- Navigate to the Plugins menu and locate "Supervised AI Bots" in the list.
- Click Activate.
Post-Installation Configuration
After activation, you must configure your bot URLs to make them available for use on your site.
1. Setting Up Bot URLs
- In the WordPress sidebar, go to the Supervised AI Bots settings page.
- Locate the text area provided for bot URLs.
- Enter the full URL of your Supervised AI chatbot.
- If you have multiple bots, enter one URL per line.
- Note: The order of these URLs determines their ID (the first line is ID 1, the second is ID 2, etc.).
- Click Save Settings.
2. Verifying Installation
To verify the plugin is working correctly, create a test page and insert the following shortcode:
[supervised_ai_bot id="1"]
If configured correctly, a blue circular chat icon will appear at the bottom-right of your page. Clicking this icon will toggle the chatbot popup containing the interface for the bot URL listed on line 1 of your settings.
Technical Requirements
- WordPress Version: 5.0 or higher.
- PHP Version: 7.4 or higher.
- Browser Support: Modern browsers (Chrome, Firefox, Safari, Edge) with JavaScript enabled.