Admin Interface Overview
Accessing the Settings
To configure your chatbots, log in to your WordPress admin dashboard and navigate to the Supervised AI Bots menu item located in the sidebar. This central hub allows you to manage all your chatbot instances from a single interface.
Configuration Settings
The administration interface is designed for simplicity, featuring a primary configuration area where you define your chatbot sources.
Managing Bot URLs
Within the settings page, you will find a main text area labeled for bot URLs. This is where you connect your Supervised AI instances to your WordPress site.
- Format: Enter one full URL per line.
- Identification: The plugin automatically assigns an ID to each bot based on its line number in this text area.
- The URL on Line 1 corresponds to
id="1". - The URL on Line 2 corresponds to
id="2", and so on.
- The URL on Line 1 corresponds to
Example Configuration:
https://app.supervised.co/chat/bot-unique-id-1
https://app.supervised.co/chat/bot-unique-id-2
Shortcode Implementation
After saving your URLs in the admin interface, you can deploy the chatbots anywhere on your site (pages, posts, or widgets) using a shortcode. The admin interface serves as the reference point for the id attribute.
Shortcode Syntax
Use the following format to embed a specific bot:
[supervised_ai_bot id="X"]
Replace X with the line number of the URL you added in the settings.
| Configuration Line | Shortcode |
| :--- | :--- |
| Line 1 | [supervised_ai_bot id="1"] |
| Line 2 | [supervised_ai_bot id="2"] |
Frontend Preview
Once configured in the admin interface and added to a page, the bot will appear as a blue circular toggle button in the bottom-right corner of the screen.
- Interaction: Clicking the button toggles a 400px x 670px popup window containing the AI interface.
- Behavior: The interface uses an iframe to load the Supervised AI content securely without interfering with your site's existing styles.