v1.0.5

Getting Started

Welcome to the GPT Chat extension documentation.

The GPT Chat extension is a chatbot for a Magento 2 store to keep your costs on customer support low. Use it for the following tasks:

  • 24/7 customer service
  • Increased customer engagement
  • Reduced workload for customer support

The GPT Chat is a cost-effective solution that can handle a high volume of customer queries without incurring significant additional costs on hiring additional customer support staff.

With the chatbot handling the basic queries, the customer support team can then focus on more complex issues that require human intervention.

Go ahead, dive in!

Firstly, please, find our extension in My Downloadable Products section of our store.

Learn how to install extension, and proceed with Quick Start, which will guide you to setup general rules.

How to install the extension

How to install the extension Backup your store's database and web directory. Login to the SSH console of your server and navigate to the Magento 2 store's root directory. Copy the installation instructions from the page My Downloadable Products to the SS...

Quick Start

Quick Start Our GPT Chat extension is a simple yet powerful extension that requires just to add the data on your products. All general settings are predefined out-of-box. The first things that you need to configure are: activation of GPT Chat in Magento ...

Activation of GPT Chat in Magento admin

Activation of GPT Chat in Magento admin In your Magento admin navigate to Stores > Settings > Configuration > Mirasvit Extensions > GPT Chatbot > General Settings. Activate the GPT Chatbot by setting: Enable GPT Chat to Yes Chatbot Key. P...

Getting the Chatbot Key

Getting the Chatbot Key On chat.mirasvit.com navigate to Settings > Widget ...

Upload the data on your store to the Chatbot

Upload the data on your store to the Chatbot Configure the chatbot language and welcome message On chat.mirasvit.com navigate to Settings > ChatBot. Set the following: Language. Specify the language for the bot to use in conversations by default. Comp...

Activation of API Integration in Magento admin

Activation of API Integration in Magento admin Run command php -f bin/magento config:set oauth/consumer/enable_integration_as_bearer 1 to enable integrations (if you have not run before). Flush the Magento cache in order to get the Integrations menu in yo...

Add the Chatbot to Magento store frontend

Add the Chatbot to Magento store frontend On chat.mirasvit.com navigate to Settings > Widget and copy the script provided. The script looks like the following: <!--Start of Chat Script--> <script src="https://chat.mirasvit.com/frontend/chat....

View the Chatbot's conversations

View the Chatbot's conversations You can view the conversations the Chatbot had conducted. On chat.mirasvit.com navigate to Settings > History. Select a session and click View. ...

How to upgrade extension

How to upgrade extension To upgrade the extension, follow these steps: Backup your store's database and web directory. Login to the SSH console of your server and navigate to the root directory of the Magento 2 store. Run command composer require mirasv...

Disabling the Extension

Disabling the Extension Temporarily Disable To temporarily disable the extension please follow these steps: Login to the SSH console of your server and navigate to the root directory of the Magento 2 store. Run command php -f bin/magento module:disable M...

Change Log

Change Log 1.0.5 (2023-06-22) Added product attributes indexing 1.0.3 (2023-04-26) Initial release ...