# Скрытый текст в боте

В чат-боте можно сделать скрытый текст (только для Telegram)\
\
Делается это очень легко ![👇](https://vk.com/emoji/e/f09f9187.png)\
\
В блоке "Цепочка сообщений" вставляем такие коды:\
\
\<tg-spoiler> Ваш текст \</tg-spoiler>\
\
Это просто элементы HTML разметки, которые поддерживаются в ботах.\
\
![✅](https://vk.com/emoji/e/e29c85.png) Так же можно сделать шрифт в боте подчеркнутым:\
\
\<u> Ваш текст \</u>\
\
![✅](https://vk.com/emoji/e/e29c85.png) Моноширинным (кстати, при нажатии на этот текст, он скопируется в буфер обмена):\
\
\<code> Ваш текст \</code>

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


---

# 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.cleverapp.pro/poleznoe/laifkhaki/dlya-telegram/skrytyi-tekst-v-bote.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.
