Configuring Bot URLs
Navigating to the Settings Page
To manage your chatbot instances, you must first access the plugin's configuration dashboard.
- Log in to your WordPress Admin area.
- In the left-hand sidebar menu, locate and click on Supervised AI Bots.
- This will open the settings interface where you can manage your chatbot URLs.
Adding Bot URLs
The plugin uses a centralized configuration field to manage multiple chatbots. All bot URLs are entered into a single textarea field.
Formatting Rules
To ensure your chatbots load correctly within the site's popup interface, follow these formatting guidelines:
- One URL per line: Do not use commas, semicolons, or brackets to separate URLs. Simply press
Enterafter each URL. - Complete URLs: Always include the full protocol (e.g.,
https://). - Direct Links: Use the public URL provided by your Supervised AI dashboard.
Understanding Bot IDs
The plugin automatically assigns an ID to each bot based on its line number in the settings textarea. This ID is required when using the shortcode to display the bot on your site.
- Line 1 =
id="1" - Line 2 =
id="2" - Line 3 =
id="3" - (And so on...)
[!IMPORTANT] If you rearrange the lines or delete a URL from the middle of the list, the IDs for subsequent bots will change. Ensure your shortcodes are updated to match the new line numbers if you modify the list.
Configuration Example
If you have three different chatbots for Sales, Support, and General Inquiries, your settings field should look like this:
https://app.supervised.co/bot/sales-dept-123
https://app.supervised.co/bot/support-team-456
https://app.supervised.co/bot/general-info-789
Implementing the Shortcode
Once your URLs are saved, you can embed them into any Page or Post using the following shortcode structure:
| Bot Purpose | Settings Line | Shortcode to Use |
| :--- | :--- | :--- |
| Sales | Line 1 | [supervised_ai_bot id="1"] |
| Support | Line 2 | [supervised_ai_bot id="2"] |
| General | Line 3 | [supervised_ai_bot id="3"] |
After saving your settings and adding the shortcode, a blue floating chat icon will appear on the designated page. Clicking this icon will launch the Supervised AI interface in a responsive popup.