[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fc9Zrw6nRHC-hWc9a_DogxZxJcAbaZTmzXN5_f3HwTA8":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"ugoltsev","Pavel Web Design LLC","https:\u002F\u002Fprofiles.wordpress.org\u002Fugoltsev\u002F",1,20,100,30,94,"2026-04-04T12:09:37.166Z",[14],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":8,"downloaded":20,"rating":9,"num_ratings":7,"last_updated":21,"tested_up_to":22,"requires_at_least":23,"requires_php":24,"tags":25,"homepage":31,"download_link":32,"security_score":9,"vuln_count":33,"unpatched_count":33,"last_vuln_date":34,"fetched_at":35},"ask-my-content","Ask My Content – AI Q&A Chatbot","0.9.0","\u003Cp>Ask My Content brings AI-powered question answering to your WordPress site. Instead of giving generic chatbot responses, this plugin indexes your site’s content (pages and posts) and uses it to provide accurate, context-aware answers to visitors.\u003C\u002Fp>\n\u003Cp>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.\u003C\u002Fp>\n\u003Cp>Note that dynamic WordPress content creation themes and plugins (which may include Elementor) are not supported. See FAQ for details.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Key Features\u003C\u002Fstrong>\u003Cbr \u002F>\n* Retrieval Augmented Generation (RAG) – answers are grounded in your actual site content.\u003Cbr \u002F>\n* Uses OpenAI for embeddings and completions (via a secure Node.js backend).\u003Cbr \u002F>\n* Change tracking – automatically queues edited pages\u002Fposts so you can rerun indexing from the dashboard or \u003Ccode>wp amc\u003C\u002Fcode> when you’re ready.\u003Cbr \u002F>\n* Deleted content removal – auto notifies the backend when pages or posts are trashed or permanently deleted.\u003Cbr \u002F>\n* Lightweight – no heavy admin UI or visual layout tools, just the essentials.\u003Cbr \u002F>\n* Flexible – works with posts, pages, and header\u002Ffooter.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>How it works\u003C\u002Fstrong>\u003Cbr \u002F>\n1. After activating the plugin, go to \u003Cstrong>Dashboard -> Ask My Content\u003C\u002Fstrong> and press “Start Indexing” (or run \u003Ccode>wp amc index\u003C\u002Fcode>) to send your site content to the backend. Indexing must be completed before the chat can answer questions.\u003Cbr \u002F>\n2. Enable the floating launcher to show the chat site-wide; or add the \u003Cstrong>Ask My Content\u003C\u002Fstrong> block to an existing or new page (or place the \u003Ccode>[ask_my_content]\u003C\u002Fcode> shortcode) and publish\u002Fupdate the page so the chat interface has a front-end location.\u003Cbr \u002F>\n3. When a visitor asks a question, the chatbot retrieves the most relevant content snippets from your indexed pages.\u003Cbr \u002F>\n4. OpenAI generates an answer based on that content.\u003C\u002Fp>\n\u003Cp>After you edit content, rerun indexing from \u003Cstrong>Dashboard -> Ask My Content\u003C\u002Fstrong> or via \u003Ccode>wp amc index\u003C\u002Fcode> to push the latest changes. Deleted posts are sent to the backend automatically when they are trashed or removed.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>Note: Your site’s content and user questions are securely sent to an external AI service (OpenAI) for processing.\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Ch3>Command Line Usage\u003C\u002Fh3>\n\u003Cp>The plugin bundles a WP-CLI command suite (\u003Ccode>wp amc\u003C\u002Fcode>) for scripted indexing and status checks. It complements the \u003Cstrong>Ask My Content Settings\u003C\u002Fstrong> admin screen:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Use the settings page for a guided UI, manual start\u002Fstop buttons, and real-time counters inside the WordPress dashboard.\u003C\u002Fli>\n\u003Cli>Use \u003Ccode>wp amc\u003C\u002Fcode> when you need automation (cron jobs, SSH sessions, CI) or want to run indexing without opening a browser. Available commands include:\n\u003Cul>\n\u003Cli>\u003Ccode>wp amc index [--include-posts] [--pages-only] [--force]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>wp amc status\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>wp amc stop\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Run \u003Ccode>wp help amc index\u003C\u002Fcode> for full option descriptions:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>NAME\n\n  wp amc index\n\nDESCRIPTION\n\n  Run indexing immediately (pages always, posts optional).\n\nOPTIONS\n\n  [--include-posts]\n    Include posts in addition to pages.\n\n  [--pages-only]\n    Index pages only (exclude posts). Overrides any previously saved setting.\n\n  [--force]\n    Steal an existing lock and run anyway (use with caution if another process may be running).\n\nEXAMPLES\n\n    wp amc index\n    wp amc index --include-posts\n    wp amc index --pages-only\n    wp amc index --force\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Installing WP-CLI\u003C\u002Fh4>\n\u003Cp>Many hosts ship with WP-CLI pre-installed. If yours does not, install it manually:\u003C\u002Fp>\n\u003Col>\n\u003Cli>Download the Phar:\u003Cbr \u002F>\n  curl -O https:\u002F\u002Fraw.githubusercontent.com\u002Fwp-cli\u002Fbuilds\u002Fgh-pages\u002Fphar\u002Fwp-cli.phar\u003C\u002Fli>\n\u003Cli>Make it executable:\u003Cbr \u002F>\n  chmod +x wp-cli.phar\u003C\u002Fli>\n\u003Cli>Move it into your PATH (optional):\u003Cbr \u002F>\n  sudo mv wp-cli.phar \u002Fusr\u002Flocal\u002Fbin\u002Fwp\u003C\u002Fli>\n\u003Cli>Confirm:\u003Cbr \u002F>\n  wp –info\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>See https:\u002F\u002Fwp-cli.org\u002F#installing for additional options (Homebrew, Docker, Windows packages).\u003C\u002Fp>\n\u003Ch4>Running the command successfully\u003C\u002Fh4>\n\u003Cp>Run \u003Ccode>wp amc ...\u003C\u002Fcode> from the WordPress installation root (where \u003Ccode>wp-config.php\u003C\u002Fcode> lives) or supply the path explicitly:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Change directory, e.g. \u003Ccode>cd \u002Fsrv\u002Fwww\u002Fwordpress\u003C\u002Fcode> then run \u003Ccode>wp amc status\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Or pass the path flag: \u003Ccode>wp --path=\u002Fsrv\u002Fwww\u002Fwordpress amc status\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>If you run the command from another folder you will see:\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>Warning: No WordPress installation found. If the command ‘amc’ is in a plugin or theme, pass –path=\u003Ccode>path\u002Fto\u002Fwordpress\u003C\u002Fcode>.\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>Point \u003Ccode>wp\u003C\u002Fcode> at your site root and re-run to resolve the error.\u003C\u002Fp>\n","AI-powered Q&A chatbot floating chat, block and shortcode that answers questions based on your own site's pages and posts.",817,"2026-02-19T21:39:00.000Z","6.9.4","5.8","7.4",[26,27,28,29,30],"ai","chatbot","content-search","knowledge-base","virtual-assistant","","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fask-my-content.0.9.0.zip",0,null,"2026-03-15T15:16:48.613Z"]