Title: Avosist Chatbot
Author: Avosist AI
Published: <strong>June 23, 2026</strong>
Last modified: June 23, 2026

---

Search plugins

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

# Avosist Chatbot

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

[Download](https://downloads.wordpress.org/plugin/avosist-chatbot.1.4.1.zip)

 * [Details](https://wordpress.org/plugins/avosist-chatbot/#description)
 * [Reviews](https://wordpress.org/plugins/avosist-chatbot/#reviews)
 *  [Installation](https://wordpress.org/plugins/avosist-chatbot/#installation)
 * [Development](https://wordpress.org/plugins/avosist-chatbot/#developers)

 [Support](https://wordpress.org/support/plugin/avosist-chatbot/)

## Description

**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

## Installation

 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.

## Reviews

![](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/) June 23, 2026

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/) June 23, 2026

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!

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/avosist-chatbot/reviews/)

## Contributors & Developers

“Avosist Chatbot” is open source software. The following people have contributed
to this plugin.

Contributors

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

[Translate “Avosist Chatbot” into your language.](https://translate.wordpress.org/projects/wp-plugins/avosist-chatbot)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/avosist-chatbot/), 
check out the [SVN repository](https://plugins.svn.wordpress.org/avosist-chatbot/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/avosist-chatbot/)
by [RSS](https://plugins.trac.wordpress.org/log/avosist-chatbot/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 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.

## Meta

 *  Version **1.4.1**
 *  Last updated **14 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [AI](https://wordpress.org/plugins/tags/ai/)[artificial intelligence](https://wordpress.org/plugins/tags/artificial-intelligence/)
   [chatbot](https://wordpress.org/plugins/tags/chatbot/)[customer support](https://wordpress.org/plugins/tags/customer-support/)
   [live chat](https://wordpress.org/plugins/tags/live-chat/)
 *  [Advanced View](https://wordpress.org/plugins/avosist-chatbot/advanced/)

## Ratings

 5 out of 5 stars.

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

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

[See all reviews](https://wordpress.org/support/plugin/avosist-chatbot/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/avosist-chatbot/)