前言介紹
- 這款 WordPress 外掛「Sentient AI」是 2026-02-15 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2026-02-25,不久前才剛更新。
- 外掛最低要求 WordPress 5.8 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
maidulcu |
外掛標籤
AI | faq | openai | chatbot | customer support |
內容簡介
### 總結:
Sentient AI 將一個智能、可自定義的聊天機器人添加到您的 WordPress 網站中。它採用領先的人工智能模型,能夠與使用者互動,回答問題,並提供動態回應,使用您自己的常見問題解答資料庫或後備人工智能回答。
### 問題與答案:
1. Sentient AI 會如何幫助我的 WordPress 網站?
- Sentient AI 會將智能、可自定義的聊天機器人添加到您的 WordPress 網站中,以提供互動、回答問題並提供動態回應。
2. 如何使用 Sentient AI 的功能?
- 您可以使用 [sentient_ai_chat] 短代碼將聊天機器人內嵌到文章或頁面中
- 透過 Sentient AI → FAQs 選單在 WordPress 管理後台管理和添加常見問題解答
- 在 Sentient AI → Query Logs 下查看使用者查詢和 AI 回應的紀錄
- 通過 Training 選項卡從現有 WordPress 頁面匯入內容訓練您的 AI 助理
- 在 Sentient AI → Settings 中啟用浮動小工具、更新歡迎詞和啟用文件記錄
3. Sentient AI 連接到哪些外部服務?
- Sentient AI 連接到外部人工智能服務提供商,當找不到常見問題解答時生成智能聊天機器人回應
4. OpenAI 的服務目的是什麼?
- OpenAI 通過其 GPT 模型和 Assistants API 提供 AI 回應
- 發送的資料包括透過聊天機器人提交的用戶查詢,以及您配置的助理上下文
- 每當用戶提交找不到現有常見問題解答的問題時發送資料
透過外部來源可查看更詳細的內容。
原文外掛簡介
Sentient AI adds an intelligent, customizable chatbot to your WordPress website. Powered by leading AI models, it engages users, answers questions, and provides dynamic responses using your own FAQ database or fallback AI responses.
✨ Features
FAQ-based response system with keyword matching.
AI fallback support with OpenAI, Claude, Gemini, OpenRouter, or Hugging Face.
Easy integration using shortcode [sentient_ai_chat] or floating chat widget.
Admin interface for managing FAQs and viewing query logs.
Automatically create FAQs from user questions and AI responses.
Training assistant with WordPress page import support.
Supports multilingual and RTL content.
Developer-friendly architecture (OOP, hooks, filters).
Optional logging with a secure file-based log viewer.
Translation-ready strings and text domain loading out of the box.
Session-based chat history persistence with one-click clear.
Export chat conversation as TXT from the chat header.
Configurable floating bubble position (bottom-right or bottom-left).
Usage
Use [sentient_ai_chat] shortcode in posts or pages to embed the chatbot inline.
Manage and add FAQs from the Sentient AI → FAQs menu in the WordPress admin.
View logged user queries and AI responses under Sentient AI → Query Logs.
Train your AI assistant by importing content from existing WordPress pages via the Training tab.
Toggle the floating widget, update the welcome greeting, and enable file logging from Sentient AI → Settings.
External Services
This plugin connects to external AI service providers to generate intelligent chatbot responses when an FAQ match is not found. The plugin requires you to configure API credentials for your selected provider.
OpenAI
Service Purpose: Provides AI-powered responses through OpenAI’s GPT models and Assistants API
Data Sent: User queries/questions submitted through the chatbot, along with your configured assistant context
When Data is Sent: Every time a user submits a question that doesn’t match an existing FAQ entry
API Endpoints Used:
https://api.openai.com/v1/threads (Create conversation threads)
https://api.openai.com/v1/threads/{thread_id}/messages (Send user messages)
https://api.openai.com/v1/threads/{thread_id}/runs (Execute AI assistant)
https://api.openai.com/v1/files (Upload training files)
https://api.openai.com/v1/assistants/{assistant_id} (Update assistant configuration)
Terms of Service: https://openai.com/terms
Privacy Policy: https://openai.com/privacy
OpenRouter
Service Purpose: Provides access to multiple AI models through a unified API interface
Data Sent: User queries/questions submitted through the chatbot, along with your configured assistant context
When Data is Sent: Every time a user submits a question that doesn’t match an existing FAQ entry (when OpenRouter is selected as provider)
API Endpoints Used:
https://openrouter.ai/api/v1/files (Upload training files)
https://openrouter.ai/api/v1/assistants/{assistant_id} (Update assistant configuration)
Terms of Service: https://openrouter.ai/terms
Privacy Policy: https://openrouter.ai/privacy
Claude (Anthropic)
Service Purpose: Provides AI-powered responses using Anthropic’s Claude models
Data Sent: User queries/questions submitted through the chatbot
When Data is Sent: Every time a user submits a question that doesn’t match an existing FAQ entry (when Claude is selected as provider)
API Endpoints Used:
https://api.anthropic.com/v1/messages (Generate AI responses)
Terms of Service: https://www.anthropic.com/legal/consumer-terms
Privacy Policy: https://www.anthropic.com/legal/privacy
Google Gemini
Service Purpose: Provides AI-powered responses using Google’s Gemini models
Data Sent: User queries/questions submitted through the chatbot
When Data is Sent: Every time a user submits a question that doesn’t match an existing FAQ entry (when Gemini is selected as provider)
API Endpoints Used:
https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent (Generate AI responses)
Terms of Service: https://policies.google.com/terms
Privacy Policy: https://policies.google.com/privacy
Hugging Face
Service Purpose: Provides access to open-source AI models hosted on Hugging Face
Data Sent: User queries/questions submitted through the chatbot
When Data is Sent: Every time a user submits a question that doesn’t match an existing FAQ entry (when Hugging Face is selected as provider)
API Endpoints Used:
https://api-inference.huggingface.co/models/{model} (Generate AI responses)
Terms of Service: https://huggingface.co/terms-of-service
Privacy Policy: https://huggingface.co/privacy
Important Notes:
– You must provide your own API credentials for the service provider you choose
– Only one provider is active at a time based on your plugin settings
– No data is sent to external services if the user’s question matches an existing FAQ in your database
– The plugin does not collect, store, or transmit any personally identifiable information beyond the question text submitted by the user
– You are responsible for complying with the terms of service and privacy policies of your selected AI provider
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Sentient AI」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Chatway Live Chat – Customer Support, FAQ & Helpdesk Customer Service & Chat Buttons 》- 使用Chatway - 即時聊天應用程式,您可以通過WordPress網站與訪問者進行即時聊天以及更多互動。, - Chatway是一個輕量級、易於使用的即時聊天應用程式,以...。
LiveChat – Live Chat Plugin for WP Websites 》WordPress 聊天外掛, 想在網站瀏覽時與客戶溝通嗎?使用 LiveChat 的 WordPress 外掛,您可以與客戶連線並隨時回答問題。, 除了聊天外,您還可以根據不同條件...。SupportCandy – Helpdesk & Customer Support Ticket System 》這個外掛為 WordPress 增加了完整的客服支援系統功能。它是WordPress上最古老的支援系統之一。我們致力於持續改進和創新,保持外掛的簡單、安全和功能豐富。,...。
Typebot 》使用 Typebot 的對話式應用程序,可以收集比以往多 4 倍的回應。, 👉 建立漂亮的對話式應用程序,並輕鬆將它們嵌入您的 WordPress 網站中。, 👉 Typebot 幫助...。
Majestic Support – The Leading-Edge Help Desk & Customer Support Plugin 》Majestic Support for WordPress 是一個頂尖的票務系統,可以顯著提升客戶的支援體驗。此外掛程式可在線生成和管理支援票務,並提供創新的功能,如郵件管道、...。
Live Chat with Messenger Customer Chat 》, 透過 Facebook Live Chat 支援客戶, Facebook Messenger 每月活躍用戶數達 10 億, 商家和客戶都可以查看永久的聊天紀錄, , Zotabox 是一個高級外掛,提供 3...。
MxChat – AI Chatbot & Content Generation for WordPress 》總結:MxChat: Basic 讓您可以輕鬆將 AI 驅動的聊天機器人無縫整合到您的 WordPress 網站中,充分利用 OpenAI 的 GPT 模型的先進功能。透過這個外掛,您可以...。
KB Support – Customer Support Ticket & Helpdesk Plugin, Knowledge Base Plugin 》KB Support是提供客戶支援和幫助台服務的最佳WordPress外掛。, 擁有豐富的功能,你可以確信自KB Support啟用以來,能為您的代理和顧客提供完美的幫助台解決方...。
Chatina Ai – Live Chat Online Platform 》```html, <ul>, <li>Chatina AI 帶來先進的即時聊天功能到您的 WordPress 網站,透過 AI 技術提供的聊天解決方案,提升使用者參與度和支援效率...。
Support Genix – Helpdesk, AI Chatbot, Knowledge Base & Customer Support Ticketing System 》dPress Support Genix 是一個支援票證系統,支援票證管理系統,客戶支援票證管理和幫助台套件,可用於 WordPress 網站。現在使用者可以在 WordPress 網站上建...。
Customer Support Ticket System & Helpdesk Plugin for WordPress 》, 現場示範網站, WP Ticket Starter Demo Site, 強大 | 易用 | 美麗, , 每個企業都需要客戶服務軟件和支援票務系統,以吸引和保留客戶。, WP Ticket 是一...。
AI Chatbot & Live Chat with ChatGPT Support by WebChatAgent 》總結:WebChatAgent 是一個免費的 AI 動力聊天機器人平台,可以幫助你在 WordPress 網站上建立智慧 AI 助理,並利用先進的功能像 RAG(Retrieval Augmented G...。
Re:amaze Helpdesk & Live Chat 》介紹 Re:amaze 針對 WordPress 和 WooCommerce 的外掛程式。在您的部落格、WooCommerce 商店或 WordPress 網站中整合客戶通訊、客服幫助台和即時聊天功能。, ...。
Social Intents – Live Chat 》與您的客戶交談應該是很容易的。使用您已經在使用的協作工具與他們聊天。Live Chat for Microsoft Teams, Zoom, and Slack可讓您直接從 MS Teams、Zoom 或 Sl...。Muchat – AI Chatbot (with Autosync) 》總結:, Muchat將功能強大的AI驅動聊天解決方案無縫整合到您的WordPress和WooCommerce網站中。它提供了智能混合的自動AI回應和即時聊天功能,旨在提升客戶支...。
