AI chatbot for Craft CMS Plugin Documentation

Quick guide for installing and managing the Asyntai AI Chatbot on your Craft CMS site.

Installation

  • Install via Composer in your Craft CMS project directory:
composer require asyntai/craft-chatbot
  • Enable the plugin:
php craft plugin/install asyntai
  • Clear your application cache:
php craft clear-caches/all
  • The plugin will appear in your Control Panel sidebar as Asyntai AI Chatbot.

Getting Started

  • Navigate to Asyntai AI Chatbot in your Craft CMS Control Panel sidebar.
  • Click "Get started" to log in or create a free Asyntai account.
  • Follow the popup to connect your site to Asyntai.
  • Once connected, the chatbot will automatically appear on all your public pages.

Managing Your Chatbot

  • View chat logs and conversations in the Asyntai dashboard.
  • Customize how your AI responds at Dashboard → Setup.
  • Change the chatbot's appearance and behavior from your dashboard.
  • To disconnect, click the "Reset" button in the Control Panel and reconnect if needed.

Compatibility

  • Craft CMS: 3.7+, 4.x, 5.x
  • PHP: 7.4+, 8.0+, 8.2+
  • Works with all supported Craft CMS versions.

Additional Commands

  • Update the plugin:
composer update asyntai/craft-chatbot
  • Disable the plugin:
php craft plugin/disable asyntai
  • Uninstall the plugin:
php craft plugin/uninstall asyntai
composer remove asyntai/craft-chatbot

Support

  • Email us at hello@asyntai.com or use our chatbot for help. We typically respond within 24 hours.
  • View the source code and report issues on GitHub.
  • Check the FAQ for common questions.