How to install intelliWP plugin
IntelliWP represents a significant evolution in artificial intelligence integration with WordPress. This WordPress AI agent goes beyond traditional chatbots, offering a smart WordPress AI agent that trains specifically with your website content. The plugin transforms your WordPress into a WordPress conversational agent capable of understanding and answering complex questions based on your unique content.
System requirements before installation
Before proceeding with the installation of the WordPress intelligent agent, it’s essential to verify that your environment meets the necessary technical requirements. IntelliWP requires precise specifications to function correctly and leverage all its AI processing capabilities.
minimum technical specifications
The IntelliWP plugin establishes specific requirements that must be met before installation. Your WordPress installation must run on version 5.8 or higher, although the plugin has been tested up to WordPress 6.5. This compatibility range ensures that all WordPress AI agent functionalities operate without conflicts with WordPress’s most recent features.
The most critical requirement is PHP 8.0 or higher. This specific version is essential because IntelliWP uses modern PHP features to optimize data processing and communication with the OpenAI API. Earlier PHP versions don’t provide the performance or stability necessary for artificial intelligence operations.
server compatibility verification
You can verify your PHP version by navigating to Dashboard > Tools > Site Health in your WordPress admin. In the “Info” section, you’ll find your server details, including the PHP version. If your hosting doesn’t meet PHP 8.0, contact your provider to request the upgrade before installing the plugin.
Standard wordpress plugin installation
The IntelliWP installation process follows WordPress standard procedure with some specific considerations. During activation, the plugin automatically executes scripts that create the necessary database tables for storing files, AI models, and training history.
method 1: installation from wordpress repository
Access your WordPress administration panel and navigate to Plugins > Add New. In the search field, type “IntelliWP” and locate the official plugin developed by Eduardo Vega. The smart WordPress AI agent will appear with its characteristic description about empowering websites with sophisticated AI agents.
Click Install Now and wait for WordPress to automatically download and install the plugin. Once the download is complete, the Activate button will appear. Activation is crucial because during this process IntelliWP configures its database structure and establishes the default options necessary for the WordPress conversational agent operation. (Waiting for aproved)
method 2: manual installation via ftp
For manual installations, download the plugin ZIP file from here. Extract the file and upload the intelliwp folder to the /wp-content/plugins/ directory of your WordPress installation. Subsequently, activate the plugin from the admin panel in Plugins > Installed Plugins.
post-installation verification
After successful activation, verify that IntelliWP appeared in the main WordPress admin menu. If the plugin installed correctly, you should be able to access the Dashboard from this menu.
Essential openai api configuration
OpenAI API configuration constitutes the functional core of IntelliWP. Without a valid API key, the WordPress intelligent agent cannot process queries or train models. The plugin implements a priority system for API key management that prioritizes security and flexibility.
obtaining the openai api key
Visit platform.openai.com and create an account if you don’t have one. Navigate to the API Keys section and generate a new key. OpenAI provides different access levels; for IntelliWP you need access to chat models and embeddings. Copy the complete key, which begins with “sk-” followed by an alphanumeric string.
api key configuration methods
IntelliWP offers three methods to configure your API key, ordered by security level. The plugin implementation automatically checks these methods in priority order, always using the most secure available.
Priority method: environment variable Configure the OPENAI_API_KEY environment variable on your server. This method is the most secure because it keeps the key outside your WordPress database. On Linux servers, you can set the variable using: export OPENAI_API_KEY="your-key-here". This approach is especially recommended for production sites.
Intermediate method: wp-config.php Add the following line to your wp-config.php file, preferably near other configuration constants: define('OPENAI_API_KEY', 'your-api-key-here');. This method keeps the key in code but outside the database, providing an intermediate security level.
Fallback method: administrative interface As a last resort, you can enter the key directly in IntelliWP > Settings within the WordPress admin panel. Although this method stores the key in the database, IntelliWP implements automatic cleanup measures when it detects more secure configurations.
validation and connection testing
Once the API key is configured, IntelliWP provides an integrated test function. On the settings page, use the Test API Connection button to verify that communication with OpenAI works correctly. A successful connection will show the message “OpenAI API working correctly” along with the number of models available in your account.
Unique features during configuration
During the configuration process, IntelliWP deploys several distinctive features that differentiate it from other WordPress AI plugins. The RAG (Retrieval-Augmented Generation) system allows the WordPress AI agent to dynamically access your content without requiring constant retraining, a significant advantage over traditional fine-tuning approaches.
The plugin implements a WordPress cache system that optimizes database queries related to models, embeddings, and files, significantly improving admin panel response times. The modular architecture allows selecting between two main AI approaches: the RAG (Retrieval-Augmented Generation) system for dynamic content updates, or traditional fine-tuning for custom models trained specifically with your content.
Common troubleshooting
error: “cannot connect with openai”
This error typically indicates problems with the API key or connectivity. Verify that the key is correctly configured and that your server has internet access. IntelliWP requires your server to be able to make outbound HTTPS connections to api.openai.com.
problem: plugin doesn’t appear after activation
If IntelliWP doesn’t appear in the admin menu, verify your PHP version. The plugin requires PHP 8.0+ and fails silently on earlier versions. Check WordPress error logs in Tools > Site Health to identify specific errors.
warning: database tables not created
Database permission issues can prevent IntelliWP from creating necessary tables. Ensure your WordPress user has CREATE and ALTER permissions on the database. You can verify this by contacting your hosting provider or checking MySQL logs.
Successful IntelliWP installation transforms your WordPress into a powerful and versatile WordPress conversational agent. The plugin establishes the foundation for creating intelligent user experiences that go beyond traditional WordPress capabilities, leveraging the power of modern artificial intelligence to provide contextual and accurate responses based on your unique content.