Bot URL Management
Bot URL Management
The Supervised AI Bots plugin allows you to manage multiple chatbot instances from a single administration interface. By centralizing your chatbot source URLs, you can easily deploy different bot personalities or configurations across various pages of your WordPress site using shortcodes.
Accessing the Management Interface
To manage your chatbot URLs:
- Log in to your WordPress Admin Dashboard.
- Locate Supervised AI Bots in the left-hand sidebar menu.
- Click on the menu item to open the settings page.
Adding and Organizing Chatbots
The plugin uses a simple, line-based input system to register chatbots. Each URL represents a unique chatbot instance hosted on the Supervised AI platform.
- Input Format: Enter one full URL per line in the provided textarea.
- Identification (ID): The plugin assigns an ID to each chatbot based on its row number in the list.
- 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/bot/sales-assistant-123
https://app.supervised.co/bot/support-bot-456
https://app.supervised.co/bot/feedback-survey-789
Deployment via Shortcodes
Once you have saved your URLs, you can embed the chatbots into any Page, Post, or Widget area using the [supervised_ai_bot] shortcode. You must specify the id attribute to tell the plugin which URL to load.
| Bot Position | Shortcode to Use |
| :--- | :--- |
| First URL in list | [supervised_ai_bot id="1"] |
| Second URL in list | [supervised_ai_bot id="2"] |
| Third URL in list | [supervised_ai_bot id="3"] |
Best Practices for URL Management
- URL Verification: Ensure you are pasting the full destination URL (including
https://) provided by your Supervised AI dashboard. - Ordering: Because the ID is tied to the line number, moving a URL to a different line will change its ID. If you reorder your list, ensure you update the shortcodes on your pages accordingly.
- No Empty Lines: Avoid leaving empty lines between URLs, as this may result in incrementing the ID count for a null value.
Display Behavior
When a shortcode is triggered:
- The plugin generates a floating action button (circle button) at the bottom-right of the screen.
- When clicked, the chatbot URL assigned to that ID is loaded into a responsive iframe within a popup container.
- The popup is styled to be 400px wide (max 800px) and 670px high, ensuring a consistent user experience regardless of the theme.