Skip to content
Try Free →

WordPress integration use cases

Last updated: · 4 min read

Use cases

Five patterns:

  1. Blog Q&A. Visitors ask questions about your blog topics; bot answers with citations.
  2. Product documentation. WP plus WooCommerce stores often host docs in WP. Index for instant retrieval.
  3. Pre-purchase support. Sizing, shipping, comparison questions before checkout.
  4. Membership-site content. Paid-member-only posts indexed with audience tagging.
  5. Help Center on WP. Custom-post-type "Documentation" indexed.

About 60 to 80% of WordPress sites benefit from at least 2 of these patterns.

Setup

30 minutes:

  1. Install the AskVault WordPress plugin from the WP plugin directory.
  2. Activate; paste your AskVault workspace token.
  3. Pick post types to index (posts, pages, custom types).
  4. Optionally schedule re-sync.
  5. Embed widget via plugin auto-injection or shortcode [askvault-widget].

Sync behavior

  • On publish. Plugin fires webhook to AskVault within 30 seconds.
  • On edit. Same; re-indexes the edited post.
  • Scheduled re-sync. Daily catch-up.

Plugin embed vs manual script

Two ways to add the widget:

Plugin auto-embed. Plugin renders the widget on every page. No theme edits.

Manual script tag. For finer control, paste the embed snippet directly. Useful for selective page deployment.

About 80% pick auto-embed for simplicity.

Custom-post-type support

For WooCommerce, custom plugins, etc.:

  • Auto-detects published custom types.
  • Pick which types to index in plugin settings.
  • Per-type audience (e.g., paid-members-only post type → paid_users).

Pairing with WooCommerce

If you run WooCommerce, see WooCommerce use cases. The WP content integration plus WooCommerce gives:

  • Product Q&A from WC product descriptions.
  • Order status via WC API.
  • Blog content for pre-purchase research.

Membership / paywall sites

For BuddyBoss, MemberPress, etc.:

  • Plugin detects member-only posts.
  • Audience-tag automatically paid_users.
  • Identity verification for logged-in members.

Limits

  • Posts indexed per workspace. 5,000.
  • Plugin auto-syncs every 6 hours plus on-publish webhook.
  • Custom post types. Up to 20.

Common pitfalls

Plugin not activating. WP version too old. Requires WP 5.5+.

Widget shows on wrong pages. Use the page filter in plugin settings to exclude.

Custom post type not indexed. Not in include list. Check plugin > Settings > Post Types.

Members-only content leaking. Audience tag missing. Configure under plugin.

FAQ

Does this work with WordPress.com hosted?

Yes for Business and Enterprise WP.com plans (which allow plugins). Free WP.com doesn't support plugins.

Can I use without the plugin?

Yes. Use URL crawling on your wp domain.

Will the bot read draft posts?

No. Only published. Drafts skipped by default.

Was this page helpful?