
Chat interface on the website front end.
Mind Web Concierge brings intelligent AI assistance directly to your WordPress website. Powered by RAG (Retrieval-Augmented Generation) technology, it understands your content and delivers accurate, context-aware responses to your visitors in real time.
It allows you to:
Perfect for:
Easy to install, configure, and scale.
This plugin stores chatbot conversation logs and metadata in the WordPress database. The following visitor data is collected per conversation: session ID, IP address, screen resolution, user agent (browser info), accepted language, referrer URL, timezone, and platform. Data is accessible only to authorized administrators. Depending on configuration, conversation content may be sent to external services for AI processing.
This plugin connects to the following external services operated by Smart Processes. Data is transmitted to these services during normal plugin operation.
Mind Spaces is the knowledge management platform behind Mind Web Concierge. It lets you manage spaces (knowledge bases), upload documents, and ask questions directly to test AI responses. For more information visit: https://spaces.smartmind.services
The plugin may display links to Smart Mind legal or product pages for administrator reference and optional front-end branding. These links do not process visitor chat content.
The plugin communicates with Smart Processes services only for features explicitly enabled and used by the site administrator, such as AI responses, content indexing, notebook access, pricing retrieval, and subscription management. No personal user data is transmitted without the administrator’s configuration and the visitor’s direct interaction with the chatbot.
The plugin defines the following internal constants. These are set automatically and do not require manual configuration.
The base URL for the RAG API service. Used for all indexing, category management, and streaming ask requests.
Value: https://rag.smartprocesses.cloud
The base URL for the Mind Spaces (Notebooks) service. Used for authentication, notebook retrieval, and knowledge base management.
Value: https://spaces.smartmind.services
The base URL for the Stripe subscription management API. Used for trial creation, subscription status, cancellation, reactivation, and invoice downloads.
Value: https://subscriptions.smartprocesses.cloud/api
The Stripe Product ID associated with this plugin’s subscription plan. Passed automatically when creating trial subscriptions.
Value: prod_U3VYkOBf6Ngqi3
The URL of the service provider’s product page. Used to display an optional “Powered by” link in the chatbot widget when enabled by the administrator.
Value: https://smartmind.it/
The plugin communicates with external services through the following internal functions.
mindweco_plugin_api_login( $base_url, $username, $password )
Authenticates with the RAG API and retrieves an access token.
mindweco_plugin_refresh_token()
Refreshes the main RAG API access token using stored credentials.
mindweco_plugin_knowledge_repository_get_token()
Returns a valid knowledge repository token, refreshing automatically if expired.
mindweco_plugin_knowledge_repository_refresh_token()
Refreshes the knowledge repository token using stored credentials.
mindweco_plugin_knowledge_repository_login_with_cookie( $base_url, $username, $password, $external_id, $external_name, $type )
Authenticates with the knowledge repository (Mind Spaces) and retrieves an auth token. Also registers the current indexing configuration as an external app connection.
mindweco_plugin_knowledge_repository_logout( $base_url, $external_app_id, $user_id )
Removes the external app connection from the knowledge repository and clears stored credentials.
mindweco_plugin_api_create_category( $base_url, $token, $name, $indexing_id, $sitemap_xml, $language, $parent_id )
Creates a new content category in the RAG service. Called automatically on plugin activation using the site’s nav menu sitemap.
mindweco_plugin_api_get_categories( $base_url, $token )
Retrieves all categories for the authenticated account.
mindweco_plugin_api_index_items( $base_url, $token, $category_id, $chunk_size, $chunk_overlap, $url, $wp_json, $header_levels, $meta, $local_item_id )
Indexes a WordPress post or page into the knowledge base. Also called automatically when a post is published or updated via the transition_post_status hook.
mindweco_plugin_api_index_products( $base_url, $token, $category_id, $chunk_size, $chunk_overlap, $product_json, $meta, $local_item_id )
Indexes a WooCommerce product into the knowledge base.
mindweco_plugin_api_delete_indexed_items( $base_url, $token, $category_id, $item_id )
Deletes a previously indexed item. Also called automatically when a post is trashed or permanently deleted via the before_delete_post and wp_trash_post hooks.
mindweco_ask_page_based_ref( $base_url, $token, $question, $category_id, $category_ids, $top_k, $app_guid, $callback, $items_ids, $conversation_id )
Sends a question to the streaming endpoint and delivers the response via Server-Sent Events (SSE). Uses cURL exclusively because the WordPress HTTP API does not support streaming callbacks. Supports multi-category queries and item-level filtering for Local Thinking mode.
mindweco_stripe_add_trial( $stripe_base_url, $app_guid, $product_id, $customer_email, $title, $site_base_url )
Creates a Stripe trial subscription and a new RAG user account simultaneously. Called on plugin activation.
mindweco_stripe_add_trial_without_user( $stripe_base_url, $app_guid, $product_id, $customer_email )
Creates a Stripe trial subscription without creating a user account.
mindweco_stripe_active_subscription( $stripe_base_url, $app_guid )
Retrieves the currently active Stripe subscription for a given app GUID. Called periodically via mindweco_periodic_subscription_check (every 30 minutes) to keep subscription status in sync.
mindweco_get_all_subscriptions( $stripe_base_url, $app_guid )
Retrieves all Stripe subscriptions for a given app GUID.
mindweco_get_history_subscription( $stripe_base_url, $app_guid )
Retrieves the full subscription history for a given app GUID.
mindweco_plugin_cancel_subscription( $stripe_base_url, $app_guid, $subscription_id, $cancel )
Cancels an active Stripe subscription. Also called automatically on plugin deactivation.
mindweco_plugin_reactivate_subscription( $stripe_base_url, $app_guid, $subscription_id, $cancel )
Reactivates a previously cancelled Stripe subscription.
mindweco_download_subscription_invoice( $stripe_base_url, $invoice_number )
Retrieves the PDF download URL for a given invoice number.
mindweco_plugin_create_attach_llm_to_config( $base_url, $token, $name, $llm_base_url, $model_name, $provider, $api_key, $indexing_id )
Creates a new LLM configuration and attaches it to an existing indexing configuration. The API key is encrypted before being stored using AES-256-CBC via mindweco_encrypt_api_key().
mindweco_plugin_update_llm_config( $base_url, $token, $llm_id, $name, $api_key, $llm_base_url, $model_name, $user_id )
Updates an existing LLM configuration.
mindweco_plugin_delete_llm_config( $base_url, $token, $llm_id )
Deletes an LLM configuration by ID and clears all related options from the WordPress database.
mindweco_plugin_get_notebooks( $base_url, $token )
Retrieves all notebooks (spaces) from the Mind Spaces knowledge repository.
Notebooks can be assigned to specific WordPress pages via the admin UI. These mappings are stored in the mindweco_page_based_notebooks option as an array keyed by page ID, each containing a title and a notebooks array of notebook IDs.
At runtime, mindweco_get_notebooks_for_page( $post_id ) looks up the current page’s title and returns its assigned notebook IDs. These are merged into the category_ids sent to the streaming endpoint.
Upload Plugin Method:
https://www.youtube.com/watch?v=Y8d5Sn0xg2I
Install via WordPress Search:
https://www.youtube.com/watch?v=x5ihEikliVE
This plugin transmits the following data to external services operated by Smart Processes:
The following visitor metadata is stored in the WordPress database per conversation session:
Data is transmitted to the following services:
A session cookie named mindweco_sid is set in the visitor’s browser containing only a randomly generated session ID (UUID v4). It is automatically deleted when the browser tab or window is closed.
Access tokens and passwords are encrypted at rest in the WordPress database
using AES-256-CBC encryption tied to the site’s unique AUTH_KEY.
This plugin stores the following data in the visitor’s browser localStorage to preserve UI preferences across page loads:
All data is stored locally in the visitor’s browser only. None of this data is transmitted to external servers. It is automatically cleared when the visitor starts a new chat session.
The subscription service may also be contacted server-side to retrieve pricing and billing-related information for the plugin’s subscription features.
The Smart Mind website may be referenced for legal pages, product information, optional pricing display, and optional front-end branding links.
For full details on how data is collected, processed, and protected, please refer to our Privacy Policy:
https://smartmind.it/mind-web-privacy-policy/