Title: CSQita Chat &amp; CS
Author: imksuma
Published: <strong>2026 年 8 月 24 日</strong>
Last modified: 2026 年 8 月 24 日

---

搜尋外掛

![](https://ps.w.org/csqita/assets/banner-772x250.jpg?rev=3662700)

![](https://ps.w.org/csqita/assets/icon-256x256.jpg?rev=3662700)

# CSQita Chat & CS

 由 [imksuma](https://profiles.wordpress.org/imksuma/) 開發

[下載](https://downloads.wordpress.org/plugin/csqita.1.0.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/csqita/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/csqita/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/csqita/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/csqita/#developers)

 [技術支援](https://wordpress.org/support/plugin/csqita/)

## 外掛說明

Embed a full-featured support system into your WordPress website with CSQita. This
plugin bridges the gap between automated efficiency and human customer relationships,
ensuring you never miss a connection with your visitors.

With CSQita, your visitors can initiate real-time text chats or seamless voice calls
directly from your site—no phone trees, complex SDKs, or waiting on hold required.

The platform features an advanced AI Chatbot powered by Retrieval-Augmented Generation(
RAG). You can easily train the AI assistant by uploading your own domain knowledge
documents—such as PDF, DOCX, or TXT files. The AI operates 24/7, resolving routine
tickets instantly while smoothly handing off complex conversations to your team 
when human touch is required.

#### Key Features

 * Instant Live Chat & Voice Calls: Let visitors chat or call the website owner/
   agents with a single click.
 * Smart AI Chatbot (RAG): Upload PDFs, DOCX, or TXT knowledge files to train your
   AI on FAQs and company documentation.
 * Human Agent Supervision: See AI responses in real-time, override messages, or
   take over complex customer issues.
 * Smart Escalation: AI automatically detects visitor frustration or high complexity
   to instantly route to an available agent.

### External services

This plugin connects to an API to obtain CSQita chat widget, it’s needed to show
the chat widget in wordpress based website that use this plugin to provide chat 
service to website’s visitor. CSQita is customer service platform that enable chat,
call, and AI Customer Service Agent with feature such as RAG and human agent collaboration.
CSQita is used as customer service channel that can be embedded into website using
embed script. the script will create chat bubble and manage chat within the widget.
the data that is sent to, or received by CSQita platform is:
 – text, document, 
image when wordpress based website’s visitor use the widget to contact website owner.–
or audio when the visitor make a call to website owner.

This service is provided by “CSQita Individual Limited Liability Company”: terms
of use, privacy policy.

app/Url.php:32 ‘widget’ => ‘https://api.csqita.com’

Domain of CSQita backend to get widget, used when wordpress based website vist by
someone.

app/Url.php:31 ‘api-public’ => ‘https://api-public.csqita.com’

Domain of CSQita backend that provide login, getchatbot, activate, deactivate chatbot,
and get chatbot token. used in dashboard, tool csqita admin page.

assets/js/app.js:19 post ‘https://api-public.csqita.com/anon/v1/login’

✨ this API is used to login, used in dashboard, tool csqita admin page.

assets/js/app.js:46 post ‘https://api-public.csqita.com/user/v1/chatbot’

✨ this API is used to change domain of chatbot to wordpress based website domain,
used in dashboard, tool csqita admin page.

assets/js/app.js:59 post ‘https://api-public.csqita.com/user/v1/integration/token’

✨ this API is used to get chatbot token used for wordpress based website, used 
in dashboard, tool csqita admin page.

assets/js/app.js:117 get ‘https://api-public.csqita.com/user/v1/chatbot’

✨ this API is used to get all chatbot created in csqita platform, used in dashboard,
tool csqita admin page.

assets/js/app.js:134 get ‘https://api-public.csqita.com/user/v1/domain’

✨ this API is used to get domain of particular chatbot, used in dashboard, tool
csqita admin page.

app/Url.php:46 ‘iframe_src’ => ‘https://api.csqita.com/public/noauth/widget’

✨ this API is used to download widget script, used when wordpress website visit
by someone

app/Url.php:30 $urls = [
 ‘api’ => ‘https://api-public.csqita.com’, ‘widget’ => ‘
https://api.csqita.com’ ];

✨ Defines CSQita external service endpoints, and the widget endpoint is used to
load a remote script.

app/Url.php:104 https://csqita.com/terms

✨ CSQita Terms of Service.

app/Url.php:113 https://csqita.com/privacy

✨ CSQita Privacy and Policy.

## 螢幕擷圖

[[

[[

[[

## 安裝方式

 * Upload the csqita plugin folder to the /wp-content/plugins/ directory, or install
   it directly via the WordPress admin panel under Plugins > Add New.
 * Activate the plugin through the Plugins menu in WordPress.
 * Navigate to the new CSQita settings menu in your WordPress dashboard.
 * Input your CSQita widget integration token or script tag settings to go live 
   instantly.

## 常見問題集

### Absolutely. Visitors can initiate a voice call directly within the chat widget whenever text communication is not enough.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈CSQita Chat & CS〉的開發相關工作。

參與者

 *   [ imksuma ](https://profiles.wordpress.org/imksuma/)

[將〈CSQita Chat & CS〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/csqita)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/csqita/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/csqita/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/csqita/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/csqita/)。

## 變更記錄

#### 1.0.0

 * Initial public release.
 * Integration of the core CSQita chat widget.
 * Added support for live customer chat and direct voice calling.
 * Integrated RAG-powered AI assistant with document training capabilities (PDF,
   DOCX, TXT).

## 中繼資料

 *  版本 **1.0.0**
 *  最後更新 **1 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 4.7 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.1**
 *  語言
 * [English (US)](https://wordpress.org/plugins/csqita/)
 * 標籤:
 * [call](https://tw.wordpress.org/plugins/tags/call/)[chat](https://tw.wordpress.org/plugins/tags/chat/)
   [chatbot](https://tw.wordpress.org/plugins/tags/chatbot/)[customer support](https://tw.wordpress.org/plugins/tags/customer-support/)
   [live chat](https://tw.wordpress.org/plugins/tags/live-chat/)
 *  [進階檢視](https://tw.wordpress.org/plugins/csqita/advanced/)

## 評分

這個項目尚無任何評論記錄。

[撰寫評分](https://wordpress.org/support/plugin/csqita/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/csqita/reviews/)

## 參與者

 *   [ imksuma ](https://profiles.wordpress.org/imksuma/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/csqita/)