Plugin Installation
Installation
Installing the Supervised AI Bots plugin is a straightforward process. You can choose to install it automatically through the WordPress dashboard or manually via FTP.
Prerequisites
- A WordPress website (version 5.0 or higher recommended).
- Your Supervised AI chatbot URLs (available from your Supervised AI account).
Method 1: WordPress Dashboard (Recommended)
This is the easiest method for most users as WordPress handles the file extraction and placement automatically.
- Download the Plugin: Obtain the latest version of the plugin as a
.zipfile 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.
- Select File: Click Choose File and select the
supervised-ai-bots.zipfile you downloaded. - Install Now: Click Install Now.
- Activate: Once the installation is complete, click the Activate Plugin button.
Method 2: Manual Installation (FTP/SFTP)
If you prefer to manage files manually or your server configuration restricts dashboard uploads, use this method.
- Extract the Files: Unzip the
supervised-ai-bots.zipfile on your local computer. This will create a folder namedsupervised-ai-bots. - Connect to Your Server: Use an FTP client (like FileZilla or Cyberduck) to connect to your web server.
- Upload the Folder: Upload the
supervised-ai-botsfolder to the following directory:your-wordpress-site/wp-content/plugins/ - Activate via Admin: Go to your WordPress Admin Dashboard, navigate to Plugins > Installed Plugins, and click Activate underneath the "Supervised AI Bots" entry.
Post-Installation Setup
Once activated, you must configure the plugin to display your specific chatbots:
- Locate the new Supervised AI Bots menu item in your WordPress sidebar.
- In the settings interface, enter your chatbot URLs (one per line).
- Save Changes to register your bots.
To display a bot on a specific page or post, use the provided shortcode:
[supervised_ai_bot id="1"]
Note: The id corresponds to the row number of the URL you added in the settings page.