> For the complete documentation index, see [llms.txt](https://docs.fstrk.io/knowledge_base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fstrk.io/knowledge_base/intagrations/retailcrm/settings.md).

# RetailCRM: Настройка

## RetailCRM: Настройка

***

* [Данные для интеграции из RetailCRM](#dannye-dlya-integracii)
  * [Домен учетной записи](#domen)
  * [Символьный код магазина](#kod-magazina)
  * [Ключ доступа к API](#klyuch-dostupa-k-api)
* [Подключение интеграции в Fasttrack](#podklyuchenie)

***

## Данные для интеграции

Чтобы подключить RetailCRM к Fasttrack, вам необходимо правильно заполнить карточку интеграции. Для настройки вам потребуются `Домен`, `Код магазина` и `Ключ доступа к API`.

Все необходимые параметры вы можете найти в вашей учетной записи RetailCRM.

### Домен

Скопируйте домен вашей учетной записи в RetailCRM (`example.retailcrm.ru`):

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

### Код магазина

Перейдите в раздел «Настройки» → «Магазины» → «Магазины», выберите ваш магазин, откройте его настройки и скопируйте значение из поля «Символьный код»:

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

### Ключ доступа к API

Прежде чем скопировать ключ, убедитесь, что он правильно настроен.

1. API-ключ должен связан с правильным магазином в RetailCRM:

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

2. В блоке «Разрешенные действия в API» включена опция «Редактирование (integration\_write)» для пункта «Интеграции»:

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

Скопируйте ключ доступа к API:

<figure><img src="/files/0G7RpkCZxVjrBGEu4Yqe" alt=""><figcaption></figcaption></figure>

## Подключение

Откройте ваш проект в Fasttrack и перейдите в раздел «Интеграции». Найдите карточку RetailCRM и нажмите «Подключить».

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

Откроется форма настройки. Заполните поля формы и нажмите Подключить.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fstrk.io/knowledge_base/intagrations/retailcrm/settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
