[WordPress] 外掛分享: Ask My Content – AI Q&A Chatbot

WordPress 外掛 Ask My Content – AI Q&A Chatbot 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Ask My Content – AI Q&A Chatbot」是 2025-10-24 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2026-02-19,距離現在已有 6 天。
  • 外掛最低要求 WordPress 5.8 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
  • 有 1 人給過評分。
  • 論壇上目前有 1 個提問,問題解答率 0%

外掛協作開發者

ugoltsev |

外掛標籤

AI | chatbot | content search | knowledge base | virtual assistant |

內容簡介

### 總結:
Ask My Content 將 AI 技術應用於你的 WordPress 網站,提供準確的問答選項。此外,它使用語意嵌入和擴充式檢視來產生完整句子的回答。

### 問題與答案:
1. 這個外掛有什麼特點?
- 簡單的設置 - 安裝、啟用,並使用 shortcode 或 block 添加聊天機器人。
- 擴充式檢視生成(Rag)- 回答源自你的實際網站內容。
- 使用 OpenAI 進行嵌入和完成(通過安全的 Node.js 後端)。

2. 這個外掛的基本操作步驟是什麼?
- 在啟用外掛後,前往儀表板→ 請求我的內容,按下“開始索引”(或運行 wp amc index)將你的網站內容發送到後端。
- 內容轉換為嵌入式(向量表示)。
- 當訪客提問時,聊天機器人檢索最相關的內容摘錄。
- OpenAI 根據該內容生成答案。

3. 如何進行命令列操作?
- 此外掛提供一個 WP-CLI 命令套件(wp amc)用於腳本索引和狀態檢查。
- 在需要自動化(定時任務、SSH 會話、CI)或不需打開瀏覽器運行索引的情況下,使用 wp amc。
- 可用的命令包括:wp amc index [--include-posts] [--force]、wp amc status、wp amc stop。

以上是這個外掛的主要特點、操作步驟和命令列使用方法。希望對你有所幫助!

原文外掛簡介

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.
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.
Note that dynamic WordPress content creation themes and plugins (which may include Elementor) are not supported. See FAQ for details.
Key Features
* Retrieval Augmented Generation (RAG) – answers are grounded in your actual site content.
* Uses OpenAI for embeddings and completions (via a secure Node.js backend).
* Change tracking – automatically queues edited pages/posts so you can rerun indexing from the dashboard or wp amc when you’re ready.
* 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, and header/footer.
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 content snippets from your indexed pages.
4. OpenAI generates an answer based on that content.
After you edit content, rerun indexing from Dashboard -> Ask My Content or via wp amc index to push the latest changes. 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 (OpenAI) 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] [--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 optional).

OPTIONS

[--include-posts]
Include posts in addition to pages.

[--pages-only]
Index pages only (exclude posts). Overrides any previously saved setting.

[--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 --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.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Ask My Content – AI Q&A Chatbot」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


0.4.2 | 0.4.3 | 0.5.1 | 0.6.0 | 0.7.0 | 0.7.1 | 0.8.0 | 0.8.1 | 0.8.2 | 0.8.3 | 0.8.4 | 0.9.0 | trunk |

延伸相關外掛(你可能也想知道)

  • AI Chatbot Free Models – Customer Support, Live Chat, Virtual Assistant 》```html, <!DOCTYPE html>, <html>, <body>, , <h2>Chatbot AI Free Models 外掛總結:</h2>, <p>Chatbot AI Free Mode...。
  • AI24 Assistant Integrator 》總結:透過 AI 驅動的聊天機器人增強 WordPress 網站的互動性和支援。由 Site24 開發,是使用 OpenAI 助手的最簡單方式。, , 1. 這個 WordPress 外掛的主要功...。
  • Visito AI 》**總結:**, 這個WordPress外掛讓使用者透過在WordPress管理面板加入API金鑰,嵌入Visito AI助手。Visito AI是一個智能助手平台,讓企業和酒店能夠在WhatsApp...。
  • Smartchat 》總結:使用 Smartchat 的 ChatGPT 聊天機器人,可以讓您的網站提供準確且高效的即時回答,提升使用者體驗。插件支援英語、巴西葡萄牙語、西班牙語、德語、義...。
  • Voice Assistant Dialog Navigation 》IS TRANSLATION CANNOT BE COMPLETED AS IT HAS BEEN CUT OFF. PLEASE PROVIDE THE FULL TEXT.。
  • AnyTimeReply – Sales chatbot 》AnyTimeReply 是一個全天候為客戶提供自動化銷售聊天機器人的服務。它的服務包括 Facebook Messenger 聊天機器人、收集潛在客戶、處理客戶查詢、回答客戶問題...。
  • Kalrav AI Agent 》**摘要:**, 這個 WordPress 外掛提供了一個浮動AI聊天小部件,讓你能夠客製化LOGO、默認提示以及API憑證。這個外掛由irisidea提供支援。此外,它支援與外部...。
  • Nexron AI Chat 》總結:Nexron AI Chat 外掛為您的 WooCommerce 商店提供先進的聊天機器人功能,使顧客能快速高效地找到產品。這款外掛由 Nexron 的 AI 技術驅動,直接在您的...。
  • ShoppyChat 》總結:ShoppyChat 是一個 WordPress 外掛,可讓你輕鬆在網站上整合虛擬助理和聊天框。只需擁有助理的ID,即可與訪客開始聊天。, , 1. ShoppyChat 可以在哪種...。
  • Codebaby Avatar 》總結:這個外掛可以幫助您管理 Codebaby 虛擬形象,提供功能以方便地將這些虛擬形象整合到您的 WordPress 網站中並控制它們。, , 問題與答案:, 1. 這個外掛...。
  • Virtual Assistant – Build your own Google Now, Siri or Cortana 》WordPress外掛的功能包括:無限語音命令、語音回應、整合GPT-3語言模型提高準確度、可以滾動網站、以新選項卡或彈出視窗形式前往任何鏈接、點擊任何元素等。...。
  • Nuropedia 》總結:Nuropedia 是一個功能強大的聊天機器人,無需預先訓練就能回答問題,透過進階的網路爬蟲技術快速了解你的 WordPress 網站的產品和服務,讓你的訪客得到...。
  • First Contact Chatbots 》透過使用輸入表單,您可以在幾分鐘內為您的網站建立一個真正的聊天機器人!, 免費聊天機器人套餐包括:, *一個聊天機器人, *每月500個聊天/ API 請求, *電子...。
  • Bavard 》此外掛程式作為介面,連結至第三方外部服務 —— Bavard AI。Bavard AI 是一個軟體即服務平台,提供用於建立並大規模部署引人入勝且聰明的虛擬代理人的軟體工具...。

文章
Filter
Apply Filters
Mastodon