WordPress AI Assistant

Add an AI chatbot to WordPress

A WordPress plugin connecting a configured website assistant to selected pages
A WordPress plugin connecting a configured website assistant to selected pages

You do not need to rewrite a WordPress theme to add a Seekdown assistant. The documented deployment uses a WordPress plugin that accepts the assistant configuration and supports either site-wide embedding or shortcode placement.

Build and test the assistant before installing the plugin.

Prepare the assistant

Confirm that the assistant has:

  • a connected dataset with processed content;
  • tested answers and source links;
  • the correct authentication mode;
  • the WordPress production and staging domains under allowed origins; and
  • an API key when the selected mode requires one.

Install the plugin

  1. Open the assistant's deployment page and download the WordPress plugin ZIP.
  2. In WordPress admin, open Plugins → Add New.
  3. Choose Upload Plugin.
  4. Select the downloaded ZIP.
  5. Install and activate it.
WordPress Add Plugins screen with Upload Plugin available
WordPress Add Plugins screen with Upload Plugin available
WordPress plugin upload file selection
WordPress plugin upload file selection

Configure Seekdown in WordPress

Open Settings → Seekdown and enter the assistant ID and access token when required.

Seekdown WordPress settings for assistant ID, access token, and site-wide embedding
Seekdown WordPress settings for assistant ID, access token, and site-wide embedding

Choose one placement:

  • Enable site-wide embedding when the assistant should appear throughout the site.
  • Leave site-wide embedding off and add [seekdown] to the pages or posts where it should appear.

Save the settings and clear any page cache that could preserve old markup.

Verify the published result

Open the site in a private browser window and check:

  1. the assistant appears in the chosen location;
  2. the browser console has no origin or runtime error;
  3. a known question produces the expected answer;
  4. the source link opens the right page; and
  5. a question outside the source scope follows the fallback.

If the assistant works in Seekdown but not WordPress, confirm the exact domain under allowed origins, plugin activation, configuration values, caching, and browser console.

The plugin handles deployment. Website crawling and content refresh are configured separately in Seekdown.