Ask My Content – AI Search Chatbot
Add an AI search assistant to your WordPress site. Ask My Content indexes your pages, posts, products, events, and custom post types so visitors can ask questions and get answers from your actual site content, with source links. Turn your WordPress pages, posts, products, events, and archives into an AI-powered answer engine. Visitors ask questions; Ask My Content answers using your actual site content and shows sources. Unlike standard content search plugins that rely on keyword matching, Ask My Content uses semantic embeddings and retrieval-augmented generation to return direct answers in full sentences. Supports Gutenberg, Elementor, Avada, and WooCommerce content. Demo website Try the live demo: Ask My Content live demo Click “AI Chat by Pavel!” in the bottom right corner. Key Features * Retrieval Augmented Generation (RAG) – answers are grounded in your actual site content. * Uses AI for embeddings and completions (via a secure Node.js backend). * Change tracking – edited pages/posts can be auto re-indexed immediately, or queued for manual re-indexing. * Deleted content removal – auto notifies the backend when pages or posts are trashed or permanently deleted. * Lightweight – no heavy admin UI or visual layout tools, just the essentials. * Flexible – works with posts, pages, other content types, and header/footer. * Website Admin can see Questions and Answers history, and related details. How it works 1. After activating the plugin, go to Dashboard -> Ask My Content and press “Start Indexing” (or run wp amc index) to send your site content to the backend. Indexing must be completed before the chat can answer questions. 2. Enable the floating launcher to show the chat site-wide; or add the Ask My Content block to an existing or new page (or place the [ask_my_content] shortcode) and publish/update the page so the chat interface has a front-end location. 3. When a visitor asks a question, the chatbot retrieves the most relevant snippets from your indexed website content. 4. AI generates an answer based on that content. After you edit content, enable Automatically re-index modified pages, posts, and content to sync changes in the background, or re-run indexing manually from Dashboard -> Ask My Content (or via wp amc index). Deleted posts are sent to the backend automatically when they are trashed or removed. Note: Your site’s content and user questions are securely sent to an external AI service for processing. Command Line Usage The plugin bundles a WP-CLI command suite (wp amc) for scripted indexing and status checks. It complements the Ask My Content Settings admin screen: Use the settings page for a guided UI, manual start/stop buttons, and real-time counters inside the WordPress dashboard. Use wp amc when you need automation (cron jobs, SSH sessions, CI) or want to run indexing without opening a browser. Available commands include: wp amc index [--include-posts] [--include-other-post-types] [--pages-only] [--force] wp amc status wp amc stop Run wp help amc index for full option descriptions: NAME wp amc index DESCRIPTION Run indexing immediately (pages always, posts and other public content types optional). SYNOPSIS wp amc index [--include-posts] [--include-other-post-types] [--pages-only] [--force] OPTIONS [--include-posts] Include posts in addition to pages. [--include-other-post-types] Include other public content types (for example products or books) in addition to pages. [--pages-only] Index pages only. Overrides any previously saved content-type settings. [--force] Steal an existing lock and run anyway (use with caution if another process may be running). EXAMPLES wp amc index wp amc index --include-posts wp amc index --include-other-post-types wp amc index --pages-only wp amc index --force Installing WP-CLI Many hosts ship with WP-CLI pre-installed. If yours does not, install it manually: Download the Phar: curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar Make it executable: chmod +x wp-cli.phar Move it into your PATH (optional): sudo mv wp-cli.phar /usr/local/bin/wp Confirm: wp –info See https://wp-cli.org/#installing for additional options (Homebrew, Docker, Windows packages). Running the command successfully Run wp amc ... from the WordPress installation root (where wp-config.php lives) or supply the path explicitly: Change directory, e.g. cd /srv/www/wordpress then run wp amc status Or pass the path flag: wp --path=/srv/www/wordpress amc status If you run the command from another folder you will see: Warning: No WordPress installation found. If the command ‘amc’ is in a plugin or theme, pass –path=path/to/wordpress. Point wp at your site root and re-run to resolve the error.
Top keywords
- content24×3.28%
- wp21×2.87%
- amc19×2.60%
- wp amc16×2.19%
- index12×1.64%
- amc index11×1.50%
- ask11×1.50%
- pages10×1.37%
- wp amc index10×1.37%
- ask my content9×1.23%
- posts9×1.23%
- run8×1.09%
SocraNext
What the plugin provides – Custom Post Type socranext_post for AI-optimized articles (default URL slug artikelen-sn, configurable via the SocraNext platform). – Custom Taxonomy socranext (hierarchical) for categorizing those articles. – Template-based rendering for single/archive article views (plugin templates via template_include). – Admin screens under SocraNext (Overview, Articles, Categories). FAQ management is handled via the SocraNext platform. – Cache flush on (de)activation to correctly register permalinks. Display The plugin renders views via bundled templates for: – Single SocraNext articles and archive list. Structured Data – The FAQ display includes FAQPage JSON-LD to help search engines and AI systems better understand the Q&As. – SocraNext articles output their own SEO title, meta description, Open Graph tags and Article JSON-LD (independent of third-party SEO plugins; mirrored into Yoast / AIOSEO / Rank Math when present). REST API (for platform integration) Under the namespace socranext/v1, routes include: – GET /pages and GET /pages/{id} – list site pages (for adding/showing FAQ widgets). – POST /toggle – enable/disable the FAQ widget per page. – POST /store-aio-information and GET /aio-information/{page_id} – store/retrieve per-page FAQ data. – POST /blog and POST /store-blog-custom – create articles and store global custom HTML/CSS/JS for article display. – POST /collection-slugs – sync the configurable articles URL slug from the SocraNext platform (rewrite flush + cache purge). – GET /articles-list-custom – retrieve configuration for list views. – POST /llmstxt and GET /llmstxt – publish and read llms.txt / llms-full.txt content from the SocraNext platform; served at /llms.txt and /llms-full.txt on the site. Note: without an account/connection to app.socranext.ai, the auto-generation routes are typically not used, but the created post types, taxonomy, and pages remain available for display. Privacy & external services – The plugin does not call external APIs on its own; the integration is typically initiated by the SocraNext platform to your website. – Websites: product site https://socranext.ai and platform https://app.socranext.ai. Prefix & naming policy All plugin identifiers use the unique prefix family “SocraNext”: Functions, hooks, options, AJAX actions, REST namespace, script/style handles: socranext_* (lowercase) Constants: SOCRANEXT_* (uppercase) Human-facing labels and PHP namespaces (if used): SocraNext (PascalCase) We avoid reserved prefixes like wp_, _, and __ for custom identifiers. Existing options and routes already comply; no migrations are required.
Top keywords