One settings screen
Configure the public widget key, loader URL, language behavior, and frontend enablement from Settings > ChattyBox.
Install the ChattyBox WordPress plugin to add a source-cited AI chatbot to your public pages and posts without editing your theme or building a custom RAG stack.
ChattyBox crawls your existing website, documentation, help center, CMS, or knowledge base, then embeds a chatbot that answers from your own published content instead of generic model memory.
Create a ChattyBox project, connect your public WordPress URL, and test questions from real visitors.
Install and activate the ChattyBox AI Chatbot plugin from your WordPress admin.
Open Settings > ChattyBox and paste the public widget API key from the Embed tab. The production API endpoint is configured automatically.
Enable the chatbot and verify the launcher, answer quality, and source citations on a public page.
Three-step launch
The plugin handles the WordPress installation and safely loads the hosted widget. ChattyBox handles crawling, retrieval, source citations, conversations, and question analytics.
Use these checkpoints to decide whether ChattyBox should sit beside your docs platform, replace a separate assistant, or stay isolated for testing.
Configure the public widget key, loader URL, language behavior, and frontend enablement from Settings > ChattyBox.
The plugin enqueues the widget in the public footer, so theme updates do not overwrite the integration.
Connect the public WordPress URL in ChattyBox and keep the site's existing publishing workflow as the source of truth.
Escaped data attributes and request guards keep the integration out of admin, feed, REST, and AJAX responses.
Keep the responsibilities clear: WordPress remains the public content source, while ChattyBox turns that content into a tested, cited support experience.
In WordPress
Activate the plugin, paste the public project key, and decide whether the widget should load on public requests.
In ChattyBox
Choose the public WordPress content to index, ask representative questions, and inspect citations before launch.
For visitors
Visitors get a floating chat experience that links back to the WordPress pages supporting each answer.
The normal installation needs no code. If a site has public checkout, account, or membership routes, a theme or companion plugin can disable the widget for those requests.
<?php
add_filter(
'chattybox_load_widget',
static function ( $should_load ) {
return $should_load && ! is_page( array( 'checkout', 'account' ) );
}
);It adds the maintained ChattyBox widget to public WordPress frontend pages and supplies the public project key and managed production endpoint. ChattyBox handles crawling, retrieval, answers, citations, and analytics.
No. Install and configure the plugin from Settings > ChattyBox. It enqueues the widget without requiring footer.php edits or a theme-specific script field.
No. The plugin does not copy content into WordPress. Connect your public WordPress URL in ChattyBox, then refresh the crawl from the ChattyBox dashboard when your published content changes.
Yes. The default integration avoids admin, feeds, REST, and AJAX requests. Use the documented chattybox_load_widget filter for public checkout, account, or membership routes that should not show the widget.
No credit card required. Your content is not used for model training.
Free tier. No card needed.
We use optional analytics and tag-management tools to understand site use. Choose whether to allow PostHog and Google Tag Manager. Turning analytics off reloads this page so the change takes effect cleanly. Essential site functionality and error monitoring are not controlled by this choice. Read our privacy policy.