Settings Configuration
Accessing the Settings
To configure your chatbots, log in to your WordPress admin dashboard and navigate to Supervised AI Bots in the left-hand sidebar menu. This page allows you to manage the source URLs for your AI agents and prepare them for deployment on your site.
Configuring Bot URLs
The configuration interface utilizes a simple line-based system to register your chatbots.
- Locate the URL Input Field: You will find a large text area labeled for bot URLs.
- Enter Bot Endpoints: Type or paste the full URL of your Supervised AI chatbot.
- Manage Multiple Bots: To add more than one chatbot, place each unique URL on its own line.
Formatting Example
In the settings text area, your configuration should look like this:
https://supervised.co/dashboard/bot/12345
https://supervised.co/dashboard/bot/67890
https://supervised.co/dashboard/bot/54321
Mapping URLs to Shortcode IDs
The plugin automatically assigns an ID to each chatbot based on its position (row number) in the settings text area. These IDs are required when using the shortcode to display a specific bot on a page or post.
| Row Number | Bot URL | Shortcode to Use |
| :--- | :--- | :--- |
| Line 1 | https://supervised.co/.../bot-a | [supervised_ai_bot id="1"] |
| Line 2 | https://supervised.co/.../bot-b | [supervised_ai_bot id="2"] |
| Line 3 | https://supervised.co/.../bot-c | [supervised_ai_bot id="3"] |
Note: If you rearrange the order of the URLs in the settings page, the IDs assigned to your shortcodes will change accordingly. Always ensure the line number matches the ID used in your content.
Saving Configuration
Once you have entered your URLs:
- Click the Save Changes button.
- The plugin will store these endpoints and make them available for the
[supervised_ai_bot]shortcode immediately. - Visit the front end of your site where the shortcode is placed to verify the chatbot appears in the floating popup interface.