# Обучающие видео

## Основы

{% hint style="success" %}
Еще больше обучающих видео доступно на официальном [YouTube-канале Salebot](https://www.youtube.com/@Salebot).&#x20;
{% endhint %}

### Создать проект

{% embed url="<https://www.youtube.com/watch?v=SqBauUIu9SA>" %}

{% hint style="info" %}
Как зарегистрировать аккаунт в Сейлбот и создать проект, рассказали в статье "[Аккаунт в Salebot](https://docs.salebot.pro/o-nas/administrirovanie/akkaunt-v-salebot)"
{% endhint %}

### Узнать номер проекта

{% embed url="<https://youtu.be/ENahWiCYJ04>" %}

{% hint style="info" %}
Как найти номер проекта, рассказали в статье "[Аккаунт в Salebot](https://docs.salebot.pro/o-nas/administrirovanie/akkaunt-v-salebot)"
{% endhint %}

### Подключить Telegram  к проекту

{% embed url="<https://youtu.be/aefp_YnP41I>" %}

{% hint style="info" %}
Как работать с мессенджером Telegram, рассказали в [одноименном разделе](https://docs.salebot.pro/chat-boty/podklyuchenie-messendzherov-i-kanalov/telegram)
{% endhint %}

### Подключить Whatsapp к проекту

{% embed url="<https://www.youtube.com/watch?v=Tre0SjQG4nY>" %}

### Типы блоков

{% embed url="<https://youtu.be/fFbNx7pQrfY>" %}

### Ссылка с уведомлением о клике

{% embed url="<https://youtu.be/nqGwoyepozU>" %}

## Telegram

### Отправить сообщение с помощью функции АПИ в калькуляторе: tg\_send\_message&#x20;

{% embed url="<https://www.youtube.com/watch?v=ShqTZ_JCKE0>" %}

### Квиз в Telegram: выдать лендинг из бота с переменными клиента

{% embed url="<https://youtu.be/8zQn9wNzJ0U>" %}

Функция[ quiz\_link ](#ssylka-s-uvedomleniem-o-klike)работает ТОЛЬКО для Telegram.

## SalebotCRM

**Создать и удалить воронку в SalebotCRM**

{% embed url="<https://youtu.be/HRGoQe7TO84>" %}

## Курсы (LMS)

### Обзор функций для выдачи доступа к курсам из бота

{% embed url="<https://youtu.be/qH7zpA4a5dU>" %}

## Интеграции со сторонними сервисами

### Создание сервисного аккаунта для работы с Google  инструментами

{% embed url="<https://youtu.be/zlTcojOvdvQ>" %}

### Google формы

{% embed url="<https://youtu.be/AuXXi4UecCA>" %}


---

# 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.salebot.pro/chat-boty/kak-sozdat-chat-bot-dlya-biznesa/obuchayushie-video.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.
