Skip to main content

Quick start

Get up and running with AI Copilot in three steps.

1. Add your OpenAI API key

Go to Stores -> Configuration -> Mirasvit Extensions -> AI Copilot -> General Settings and paste your OpenAI secret key.

note

You need an OpenAI account with API access. Generate an API key at platform.openai.com/account/api-keys.

2. Open Copilot

Click the chat button in the bottom-right corner of any admin page. The Copilot widget opens as an overlay.

3. Start a conversation

Type your question in the chat window. Copilot can:

  • Query store data — ask about orders, products, customers, revenue, or any data in your database
  • Run REST API calls — create, update, or look up entities through Magento's REST API
  • Execute GraphQL queries — retrieve catalog data, CMS content, and storefront information
  • Explain store configuration — get details about websites, store views, currencies, and locale settings

Example prompts:

  • "How many orders were placed this month?"
  • "Show me the top 5 products by revenue"
  • "What store views are configured?"
  • "Find the product with SKU 24-MB01"