=== Flow365 AI Chat ===
Contributors: harvirdrake, flow365ai
Tags: ai, chatbot, customer support, assistant
Requires at least: 5.8
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 1.0.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Embed your Flow365 AI chat widget in seconds. Paste your container UUID and go. Script URL and container ID are pre-configured.

== Description ==
Flow365 AI Chat lets you add an AI-powered chat widget to your WordPress site. Just enter your Container UUID (from Flow365), and the plugin handles the rest. Supports sitewide auto-inject or shortcode.

**Features**
* One-field setup: only your Container UUID
* Sitewide auto-inject or `[flow365_ai_chat]` shortcode
* Clean, minimal code; no tracking

**Requirements**
* A free or paid Flow365.ai account – sign up at [https://flow365.ai](https://flow365.ai)
* A chat container UUID from your Flow365.ai dashboard.

== Installation ==
1. Install & activate the plugin.
2. Go to **Settings → Flow365 AI Chat** and paste your **Container UUID**.
3. (Optional) Leave **Auto-inject** on to show the widget sitewide, or turn it off and use the shortcode `[flow365_ai_chat]`.

== Frequently Asked Questions ==
= Where do I find my Container UUID? =
In your Flow365 dashboard, open your chat container and copy its UUID.

= Does this collect analytics? =
No. The plugin does not collect or transmit any data on its own.

== External services ==

This plugin loads a JavaScript file from Flow365.ai in order to display the chat widget:

- Script URL: https://files.flow365.ai/js/chat-container.js
- Purpose: render and operate the Flow365 AI chat widget on your site.

**What data is sent and when**

- On page load (when configured), your site loads the widget script from Flow365.ai’s CDN.
- On initialization, the plugin provides the widget with:
  - `containerId` (a fixed DOM container ID)
  - `containerUuid` (the UUID you enter in the plugin settings)
- When a visitor interacts with the chat, the widget communicates directly with Flow365.ai’s servers to deliver the chat experience. This may include chat messages and basic runtime context (e.g., page URL, timestamp, and browser data) required for operation.

**Provider**

- Flow365.ai – Terms of Service: https://flow365.ai/terms-of-service  
- Flow365.ai – Privacy Policy: https://flow365.ai/privacy-statement


== Screenshots ==
1. Settings screen with UUID field
2. Front-end chat bubble

== Changelog ==
= 1.0.0 =
* Initial release

== Upgrade Notice ==
= 1.0.0 =
First public release.
