=== Aisentic – AI Copilot for WordPress Dashboard ===
Contributors: arraytics, ehsanriyadh
Tags: ai, chatbot, admin assistant, free ai assistant, claude, gpt, openai
Requires at least: 5.2
Tested up to: 7.0
Stable tag: 1.0.0
Requires PHP: 8.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Manage WordPress with AI. Ask questions, configure plugins, perform tasks, and get instant guidance—all without leaving your dashboard.

== Description ==

Manage WordPress by simply asking. Aisentic is an AI-powered copilot built for WordPress. Instead of searching documentation, watching tutorials, or clicking through endless admin pages, simply describe what you need in plain English.

Whether you’re creating events, configuring restaurant menus, setting up payments, managing bookings, or learning how a plugin works, Aisentic provides contextual guidance and supported actions directly inside your WordPress dashboard.

With Aisentic you can:
* Ask questions in natural language
* Get step-by-step guidance tailored to your plugin
* Complete supported tasks without navigating complex menus
* Find settings instantly
* Reduce documentation searches and context switching
* Stay productive without leaving WordPress


Aisentic integrates AI assistants into your WordPress site using LLM providers (OpenAI, Google AI) and vector databases (Pinecone) for content embeddings and semantic search.

= Key Features =

* **Admin Assistant** - An AI-powered assistant for WordPress administrators within the dashboard.
* **Free to Use** - Use it for free within limits.
* **Easy Setup** - Just install, activate and use.
* **Smart Navigation** - Navigate to any page or post with a single click.
* **Integration with eventin, WPCafe** - Seamlessly integrate with eventin plugin.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/aisentic` directory, or install the plugin through the WordPress plugins screen.
2. Activate the plugin through the **Plugins** screen in WordPress.
== Frequently Asked Questions ==

= Which LLM providers are supported? =

Aisentic currently provides free access to ai features through our managed service.

= What vector database does the plugin use? =

The plugin uses Pinecone for storing and retrieving content embeddings.

= What are the server requirements? =

PHP 8.1 or higher and WordPress 5.2 or higher are required.

== Changelog ==

= 1.0.0 =
* Initial release

== Upgrade Notice ==

= 1.0.0 =
Initial release.

== Source Code ==

This plugin uses a React-based interface compiled with webpack.
Source files are available in the plugin's `assets/src/` directory.
Build steps: `npm install && npm run build`

== External Services ==

This plugin connects to the following external services:

= Aisentic API (app.aisentic.com) =

This plugin communicates with the Aisentic managed service API for:
* **Site registration** — sends your site name, email address, and domain to register your installation.
* **Token usage** — queries remaining API token balance for your account.
* **Sitemap search** — sends search queries to retrieve relevant site content.
* **HelpScout integration** — relays support chat data if HelpScout is enabled.

Service URL: https://app.aisentic.com
Privacy Policy: https://arraytics.com/privacy-policy/
Terms of Service: https://arraytics.com/terms-of-service/

= OpenAI =

If you configure an OpenAI API key, the plugin sends your content to OpenAI to generate embeddings and power AI responses.

Service URL: https://openai.com
Privacy Policy: https://openai.com/policies/privacy-policy/
Terms of Service: https://openai.com/policies/terms-of-use/

= Google AI (Gemini) =

If you configure a Google AI API key, the plugin sends your content to Google AI (Gemini) for embeddings and AI responses.

Service URL: https://ai.google.dev
Privacy Policy: https://policies.google.com/privacy
Terms of Service: https://policies.google.com/terms

= Pinecone =

If you configure a Pinecone vector database, the plugin stores and retrieves content embeddings from your Pinecone index.

Service URL: https://www.pinecone.io
Privacy Policy: https://www.pinecone.io/privacy/
Terms of Service: https://www.pinecone.io/terms/

= ThemeWinter Documentation (support.themewinter.com) =

When you run a documentation embedding sync, the plugin fetches public Eventin documentation pages from themewinter.com/docs so their content can be indexed for in-dashboard semantic search. Only the public documentation URLs are requested; no site or user data is sent to this service.

Service URL: https://support.themewinter.com
Privacy Policy: https://themewinter.com/privacy-policy/
Terms of Service: https://themewinter.com/terms-of-service/

**No data is sent to any external service without explicit configuration by the site administrator.**