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

Вначале, нужно авторизоваться в GetCourse.

{% hint style="warning" %}
Интеграция будет работать только с оплаченным доступом в GetCourse. Прежде чем настраивать интеграцию, нужно убедиться, что аккаунт в GetCourse оплачен!
{% endhint %}

Т.к в GetCource нет кнопки, чтобы создать секретный ключ для интеграции, мы создадим ссылку сами

В ссылку, нам нужно дописать **/saas/account/api**

Должно получиться так 👇

```
https://имя_аккаунта.getcourse.ru/saas/account/api
```

Или&#x20;

```
https://домен_в_геткурс/saas/account/api
```

Переходим по созданной ссылке и нажимаем на кнопку "**Сгенерировать секретный ключ**"

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

После этого, обновиться страница и появится **секретный ключ**:

<figure><img src="/files/8rxjadeXlc258H9YlTZr" alt=""><figcaption></figcaption></figure>

Нам нужно его **скопировать**

Далее, открываем [**LeadConverter**](https://leadconverter.ru/) и заходим в раздел "**Настройки**" и выбираем вкладку "**Интеграция**" и нажимаем на иконку "**GetCourse**"

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

Пишем имя аккаунта и вставляем токен, который мы скопировали

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

Нажимаем на кнопку "**Подключить**"

Подключение готово, теперь можно переходить к следующему пункту :)

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

Если остались вопросы - смело задавайте вопрос в техподдержку. Мы всегда поможем :)

{% content-ref url="/pages/-MasAPNcg291uNezFqb4" %}
[Как задать вопрос в поддержку?](/kak-zadat-vopros-v-podderzhku.md)
{% endcontent-ref %}


---

# 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.leadconverter.su/integracii/getcourse/podklyuchenie-getcourse-k-leadconverter.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.
