Description
Add an AI chatbot to WordPress in a few clicks and let it answer visitor questions automatically, 24/7.
monoshiri AI Widget puts an AI-powered live chat button on your WordPress site that replies to visitors instantly. Instead of generic answers, the chatbot responds using your own content – FAQs, product manuals, help docs, and internal knowledge you upload to monoshiri.ai. The result: faster customer support, fewer repetitive emails, and answers that are actually accurate for your business.
The chat is powered by monoshiri.ai, an AI knowledge base (RAG) service. You upload your documents, and the AI searches them to generate grounded, source-based answers for every question your visitors ask.
What you can use it for
- FAQ automation – turn your help pages and FAQs into an interactive AI chatbot that answers in natural language
- Customer support – deflect common questions and reduce support tickets with instant, around-the-clock replies
- Product and documentation help – let visitors ask questions about your manuals, guides, and specs and get direct answers
- Internal knowledge – surface answers from your team’s documents and onboarding material
- Lead and pre-sales questions – answer “how does it work / how much / does it support X” before a visitor leaves
Main features
- Adds an AI chat button to the bottom-right or bottom-left of every page
- Answers visitor questions from the documents you upload (your own FAQ and knowledge base)
- Display control (all pages / front page only / static pages only / disabled)
- No coding required – paste one embed code and you are live
- Built-in connection test for the API key
- Works with any WordPress theme (rendered as a floating widget)
- Mobile responsive (full-screen display on small screens)
- Customizable theme color, set from the monoshiri.ai dashboard
- View conversation logs in WordPress – see what visitors asked and how the AI answered, without leaving your admin (requires a read-only integration key)
Why monoshiri AI Widget
Most chat plugins either need a human to answer or give scripted replies. monoshiri AI Widget answers automatically using your real content, so visitors get specific, trustworthy answers and you save hours of repetitive support work.
Requirements
This plugin requires a monoshiri.ai account and a widget API key issued from the monoshiri.ai dashboard.
- Sign up at https://monoshiri.ai/
- Create a widget in the dashboard and issue an API key
- Paste the embed code into this plugin’s settings screen
External services
This plugin connects to the monoshiri.ai service. The plugin loads the chat widget script from monoshiri.ai and sends user queries to api.monoshiri.ai when a visitor interacts with the widget.
Services used:
- monoshiri.ai API (https://api.monoshiri.ai)
- When a visitor uses the chat: the question text and the current page URL
- When an administrator opens the “Conversation logs” page: the integration key, to read past conversations for this widget (read-only)
- monoshiri.ai widget script (https://monoshiri.ai)
Data sent:
- The query text typed by site visitors into the chat widget
- The URL of the current page (for context)
- The visitor’s IP address (as part of the HTTP request)
- The API key configured in plugin settings (for authentication)
When data is sent:
- Data is only sent when a visitor opens the chat widget and types a message
- No data is sent during normal page loads
- If the API key is not configured, the plugin does nothing
- No external requests are made when the plugin is installed or activated. The plugin only contacts monoshiri.ai servers (a) when a site administrator clicks the “Test connection” button on the settings screen, and (b) when a visitor opens the chat widget on the front-end.
Provider information:
- Service operator: monoshiri.ai (Makoto Kobayashi)
- Terms of service: https://monoshiri.ai/terms
- Privacy policy: https://monoshiri.ai/privacy#widget
Screenshots



Installation
- In your WordPress admin, go to Plugins Add New, search for “monoshiri AI”, and install
- Click “Activate”
- Open “monoshiri AI” in the left menu and paste your embed code (the entire
<script>tag from app.monoshiri.ai) - Click “Save Changes”
FAQ
-
Is the plugin free?
-
Yes. The plugin is free under the GPLv2 license, and you can also run the chatbot on the free monoshiri.ai plan – no credit card required. The free plan answers up to 150 questions per month. If you need more, paid plans start at 1,000 answers per month. See https://monoshiri.ai/pricing for details.
-
How many questions can the AI chatbot answer?
-
It depends on your monoshiri.ai plan. Free: 150 answers per month. Light: 1,000. Standard: 3,000. Pro: 20,000. Answers from the widget and from the monoshiri.ai dashboard share the same monthly quota, which resets on the 1st of each month. There is no setup fee and no minimum contract period on any plan.
-
Can I see what visitors asked and how the AI answered?
-
Yes. Issue an “Integration key” in the monoshiri.ai dashboard and save it on the plugin settings screen. A “Conversation logs” page then appears under the monoshiri AI menu, showing each conversation, the visitor’s questions, the AI’s answers, and the feedback they left. The key is read-only – it cannot change any settings or send messages, and it is separate from the key in your embed code.
-
How does the AI chatbot answer questions?
-
The chatbot does not invent answers. You upload your own documents (FAQs, manuals, help docs) to monoshiri.ai, and the AI searches that content to generate grounded answers. This means replies are based on your real information, not generic web knowledge.
-
Do I need any coding to add the AI chatbot?
-
No. After you create a widget and get an embed code from the monoshiri.ai dashboard, you paste it into the plugin settings and save. No HTML, CSS, or JavaScript editing is required.
-
Does it work as a customer support and FAQ chatbot?
-
Yes. The most common uses are FAQ automation and customer support: the chatbot answers repetitive questions instantly, around the clock, so you reduce support tickets and emails. It works equally well for product help and documentation lookups.
-
Does the AI chatbot support languages other than English?
-
Yes. monoshiri.ai handles multiple languages, including Japanese. The chatbot can answer in the language a visitor uses, based on the documents you upload.
-
Can I customize the widget color and theme?
-
Yes. You can configure the theme color in the monoshiri.ai dashboard and the changes apply automatically to the widget on your site.
-
Where are visitor questions sent?
-
When a visitor opens the chat widget, their input and the URL of the current page are sent to monoshiri.ai servers (api.monoshiri.ai) for AI response generation. See the “External services” section below for details.
-
Does the widget work on all WordPress themes?
-
Yes. The widget is rendered as a fixed floating element via the embed script, so it works regardless of theme.
-
Can I disable the widget on specific pages?
-
The plugin offers four display options on the settings screen: all pages / front page only / static pages only / disabled (do not display anywhere). Disabling the widget on individual specific pages is planned in a future release.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Free AI Chatbot for Support & FAQ – monoshiri AI” is open source software. The following people have contributed to this plugin.
Contributors“Free AI Chatbot for Support & FAQ – monoshiri AI” has been translated into 2 locales. Thank you to the translators for their contributions.
Translate “Free AI Chatbot for Support & FAQ – monoshiri AI” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.3
- Renamed the plugin listing to “Free AI Chatbot for Support & FAQ – monoshiri AI” so the feature comes first and the brand follows
- No functional changes
1.1.2
- Confirmed compatibility with WordPress 7.1 and updated the “Tested up to” value
- No functional changes
1.1.1
- Fix: the “Conversation logs” submenu did not appear. It was registered under a wrong parent slug in 1.1.0, so the page could only be reached by typing its URL
- Added an “Open conversation logs” button on the settings screen (shown once an integration key is saved)
1.1.0
- New: Conversation logs page – view visitor questions, AI answers, and feedback directly in the WordPress admin
- Added an “Integration key” setting (read-only key issued in the monoshiri.ai dashboard). The key cannot change settings or send messages, and is separate from the embed code key
- The integration key is removed from the database when the plugin is uninstalled
- Updated translations for all 17 locales
1.0.3
- Fix incorrect FAQ: the chat widget works on the free monoshiri.ai plan too (150 answers per month). The previous readme said a paid plan was required, which was wrong
- Add an FAQ entry listing the monthly answer limit for each plan
- Fix the widget script host in “External services” and in the default setting: it is
monoshiri.ai, not the non-existentwidget.monoshiri.ai - Improve the short description for clarity
1.0.2
- Confirmed compatibility with WordPress 7.0 and updated the “Tested up to” value
- readme: Improved title, tags, description, and FAQ for clarity and discoverability
- No functional changes
1.0.1
- readme: Clarify that embedding the widget on a website requires a paid plan (Light or higher)
- readme: Correct the display option count from three to four (now explicitly mentions the “disabled” option)
- readme: Minor wording improvements in the description
- Tags: Updated for better discoverability on the WordPress.org directory
1.0.0
- Initial release
