Title: Benachat
Author: Benapole
Published: <strong>2026年9月9日</strong>
Last modified: 2026年9月13日

---

プラグインを検索

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

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

# Benachat

 作者: [Benapole](https://profiles.wordpress.org/benapole/)

[ダウンロード](https://downloads.wordpress.org/plugin/benachat.1.0.1.zip)

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

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

## 説明

Benachat AI Chatbot lets you build a support chatbot from the content you already
have in WordPress: posts, pages, custom post types, pasted text, uploaded documents
or fetched URLs.

You bring your own API key from the AI provider of your choice. Your training content
stays in your own WordPress database, and chat requests go directly from your server
to the provider you configured — no account, subscription or middle-man service 
is required.

Features:

 * Bring your own API key (free provider tiers are supported)
 * Train on posts, pages, custom post types, pasted text, uploaded documents or 
   fetched URLs
 * Chat widget with fullscreen mode and quick reply suggestions
 * Appearance customization: colors, gradient, avatar, launcher icon, position, 
   corner radius, dark mode
 * Choose exactly which pages show the widget (everywhere / include / exclude)
 * Auto-open, mobile handling, logged-in-only mode and the `[benachat]` shortcode
 * Master on/off switch and a guided setup

### External services

This plugin does not connect to any service of its own. It connects **only** to 
the AI provider that you select and configure with your own API key, and only in
order to generate chat answers.

**What data is sent and when:** when a visitor sends a message in the chat widget(
or you use the “test” action in the admin), the plugin sends that message, the recent
messages of the same conversation, your configured system prompt, and the matching
excerpts from your own training content to the provider endpoint, authenticated 
with your API key. Nothing is sent when the widget is idle, and no data is sent 
if no API key is configured.

Additionally, if you use **Training  Import from URL**, the plugin fetches the exact
URL you enter so its text can be added to your knowledge base. No data other than
the standard HTTP request is sent to that address.

You choose one of the following providers; its terms and privacy policy apply to
the data sent:

 * **Groq** — endpoint `https://api.groq.com/openai/v1/chat/completions`. Terms:
   https://groq.com/terms-of-sale/ — Privacy: https://groq.com/privacy-policy/
 * **Cerebras** — endpoint `https://api.cerebras.ai/v1/chat/completions`. Terms:
   https://www.cerebras.ai/terms-of-service — Privacy: https://www.cerebras.ai/privacy
 * **OpenAI** — endpoint `https://api.openai.com/v1/chat/completions`. Terms: https://
   openai.com/policies/terms-of-use/ — Privacy: https://openai.com/policies/privacy-
   policy/
 * **OpenRouter** — endpoint `https://openrouter.ai/api/v1/chat/completions`. Terms:
   https://openrouter.ai/terms — Privacy: https://openrouter.ai/privacy
 * **Anthropic** — endpoint `https://api.anthropic.com/v1/messages`. Terms: https://
   www.anthropic.com/legal/consumer-terms — Privacy: https://www.anthropic.com/legal/
   privacy
 * **Google Gemini** — endpoint `https://generativelanguage.googleapis.com/v1beta/
   openai/chat/completions`. Terms: https://ai.google.dev/gemini-api/terms — Privacy:
   https://policies.google.com/privacy
 * **Mistral AI** — endpoint `https://api.mistral.ai/v1/chat/completions`. Terms:
   https://mistral.ai/terms — Privacy: https://mistral.ai/terms#privacy-policy
 * **DeepSeek** — endpoint `https://api.deepseek.com/chat/completions`. Terms: https://
   platform.deepseek.com/downloads/DeepSeek%20Terms%20of%20Use.html — Privacy: https://
   platform.deepseek.com/downloads/DeepSeek%20Privacy%20Policy.html
 * **Together AI** — endpoint `https://api.together.xyz/v1/chat/completions`. Terms:
   https://www.together.ai/terms-of-service — Privacy: https://www.together.ai/privacy
 * **Custom OpenAI-compatible endpoint** — the address you enter yourself; the terms
   and privacy policy of that service apply.

### Privacy

The plugin collects no analytics and sends no data to the plugin author. Chat messages
are transmitted only to the AI provider you configured. If you enable the optional“
Powered by” credit in the widget (disabled by default), a link to the author’s site
is shown in the widget; no data is sent by displaying it.

## インストール

 1. Upload the `benachat` folder to `/wp-content/plugins/`, or install the ZIP from
    Plugins  Add New  Upload Plugin.
 2. Activate the plugin.
 3. Go to **Benachat  Connection** and paste the API key of the AI provider you want
    to use.
 4. Go to **Benachat  Training** and import your content.
 5. Customize under **Benachat  Appearance** and **Display Rules**.

## FAQ

### Do I need an account with the plugin author?

No. The plugin only needs an API key from the AI provider you choose. The plugin
never contacts the author’s servers.

### Which AI providers are supported?

Groq, Cerebras, OpenAI, OpenRouter, Anthropic, Google Gemini, Mistral, DeepSeek,
Together AI, and any OpenAI-compatible endpoint you enter yourself.

### Where is my data stored?

Training content is stored in your own WordPress database. Chat messages are sent
only to the AI provider you configured, using your own API key.

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

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

貢献者

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

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

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

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

## 変更履歴

#### 1.0.1

 * General security updates

#### 1.0.1

 * Updated the Benachat dashboard header logo and added compact website and author
   links.

#### 1.0.0

 * Initial release.

## メタ

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

## 評価

レビューはまだ送信されていません。

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

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

## 貢献者

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

## サポート

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

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