Skip to main content

eChat backend

The eChat backend is a separate cloud application, and it is where most of the product lives. The Magento extension does two things only: it connects your store to a workspace, and it feeds your catalog into that workspace's knowledge base. Everything else - the AI provider, the assistant's behavior, the widget's appearance, the conversation history - is managed in the backend.

Opening the backend

  1. In the Magento admin, go to Stores > Configuration > Mirasvit Extensions > eChat.
  2. On the Account panel, click Configure Chat.

The button verifies the connection before it opens anything. If the workspace cannot be reached you get a retry message and your credentials are left untouched; if the workspace was deleted on the eChat side, the stale credentials are cleared and you are asked to register again.

On a multi-store installation each store view with its own workspace gets its own Configure Chat button, and each button opens the workspace of the scope it belongs to.

What is where

SectionWhat it is for
DashboardTraffic, conversation volume, and token spend. See Dashboard.
Knowledge BaseThe content the assistant answers from - synced from Magento, or added by hand. See Knowledge Base.
GuidanceNamed customer intents with your own step-by-step instructions. See Guidance.
HistoryEvery conversation, with transcripts, filters, and per-conversation token counts. See History and Preview.
PreviewThe live widget, running against your real workspace, without touching the storefront. See History and Preview.
SettingsFour tabs: AI Assistant, Widget, AI Providers, Workspaces. See Settings and AI Providers.
Support CenterContact Mirasvit support from inside the backend.
tip

Changes saved in the backend take effect on the storefront immediately. There is no cache to flush on the Magento side and no re-sync to run.