# Простое сообщение

Один из самых часто используемых блоков при создании чат-ботов. Именно с его помощью возможно добавлять текстовые сообщения, которые приходят пользователям в чат-боте.

Если в вашем сообщение будет содержаться только текст, вы можете использовать блок "Простое сообщение".

Если вам требуется вместе с текстом отправить медиа файл (фото, видео, аудио, документ), то используйте блок "Цепочка сообщений". Таким образом пользователю за раз придёт всё, что добавлено в этот блок.

Также вы можете добавить гиперссылку:&#x20;

![](/files/THD0EnWUYrja8i8onfnF)

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


---

# 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/bloki/prostye-bloki/prostoe-soobshenie.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.
