=== Visito AI ===
Contributors: visitoai
Tags: ai webchat, webchat bubble, gpt, virtual assistant, script
Requires at least: 5.0
Tested up to: 6.8
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Embed the Visito AI script into your WordPress site with a custom API key.

== Description ==
Lets users embed the Visito AI assistant by adding an API key from the WordPress admin panel.

== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Go to Settings > Visito AI to enter your API key.

== External services ==

This plugin loads a client script from https://api.visitoai.com to embed the Visito AI chat widget.

What is sent and when:
* When the front-end loads, the plugin enqueues the script "embed.min.js" from the domain above.
* The script receives two configuration values: `domain` (fixed to visitoai.com) and the API key you enter in the plugin settings.
* Depending on your Visito AI account configuration, the widget may send anonymized usage telemetry and end-user chat messages to Visito AI’s servers to provide the service.

Provider:
* Visito AI — Terms: https://www.visitoai.com/terms — Privacy: https://www.visitoai.com/privacy

Note: No WordPress usernames/passwords are sent. You can disable the widget at any time by removing the API key in the plugin settings.


== Changelog ==
= 1.0.1 =
* Second release.