# Боты в WhatsApp

### Как включить бота, когда он уже создан

Если бота ещё нет – ниже инструкция, как его создать. После создания обязательно посмотрите инструкцию, как включить бота.

{% embed url="<https://youtu.be/f3iKYIsaooY>" %}
Включите созданного бота с помощью инструкции
{% endembed %}

### Как создать бот-автоответчик в WhatsApp

{% embed url="<https://youtu.be/4-ehqQ6UTws>" %}
Создайте бота с помощью простой видео-инструкции.
{% endembed %}

### Посмотрите, как создать бота в других каналах

{% content-ref url="/pages/-M8vKEiWCp2saVYBGQ-X" %}
[Боты во ВКонтакте](/docs/for-admins/bots/vkontakte-bots.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M8vKDYZUCQhdkbTvgjr" %}
[Боты в Телеграме](/docs/for-admins/bots/telegram-bots.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M8vKBtRqZbKBVX2iNXE" %}
[Боты в Facebook](/docs/for-admins/bots/facebook-bots.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://help.yeahdesk.ru/docs/for-admins/bots/whatsapp-bots.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.
