Title: Avosist Chatbot
Author: Avosist AI
Published: <strong>2026年6月23日</strong>
Last modified: 2026年6月23日

---

プラグインを検索

![](https://ps.w.org/avosist-chatbot/assets/icon-256x256.png?rev=3582943)

# Avosist Chatbot

 作者: [Avosist AI](https://profiles.wordpress.org/avosist/)

[ダウンロード](https://downloads.wordpress.org/plugin/avosist-chatbot.1.4.1.zip)

 * [詳細](https://ja.wordpress.org/plugins/avosist-chatbot/#description)
 * [レビュー](https://ja.wordpress.org/plugins/avosist-chatbot/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/avosist-chatbot/#installation)
 * [開発](https://ja.wordpress.org/plugins/avosist-chatbot/#developers)

 [サポート](https://wordpress.org/support/plugin/avosist-chatbot/)

## 説明

**Avosist Chatbot** is the official WordPress plugin for the Avosist AI Platform.
It integrates a 24/7 AI-powered chatbot widget on your WordPress site using your
business knowledge base.

#### Features

 * **Avosist AI Engine** — Natural and smart conversations powered by advanced AI.
 * **AI Capabilities** — Book appointments, create orders, open support tickets,
   and transfer to human agents.
 * **Knowledge Base** — Trained on your PDFs, Excel sheets, Word files, and website
   URLs.
 * **Customizable Design** — Choose from 18 launcher icons, light/dark modes, and
   custom colors.
 * **Quick Replies** — Suggest quick reply chips to guide visitors.
 * **Chat History** — Seamless chat continuation even after page reloads.
 * **2-Minute Setup** — Connect with your Avosist account and go live instantly.
 * **Secure** — Shadow DOM encapsulation, HTTPS support.
 * **Mobile Friendly** — Looks perfect on all mobile devices.

### External services

This plugin relies on the third-party/external Avosist AI platform (https://www.
avosist.ai) to function.

 * **Widget Script:** The plugin dynamically enqueues the chatbot widget script (`
   widget.js`) on the frontend from the Avosist servers.
 * **Token Verification:** The plugin sends a secure HTTP request containing only
   the widget token to the Avosist API (`/api/chatbot/verify-token`) to verify the
   account connection during setup.
 * Terms of Service: https://www.avosist.ai/en/terms-of-service
 * Privacy Policy: https://www.avosist.ai/en/privacy-policy

## インストール

 1. Go to **Plugins > Add New** in your WordPress admin panel.
 2. Search for “Avosist Chatbot”.
 3. Click **Install Now** and then **Activate**.
 4. Go to **Settings > Avosist Chatbot**.
 5. Click **Connect with Avosist** to authenticate, or enter your Widget Token manually.

## FAQ

### Is an Avosist account free?

Avosist offers a free trial. For detailed pricing information, please visit https://
www.avosist.ai/en/pricing.

### How do I train my chatbot?

You can upload PDF, Excel, and Word files, or crawl your website via the Avosist
Dashboard > Knowledge Base section.

### Can I hide the widget on specific pages?

By default, the widget is loaded sitewide. You can use the `[avosist_chatbot]` shortcode
on specific pages if you want to load it conditionally.

### Where do I find my Widget Token?

Go to Avosist Dashboard > Web Chatbot > Select your widget > Click “Get Code”. The
token will be copied to your clipboard.

### How does the transfer to live support work?

Enable the “Live Support Transfer” option in the Avosist Dashboard > Widget Settings
> AI Capabilities. The AI will automatically route the customer to a representative
when necessary.

## 評価

![](https://secure.gravatar.com/avatar/cdaf64327df7fc89bbddd8c1841571cdfe8a36e7bb3562496f200d5d54c8e816?
s=60&d=retro&r=g)

### 󠀁[Incredibly Smart AI Agent for WordPress!](https://wordpress.org/support/topic/incredibly-smart-ai-agent-for-wordpress/)󠁿

 [batum0](https://profiles.wordpress.org/batum0/) 2026年6月23日

The conversational quality of this chatbot is outstanding. It acts like a real customer
support agent, answering complex questions using our knowledge base documents without
breaking character. Setup was extremely straightforward with the API token. A must-
have tool for any business looking to automate their client support on WordPress!

![](https://secure.gravatar.com/avatar/ab242c75104f467e23ebd5b5fef838bed4bdf2eccdcd6f7f053e254a15beb61e?
s=60&d=retro&r=g)

### 󠀁[Truly amazing AI Chatbot plugin](https://wordpress.org/support/topic/truly-amazing-ai-chatbot-plugin/)󠁿

 [Fix To Error](https://profiles.wordpress.org/fixtoerror/) 2026年6月23日

I was able to connect my Avosist account and deploy the widget in less than two 
minutes. The user interface is sleek, responsive, and works flawlessly on mobile
devices. It saves us tons of manual support hours. Definitely a 5-star plugin!

 [ 2件のレビューをすべて表示 ](https://wordpress.org/support/plugin/avosist-chatbot/reviews/)

## 貢献者と開発者

Avosist Chatbot はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献
しています。

貢献者

 *   [ Avosist AI ](https://profiles.wordpress.org/avosist/)

[“Avosist Chatbot” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/avosist-chatbot)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/avosist-chatbot/)するか、
[SVN リポジトリ](https://plugins.svn.wordpress.org/avosist-chatbot/)をチェックする
か、[開発ログ](https://plugins.trac.wordpress.org/log/avosist-chatbot/)を [RSS](https://plugins.trac.wordpress.org/log/avosist-chatbot/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.4.1

 * Fixed plugin header description to be in English.
 * Finalized minor documentation translation adjustments.

#### 1.4.0

 * Fixed duplicate header verification issue by removing redundant Plugin URI.
 * Added missing languages path folder inside plugin directory to satisfy textdomain
   checks.
 * Disclosed third-party service dependency and updated links to www.avosist.ai.
 * Added manage_options capability authorization checks to admin OAuth callback 
   route for improved security.

#### 1.3.9

 * Added Cache lock and frontend check to prevent sending multiple duplicate email
   transcripts for the same session.

#### 1.3.8

 * Saved visitor name and email to database upon initial info submission.
 * Synchronized local storage visitor details with API payload.
 * Fixed SMTP From header conflict for transcript and human handoff notification
   emails.

#### 1.3.7

 * Injected FontAwesome styles dynamically to the light DOM document head to resolve
   rendering issues in Shadow DOM on certain browsers.

#### 1.3.6

 * Moved FontAwesome stylesheet tag inside HTML template block.

#### 1.3.5

 * Integrated FontAwesome CSS within Shadow DOM block to fix launcher icons mismatch.

#### 1.3.4

 * Restructured utensils launcher icon to fix drawing paths issues.

#### 1.3.3

 * Synchronized FontAwesome classes with custom SVG drawing wrappers.

#### 1.3.2

 * Converted launcher bubble to a tooltip and added support for notification sound.

#### 1.3.1

 * Disabled click behavior of quick chips while visitor form is active.

#### 1.3.0

 * Resolved visual flash of unstyled content (FOUC) and added fade-in transition
   behavior.

#### 1.2.9

 * Fixed style repaint lag in widget.js.

#### 1.2.8

 * Resized branding footer logo to 16px.

#### 1.2.7

 * Added avosist.ai link in footer branding.

#### 1.2.6

 * Added support for custom support agent avatars.

#### 1.2.5

 * Implemented chat transcript form and email delivery flow.

#### 1.2.4

 * Strengthened error catching when pulling chat history.

#### 1.2.3

 * Fixed history list disappearance on view change.

#### 1.2.2

 * Resolved widget JS syntax error (missing closing parenthesis).

#### 1.2.1

 * Fixed admin conversation stats calculation.

#### 1.2.0

 * Updated widget.js version to v2.1.0.

#### 1.1.0

 * Integrated widget.js version v2.0.0 with custom dark/light modes, quick replies,
   and human handoff notifications.

#### 1.0.0

 * Initial release.

## メタ

 *  バージョン **1.4.1**
 *  最終更新日 **2週間前**
 *  有効インストール数 **10未満**
 *  WordPress バージョン ** 5.8またはそれ以降 **
 *  検証済み最新バージョン: **7.0**
 *  PHP バージョン ** 7.4またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/avosist-chatbot/)
 * タグ
 * [AI](https://ja.wordpress.org/plugins/tags/ai/)[artificial intelligence](https://ja.wordpress.org/plugins/tags/artificial-intelligence/)
   [chatbot](https://ja.wordpress.org/plugins/tags/chatbot/)[customer support](https://ja.wordpress.org/plugins/tags/customer-support/)
   [live chat](https://ja.wordpress.org/plugins/tags/live-chat/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/avosist-chatbot/advanced/)

## 評価

 5つ星中5つ星

 *  [  2 5-星レビュー     ](https://wordpress.org/support/plugin/avosist-chatbot/reviews/?filter=5)
 *  [  0 4-星レビュー     ](https://wordpress.org/support/plugin/avosist-chatbot/reviews/?filter=4)
 *  [  0 3-星レビュー     ](https://wordpress.org/support/plugin/avosist-chatbot/reviews/?filter=3)
 *  [  0 2-星レビュー     ](https://wordpress.org/support/plugin/avosist-chatbot/reviews/?filter=2)
 *  [  0 1-星レビュー     ](https://wordpress.org/support/plugin/avosist-chatbot/reviews/?filter=1)

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

[すべてのレビューを見る](https://wordpress.org/support/plugin/avosist-chatbot/reviews/)

## 貢献者

 *   [ Avosist AI ](https://profiles.wordpress.org/avosist/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/avosist-chatbot/)