Title: PlatoDev Content Chat Assistant
Author: Platô Develop
Published: <strong>September 16, 2026</strong>
Last modified: September 16, 2026

---

Search plugins

![](https://ps.w.org/platodev-content-chat-assistant/assets/icon-256x256.png?rev
=3697806)

# PlatoDev Content Chat Assistant

 By [Platô Develop](https://profiles.wordpress.org/denisforigo/)

[Download](https://downloads.wordpress.org/plugin/platodev-content-chat-assistant.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/platodev-content-chat-assistant/#description)
 * [Reviews](https://wordpress.org/plugins/platodev-content-chat-assistant/#reviews)
 *  [Installation](https://wordpress.org/plugins/platodev-content-chat-assistant/#installation)
 * [Development](https://wordpress.org/plugins/platodev-content-chat-assistant/#developers)

 [Support](https://wordpress.org/support/plugin/platodev-content-chat-assistant/)

## Description

PlatoDev Content Chat Assistant adds an intelligent floating chat widget to your
website that answers visitor questions directly from your published WordPress posts,
pages, and custom post types, powered by a hosted RAG (Retrieval-Augmented Generation)
backend.

#### Key Features

 * **AI-Powered Chat Widget** — Modern floating button opening an interactive conversational
   assistant
 * **RAG (Retrieval-Augmented Generation)** — Accurate, hallucination-free answers
   based on your actual site content
 * **Drawer & Modal Layouts** — Freely choose between a floating side panel (Drawer)
   or centered overlay modal
 * **Customizable Appearance** — Configure colors, icons, greeting messages, animations,
   and widget position
 * **Content Synchronization** — Select any public post types (posts, pages, WooCommerce
   products, custom post types) to sync
 * **Automatic or Manual Sync** — Trigger one-click manual synchronization or schedule
   automated periodic background updates
 * **Admin-First Configuration** — Full control inside your WordPress admin dashboard
 * **Optional Bot Protection** — Optional Cloudflare Turnstile integration to protect
   your chat against scrapers and spam bots

#### How It Works

 1. Install PlatoDev Content Chat Assistant from the WordPress directory or upload 
    the plugin zip.
 2. Go to **Settings > PlatoDev Chat** in your WordPress admin.
 3. Configure your connection keys and customize the widget appearance.
 4. Synchronize your published content.
 5. Visitors can now chat with an intelligent assistant that knows your website!

#### External Services

This plugin connects your WordPress site to cloud infrastructure and AI services
to generate vector embeddings, index content, and answer visitor questions. The 
external services utilized are:

 1. **PlatoDev Cloud Platform / Backend Service**

* **Service URLs:** https://wpaichat.vercel.app and https://sincere-owl-776.convex.
site
 * **Terms of Service:** https://wpaichat.vercel.app/privacy * **Privacy Policy:**
https://wpaichat.vercel.app/privacy * **What data is sent and when:** – Site URL
and license key are sent when validating or activating a license. – Published post
and page content (titles, body text, excerpt, permalinks, and post IDs) are transmitted
when synchronizing content for semantic vector indexing. – Visitor chat messages
are transmitted to the backend endpoint when a user asks a question in the chat 
widget. * **Purpose:** Stores vector embeddings in the cloud database, executes 
similarity searches, orchestrates AI responses, and validates licenses.

 1. **Google Gemini API**

* **Service URL:** https://ai.google.dev/
 * **Terms of Service:** https://ai.google.
dev/gemini-api/terms * **Privacy Policy:** https://policies.google.com/privacy ***
What data is sent and when:** Visitor query text and contextual excerpts of your
published posts are sent when an answer is being generated. * **Purpose:** Provides
large language model (LLM) reasoning and natural language answer generation.

 1. **Voyage AI**

* **Service URL:** https://www.voyageai.com/
 * **Terms of Service:** https://www.
voyageai.com/tos * **Privacy Policy:** https://www.voyageai.com/privacy * **What
data is sent and when:** Post and page content are sent during synchronization. ***
Purpose:** Computes high-dimensional vector embeddings for fast and accurate semantic
retrieval.

 1. **Cloudflare Turnstile**

* **Service URL:** https://www.cloudflare.com/products/turnstile/
 * **Terms of 
Service:** https://www.cloudflare.com/website-terms/ * **Privacy Policy:** https://
www.cloudflare.com/privacypolicy/ * **What data is sent and when:** Visitor browser
verification tokens are validated when the chat widget is opened. * **Purpose:**
Optional CAPTCHA-free bot, spam, and abuse prevention.

#### Privacy & Data Handling

This plugin sends data to the external backend to provide AI search and chat capabilities:
***
License and URL:** transmitted during activation and verification. * **Content:**
published posts/pages are transmitted for semantic vector indexing. * **Chat Queries:**
visitor questions asked through the chat widget are processed to return contextual
answers.

Settings are stored in your WordPress `wp_options` table and are completely removed
upon uninstalling the plugin. For additional information, review your WordPress 
Privacy Policy guide under **Settings > Privacy**.

## Screenshots

[⌊Plugin settings and configuration dashboard in wp-admin⌉⌊Plugin settings and configuration
dashboard in wp-admin⌉[

Plugin settings and configuration dashboard in wp-admin

[⌊AI Chat assistant in action on the website frontend⌉⌊AI Chat assistant in action
on the website frontend⌉[

AI Chat assistant in action on the website frontend

## Installation

 1. In your WordPress admin, go to **Plugins > Add New**
 2. Search for **PlatoDev Content Chat Assistant**
 3. Click **Install Now** and then **Activate**
 4. Navigate to **Settings > PlatoDev Chat** in your WordPress dashboard
 5. Configure your settings and click **Sincronizar Conteúdo Agora**
 6. The chat widget is now live on your website!

#### Shortcode Usage

Display the chat button anywhere in your content using the shortcode:

    ```
    [platodev_chat]
    ```

With optional customization parameters:

    ```
    [platodev_chat position="left" label="Contact Us" color="#04b98f" icon="chat" animation="float" window_style="popup"]
    ```

Available parameters: * `position` — `left` or `right` (default: `right`) * `label`—
Button label text (default: `Chat`) * `color` — Hex color code (default: `#04b98f`)*`
icon` — `sparkles`, `bot`, `chat`, `lightbulb`, `academic`, `shield`, `globe`, `
heart`, `star` * `animation` — `float`, `pulse`, `wiggle`, `glow`, `bounce`, `none`*`
window_style` — `modal` or `popup` (drawer)

_(Note: `[wp\_rag\_chat]` and `[ai\_rag\_chat]` are also supported as backward-compatible
aliases)._

## FAQ

### Does this plugin run the AI model directly on my WordPress server?

No. Modern AI large language models and vector embedding algorithms require dedicated
GPU and vector database infrastructure. The WordPress plugin connects your site 
to the hosted cloud backend, synchronizes your content, and renders the frontend
chat interface.

### Do I need a paid license key to use the plugin?

No. You can use the plugin freely by connecting your Google Gemini API key and backend
endpoint in the settings. A paid license key is only needed if you subscribe to 
a managed Pro or Business plan for fully managed cloud hosting, automated cloud 
synchronization, and dedicated support.

### How do I synchronize my content?

You can click “Sincronizar Conteúdo Agora” in the plugin settings at any time, or
choose an automated background verification interval (e.g., every 6 hours, 12 hours,
daily, or weekly).

### Can I customize the chat appearance?

Yes. You can customize colors, icons, animation effects, button position, drawer
vs modal format, titles, and placeholders directly in the admin dashboard.

### What post types can I index?

You can select any public post type registered in your WordPress installation, including
Posts, Pages, WooCommerce Products, and Custom Post Types (CPTs).

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“PlatoDev Content Chat Assistant” is open source software. The following people 
have contributed to this plugin.

Contributors

 *   [ Platô Develop ](https://profiles.wordpress.org/denisforigo/)

[Translate “PlatoDev Content Chat Assistant” into your language.](https://translate.wordpress.org/projects/wp-plugins/platodev-content-chat-assistant)

### Interested in development?

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

## Changelog

#### 1.0.0

 * Initial release under PlatoDev Content Chat Assistant
 * Unrestricted post type selection and drawer/modal layouts
 * Enqueued admin stylesheets and scripts
 * Full external services and privacy documentation
 * Multi-language support and internationalization

## Meta

 *  Version **1.0.0**
 *  Last updated **12 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 8.0 or higher **
 * Tags
 * [AI](https://wordpress.org/plugins/tags/ai/)[assistant](https://wordpress.org/plugins/tags/assistant/)
   [chat](https://wordpress.org/plugins/tags/chat/)[chatbot](https://wordpress.org/plugins/tags/chatbot/)
   [rag](https://wordpress.org/plugins/tags/rag/)
 *  [Advanced View](https://wordpress.org/plugins/platodev-content-chat-assistant/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/platodev-content-chat-assistant/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/platodev-content-chat-assistant/reviews/)

## Contributors

 *   [ Platô Develop ](https://profiles.wordpress.org/denisforigo/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/platodev-content-chat-assistant/)