# Сообщения для определенного мессенджера

#### `{{ messageToTelegram("Сообщение") }}` - Сообщение в Telegram

Пример: `{{ messageToTelegram("Это сообщение отобразится только в Telegram") }}`

#### `{{ messageToViber("Сообщение") }}` - Сообщение в Viber

Пример: `{{ messageToViber("Это сообщение отобразится только в Viber") }}`

#### `{{ messageToWhatsApp("Сообщение") }}` - Сообщение в WhatsApp

Пример: `{{ messageToWhatsApp("Это сообщение отобразится только в WhatsApp") }}`

#### `{{ messageToVK("Сообщение") }}` - Сообщение во ВКонтакте

Пример: `{{ messageToVK("Это сообщение отобразится только в ВК") }}`


---

# 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.watbot.ru/chat-boty/scenarii-bota/avtopodstanovka/sistemnye-funkcii/soobsheniya-dlya-opredelennogo-messendzhera.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.
