Quick Start
Quick Start
Get your first AI chatbot live on your WordPress site in under five minutes by following these three steps.
1. Installation and Activation
Before you begin, ensure you have the plugin zip file from Supervised AI.
- Log in to your WordPress Admin Dashboard.
- Navigate to Plugins > Add New > Upload Plugin.
- Choose the
wpaizip file and click Install Now. - Once installed, click Activate Plugin.
2. Configure Your Chatbot URLs
The plugin connects your Supervised AI instances to your site via their hosted URLs.
- Go to the Supervised AI Bots menu in your WordPress sidebar.
- In the configuration textarea, paste the URLs of your chatbots.
- Important: Place each URL on its own line. The "ID" for your shortcode is determined by the line number (e.g., the first URL is ID 1, the second is ID 2).
- Click Save Settings.
3. Display the Chatbot
Use the [supervised_ai_bot] shortcode to render the chatbot on any page or post. The chatbot will appear as a floating chat bubble in the bottom-right corner of the screen.
Insert the shortcode into the WordPress editor, replacing 1 with the row number of the bot you want to display:
[supervised_ai_bot id="1"]
Usage Example
If you have configured two bots in your settings:
https://supervised.co/bot/marketing-assistanthttps://supervised.co/bot/support-desk
To display the Support Desk bot (the second line), use this shortcode:
<!-- Adding the Support Bot to a specific page -->
[supervised_ai_bot id="2"]
What to Expect
Once the shortcode is added:
- A blue circular chat icon will appear at the bottom-right of your website.
- Clicking the icon toggles a 670px height popup containing your Supervised AI interface.
- The bot is responsive and designed to overlay gracefully over your existing content.