Title: Agentsia Agents
Author: thomasservais
Published: <strong>2026 年 7 月 1 日</strong>
Last modified: 2026 年 7 月 20 日

---

搜尋外掛

![](https://ps.w.org/agentsia-agents/assets/banner-772x250.png?rev=3592638)

![](https://ps.w.org/agentsia-agents/assets/icon-256x256.png?rev=3592638)

# Agentsia Agents

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

[下載](https://downloads.wordpress.org/plugin/agentsia-agents.1.3.0.zip)

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

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

## 外掛說明

Agentsia Agents connects your WordPress site to your Agentsia application (app.agentsia.
fr). In a few minutes you can:

 * Display the Agentsia **chatbot** as a floating bubble across the whole site, 
   as a modal, or full-page inside a post.
 * Embed a public **appointment booking form** on any page.
 * Add a **call-to-action button** that links to your demo funnel.

Three integration methods are available: global settings, shortcodes and Gutenberg
blocks.

This plugin is a client for the external Agentsia service and requires an Agentsia
account. See the “External services” section below for details about the data exchanged.

#### Shortcodes

 * `[agentsia_chatbot]` — Full-page chatbot (configurable via attributes).
 * `[agentsia_chatbot mode="bubble"]` — Force the floating bubble from a specific
   page.
 * `[agentsia_chatbot scenario="sos" context_hint="AC emergency page"]` — Scenario
   + page context.
 * `[agentsia_chatbot hide_bubble="1"]` — Hide the bubble, open via JavaScript.
 * `[agentsia_booking]` — Booking form using the default calendar slug.
 * `[agentsia_booking slug="sales-demo" height="780"]`
 * `[agentsia_demo label="Book my demo"]` — Button linking to `/demo`.

#### Gutenberg blocks

 * **Agentsia Chatbot**
 * **Agentsia Booking**
 * **Agentsia Demo button**

### External services

This plugin is a connector for the **Agentsia** service (operated by Agentsia, https://
agentsia.fr). It only works with an Agentsia account and communicates with the services
described below. By installing and configuring this plugin, you — and your site 
visitors — exchange data with these services.

#### 1. Agentsia application — https://app.agentsia.fr

 * **From your WordPress server (admin)**: when you save the settings and to populate
   the dropdowns, the plugin calls `https://app.agentsia.fr/api/public/wp/me`, `/
   api/public/wp/chatbots` and `/api/public/wp/booking-calendars`. Data sent: your
   Agentsia API key (Authorization header) and your site URL (User-Agent header).
   Data received: your account name, the list of your chatbots and your calendars.
 * **From your visitors’ browser**: the chat widget script is loaded from `https://
   app.agentsia.fr/chatbot/embed.js`; the appointment booking form is displayed 
   in an iframe `https://app.agentsia.fr/book/<slug>`; the “demo” button is a plain
   link to `https://app.agentsia.fr/demo`.

#### 2. Agentsia agent backend — https://agent-backend-production-311267441656.europe-west1.run.app

 * **From your visitors’ browser**: once the chat widget is loaded, the messages
   typed by your visitors (and the optional page context) are sent to this service
   to generate the AI agent’s replies. No data is sent until a visitor opens and
   uses the chat.

No data is transmitted until the plugin has been configured with a valid API key(
server side) or the chatbot has been loaded and used (visitor side).

 * Terms of use: https://www.agentsia.fr/conditions-dutilisation/
 * Privacy policy: https://www.agentsia.fr/privacy-policy/

**Important (GDPR)**: the chatbot sends your visitors’ messages to a third-party
service. Mention this in your site’s privacy policy and, where applicable, obtain
the required consent (cookie / consent banner).

## 適用於區塊編輯器

這個外掛提供 3 個可供 Gutenberg/區塊編輯器使用的區塊。

 *   Chatbot Agentsia
 *   Rendez-vous Agentsia
 *   Bouton démo Agentsia

## 安裝方式

 1. Upload the `agentsia-agents` folder to `/wp-content/plugins/`.
 2. Activate the plugin from the WordPress “Plugins” page.
 3. Generate an API key in your Agentsia account: **My account › API keys › New key**.
    Copy the key (`agsk_…`) — it is shown only once.
 4. Open **Settings › Agentsia Agents** and paste the key into the “API key” field.
    Save.
 5. Select the default chatbot and calendar from the dropdowns (populated automatically
    from your account).
 6. Enable (or not) the global bubble loading, then save again.
 7. Use the shortcodes or Gutenberg blocks in your pages.

## 常見問題集

### Where do I get my API key?

Sign in to app.agentsia.fr, then open **My account › API keys** and click “New key”.
Give it a descriptive name (e.g. “WordPress site agentsia.fr”). The full key is 
shown only once — copy it into WordPress immediately.

### What if my key is lost or compromised?

From **My account › API keys** on app.agentsia.fr, revoke the existing key and create
a new one. Paste the new key into the WordPress plugin. Integrations using the old
key will stop working immediately.

### Does it work with Divi / Elementor / Avada?

Yes. The shortcodes work in any text module. The Gutenberg blocks work in the native
WordPress editor.

### Can I disable the chatbot on specific pages?

Yes. On the settings page, enter the paths to exclude (one per line).

### The chatbot / calendar list is empty, why?

Make sure your API key is valid (a “Connected” badge appears at the top of the settings
page). If it is valid but no chatbot is listed, create one from your Agentsia dashboard.
The plugin caches the lists for 5 minutes.

## 使用者評論

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

## 參與者及開發者

以下人員參與了開源軟體〈Agentsia Agents〉的開發相關工作。

參與者

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

[將〈Agentsia Agents〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/agentsia-agents)

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

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

## 變更記錄

#### 1.3.0

 * Integration IndexNow et resize des calendriers

#### 1.2.0

 * New: **Auto-resize du formulaire de rendez-vous** — l’iframe `[agentsia_booking]`(
   shortcode et bloc) ajuste automatiquement sa hauteur au contenu via postMessage(
   formulaire rempli, questions supplémentaires, calendrier, confirmation). L’attribut`
   height` ne sert plus que de hauteur initiale — plus de zone vide ni de scroll
   interne.

#### 1.1.0

 * New: **Custom open/close trigger** — bind any page element (CSS selector) to 
   toggle the chatbot, with automatic grey-out or hide while the assistant is unavailable.
 * New: **Default scenario** at the global level — applies a named scenario (defined
   in the chatbot config on the Agentsia side) on all public pages.
 * New: **Hide bubble** at the global level — hides the floating bubble and only
   opens the chatbot via `window.agentsia.open()`.
 * New: **Extended shortcode** — `scenario`, `context_hint`, `hide_bubble` available
   on `[agentsia_chatbot]`.
 * New: Documentation of the JavaScript methods `setWelcomeMessage`, `setQuickReplies`,`
   setTeaserMessage`, `setAutoOpenDelay`, `setScenario`, `setContext`, `setAppearance`,`
   apply()`.

#### 1.0.0

 * First public release.
 * Personal API key authentication (generated from app.agentsia.fr).
 * Chatbot and calendar selection via dropdowns (automatic sync from the Agentsia
   account).
 * Global chatbot (bubble, modal, full-page).
 * Shortcodes and Gutenberg blocks for chatbot, booking and demo button.
 * Complete settings page (API, appearance, exclusions).

## 中繼資料

 *  版本 **1.3.0**
 *  最後更新 **2 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.2**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/agentsia-agents/)
 * 標籤:
 * [AI](https://tw.wordpress.org/plugins/tags/ai/)[booking](https://tw.wordpress.org/plugins/tags/booking/)
   [chatbot](https://tw.wordpress.org/plugins/tags/chatbot/)[lead generation](https://tw.wordpress.org/plugins/tags/lead-generation/)
 *  [進階檢視](https://tw.wordpress.org/plugins/agentsia-agents/advanced/)

## 評分

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

[Your review](https://wordpress.org/support/plugin/agentsia-agents/reviews/#new-post)

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

## 參與者

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

## 技術支援

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

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