# RetailCRM

Suvvy is integrated with RetailCRM and can:

* **Customer base management:** collects customer data from all channels (website, messengers, social networks, phone, marketplaces) into a single profile.
* **Order processing:** enables order handling, status changes, and product management within a single window.
* **Sales and marketing automation** (mailings, loyalty programs, automated workflows).

## Connection

{% stepper %}
{% step %}

### Go to the RetailCRM settings.&#xD;

To connect, you need to go to the RetailCRM settings section, which is located at the bottom of the sidebar.

<figure><img src="/files/gQinnfg2IMWRZD0RCNin" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Proceed to the connection via the Marketplace.&#xD;

Click on **“Marketplace”** in the sidebar, then enter **“Suvvy”** in the search, click on the application icon, and follow the instructions.

<figure><img src="/files/njhqNCDVw9WbEvR2gJTL" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Authorize on the platform.&#xD;

After switching from RetalCRM, authorization on the Suvvy platform will be required. Enter your login and password.

<figure><img src="/files/E45FCwb7zdRF0zBCP5Lq" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### We go to the bot’s channel settings that are connected to RetailCRM.&#xD;

Click on the **"Channels"** tab, go to the **"CRM-systems"** section, and select RetailCRM.

<figure><img src="/files/YmZfFTuDmXDYbpImlhtc" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Connect the desired account.&#xD;

From the dropdown menu, select the desired account and click **"Connect from list."**

<figure><img src="/files/sjO6kadm2madDLOvZUjA" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Completing the setup.&#xD;

After completing the connection, click **"Save."** If you need to disconnect the channel, click **"Turn off"** To disable only the bot’s responses, use the **"Bot answers"** toggle; when turned off, **the channel remains connected**, but the bot **will not reply** to clients.

<figure><img src="/files/W4SwFrMjVMCRgVPJvPSM" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## Actions in RetailCRM

### Executing the action

When working with RetailCRM, the bot can assign tags and change the responsible user. To perform these actions, you need to create a file in [Direct Questions](/en/knowledge-base/baza-znanii/pryamye-voprosy.md) and configure the required action on the "Actions in RetailCRM" tab. To execute the action, specify in the bot’s instructions the conditions under which the action should run, then either call the `get_file_text` function or trigger the file using another available method.

```
After the customer confirms the purchase, call the get_file_text("Purchase") function.
```

When the conditions are met, the file will be triggered, and the action will be executed.

### Setting tags

RetailCRM does not have a status-changing mechanism found in some other CRMs, but this is replaced by the ability to set tags.

With an active RetailCRM connection, the **"Action in RetailCRM"** tab will be available in the Direct Questions file. Tag configuration is done on the **"Setting tags"** tab.

<figure><img src="/files/UmKd06D5Fk2x6l1kgY8u" alt=""><figcaption></figcaption></figure>

To set a tag, you need to activate the **"Add tags to the dialogue"** toggle. Then create a tag by clicking the **"Add a tag"** button.\
If you only want to set new tags, activate the **"Clear the list of current tags vefore installing new ones"** toggle.

### Changing the responsible user

To configure changing the responsible user, go to the **"Change of responsibility"** tab. Then select the required employee from the list of available users.

<figure><img src="/files/qTgatlUkrHgiPJtMrWxp" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.suvvy.ai/en/channels/crm-systems/retailcrm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
