Magento Admin ChatBot & Assistant Menu Navigation
The extension registers a dedicated, prominent Magento Admin ChatBot & Assistant Menu on the primary admin sidebar, featuring the official speech-bubble brand mark.
Magento Admin > CHATBOT > Dashboard & StatusMagento Admin > Marketing > Chatbot & Assistant > DashboardLive Subscription & Health Metrics Cards
The top row of the status screen presents 4 instant diagnostic cards summarizing operational readiness:
1,000 URLs • RabbitMQ Sync
Enabled on 32 / 38 pages
858 URLs available
Ping: 38ms (/v1/ping)
Real-Time RabbitMQ Queue Monitor
Monitor message backlogs across all three entity queues. Trigger on-demand drains without terminal access.
| Queue Name | AMQP Topic | Pending Messages | Consumer Status |
|---|---|---|---|
| CMS Pages Queue | clusterify.chatbot.sync.cms | 0 (Idle) | Cron Worker Ready |
| Categories Queue | clusterify.chatbot.sync.category | 0 (Idle) | Cron Worker Ready |
| Products Queue | clusterify.chatbot.sync.product | 14 (Draining) | Active Consumer |
CMS Pages Queue
0 Pending (Idle)Categories Queue
0 Pending (Idle)Products Queue
14 Pending (Draining)Terminal Reference Card (Embedded in Admin)
For system administrators who prefer CLI operations, the admin dashboard embeds copy-paste commands:
# 1. Reindex and queue all products to RabbitMQ
bin/magento clusterify:chatbot:sync:run --entity=product
# 2. Drain up to 50 pending messages immediately
bin/magento clusterify:chatbot:sync:consume --limit=50Frequently Asked Questions: Admin Dashboard & Operations
Common questions about live metrics, queue draining, plan detection, and admin permissions.
Where can administrators find the CHATBOT menu in Magento Admin?
What does the '⚡ Process Pending Tasks Now' button do?
How does live plan detection work on the status dashboard?
What does the URL Quota Usage counter (e.g. 142 / 1,000) indicate?
What should I do if the API Healthcheck shows 'DISCONNECTED'?
/v1/ping endpoint (e.g. invalid credentials or network block). Check that your API Public Key and Secret Key are saved correctly in Stores > Configuration under ChatBot Configuration, or test via our CLI test tool.Can store managers trigger reindexing from the Magento Admin interface?
clusterify_chatbot_cms, clusterify_chatbot_category, and clusterify_chatbot_product) can be reindexed manually. Review the sync architecture.Do store administrators need terminal or SSH access to monitor queue health?
How can administrators preview the storefront widget styling?
Can multiple admin users access the ChatBot dashboard simultaneously?
Where are background synchronization errors logged?
var/log/system.log and var/log/debug.log.