Installation Guide
Installation Requirements
Before installing the Supervised AI Bots plugin, ensure you have:
- A WordPress installation (version 5.0 or higher recommended).
- Administrator access to your WordPress dashboard.
- Your Supervised AI bot URL(s) from your Supervised AI account.
Method 1: WordPress Dashboard (Recommended)
This is the simplest method for most users.
- Download the Plugin: Obtain the plugin ZIP file from the Supervised AI Bots WordPress Plugin Page.
- Navigate to Plugins: Log in to your WordPress admin dashboard and go to Plugins > Add New.
- Upload the ZIP:
- Click the Upload Plugin button at the top of the page.
- Click Choose File and select the
wpai.zip(or the renamed plugin file) from your computer. - Click Install Now.
- Activate: Once the installation is successful, click the Activate Plugin button.
Method 2: Manual Installation via FTP
Use this method if you have restricted permissions on your dashboard or prefer using an FTP client (like FileZilla).
- Extract the Files: Locate the downloaded ZIP file on your computer and extract its contents. You should see a folder named
supervised-ai-bots. - Connect to Your Server: Connect to your website’s server using your preferred FTP client.
- Upload the Directory: Navigate to the
/wp-content/plugins/directory of your WordPress installation. Upload the entiresupervised-ai-botsfolder into this directory. - Activate via Dashboard:
- Log in to your WordPress admin dashboard.
- Navigate to the Plugins > Installed Plugins screen.
- Locate Supervised AI Bots in the list and click Activate.
Post-Installation Setup
After activation, you must configure your bot URLs to enable the chatbot functionality:
- Locate the new Supervised AI Bots menu item in your WordPress admin sidebar.
- Enter your bot URLs in the configuration textarea (one URL per line).
- Click Save Settings.
Verifying Installation
To verify that the plugin is working correctly, add the following shortcode to any page or post:
[supervised_ai_bot id="1"]
If a chat bubble or bot interface appears on the frontend, the installation was successful.