This plugin connects your WordPress site to the AIEL platform’s “Smart Assistant” (智能秘書) — an AI customer-service chat bubble that answers visitor questions from your own knowledge base, in the visitor’s language.
The plugin needs a free AIEL workspace, which you create at https://saas.aiel.app/wordpress — no payment details are asked for. A new workspace includes 60 days of service, counted in calendar days from the day it is created, not in days of use. When those days run out the workspace pauses and the chat bubble stops appearing on your site until you add credits; nothing is charged automatically, and your FAQ and conversation logs stay in your workspace. The plugin itself is free software under GPLv2 and stays installed either way.
The front-end loads a single script tag (injected via wp_enqueue_script). The
address is built from your workspace subdomain, which the plugin reads from your
connection key — you never type it in. Workspaces created at the link above end
in -bots, so for a workspace named myshop the tag is:
https://saas.aiel.app/embed/myshop-bots.js
The exact address for your own workspace is shown on the settings screen once you
connect, under “Service URL”.
This plugin relies on the AIEL platform (saas.aiel.app), operated by AIEL (NetSmart Intelligent Technology Co., Ltd., Taiwan). It communicates with the platform as follows:
https://saas.aiel.app/api/embed-chat/connect to resolve your workspace’s service URL. The key travels server-to-server only and never appears in your site’s front-end source.https://saas.aiel.app. Visitor conversations with the assistant (question text, chosen reply language, timestamps) are sent to the AIEL platform to generate replies and are stored as conversation logs. If a visitor signs in with a social account or voluntarily shares their location, that data is likewise processed by the AIEL platform.Terms of Service: https://saas.aiel.app/terms
Privacy Policy: https://saas.aiel.app/privacy
No communication with external services happens before you connect a key and enable the bubble.