Skip to main content

Installing & Updating

Requirements

AI Assistant requires:

Craft CMS compatibility:

  • Craft CMS 4.x or 5.x (4.0.0+ / 5.0.0+)
  • PHP 8.0+
  • Valid API key(s) for configured providers (OpenAI, Google Gemini, Anthropic, xAI, or Replicate)

Installation

AI Assistant can be installed one of two ways:

Via Composer

  1. Require the package:

    composer require solspace/craft-aiassistant
  2. In Craft CP → Plugins, install "AI Assistant"

  3. Configure providers in AI Assistant → Integrations

  4. Enable fields in AI Assistant → Settings

Via Plugin Store

  1. Go to Plugin Store in your Craft control panel
  2. Search for "AI Assistant"
  3. Click Install
  4. Configure providers in AI Assistant → Integrations
  5. Enable fields in AI Assistant → Settings

Updating

To update AI Assistant:

  1. Run composer update solspace/craft-aiassistant in your terminal
  2. Or update via the Plugin Store in your Craft control panel

After updating, clear your caches and check the changelog for any breaking changes.