=== Go Converto ===
Contributors: goconverto
Tags: chatbot, live chat, artificial intelligence, customer support, leads
Requires at least: 5.8
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Connect your site to Go Converto — the AI chatbot that learns your business and turns visitors into customers.

== Description ==

Go Converto is an AI chatbot that automatically learns your business and answers visitor questions, captures leads, and books appointments — 24/7.

This plugin connects your WordPress site to your Go Converto account in one step:

1. Activate the plugin.
2. Paste your API key (found in your Go Converto dashboard under Widget Settings → Install).
3. Click Connect.

That's it — your chatbot goes live on every page automatically.

= External services =

This plugin relies on the Go Converto service to work, and connects to it in two ways:

* **Connecting your API key.** When you click "Connect" (or "Disconnect") on the Go Converto settings page, the plugin sends the API key you entered to `api.bayshorecommunication.com` to verify it and fetch your chatbot's name. This only happens when an administrator takes that action in wp-admin.
* **Loading the chat widget.** Once connected, every front-end page loads a script from `widget.goconverto.com` (the same widget script your Go Converto dashboard hands out manually) so visitors can chat with your bot. This script is not loaded in wp-admin.

Go Converto is a third-party service. Please review the [Go Converto Terms of Service](https://www.goconverto.com/terms) and [Privacy Policy](https://www.goconverto.com/privacy) before connecting your site.

== Installation ==

1. Upload the plugin, or install it via Plugins → Add New → search "Go Converto".
2. Activate it.
3. You'll be redirected straight to the Go Converto setup page — paste your API key and click Connect.

== Frequently Asked Questions ==

= Where do I find my API key? =
In your Go Converto dashboard, under Widget Settings → Install. It looks like `org-xxxxxxxxxxxxxxxxxxxxxxxx`.

= Does this slow down my site? =
The widget script only loads on the front end, never in wp-admin, and loading is handled by the widget script itself.

= Does this plugin send data to a third party? =
Yes — see "External services" above. Your API key is sent to Go Converto to verify the connection, and the chat widget is loaded from Go Converto's servers on your site's front end.

= How do I remove it? =
Click Disconnect on the Go Converto settings page, or just deactivate/delete the plugin — all stored settings are cleaned up on uninstall.

== Screenshots ==

1. The Go Converto setup screen before connecting.
2. The connected state, showing the active chatbot.

== Changelog ==

= 1.0.1 =
* Widget script is now loaded via wp_enqueue_script() instead of being printed directly.

= 1.0.0 =
* Initial release: activation redirect, API key connect flow, automatic site-wide embed.
