> For the complete documentation index, see [llms.txt](https://help.onebot.tech/onebot-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.onebot.tech/onebot-help/messendzhery/telegram/nastroika-oformleniya-bota.md).

# Настройка оформления бота

Для настройки нужно использовать [@botfather](https://t.me/BotFather), где создавался бот.

1\) Перейдите в [@botfather](https://t.me/BotFather) и используйте команду "/mybots".

2\) В появившемся меню выберите нужный бот.

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

3\) В следующем меню выберите пункт "**Edit Bot**" и выберите что хотите изменить.

{% hint style="info" %}
За что отвечают пункты меню при настройке оформления?
{% endhint %}

* **Edit Name** - Изменить имя вашего бота (Меняется имя отображаемое вверху диалога, юзернейм заменить невозможно).
* **Edit About** - Добавить/редактировать описание бота, которое отображается при клике на имя.

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

* **Edit Description** - Добавить/редактировать приветственное сообщение, которое видит пользователь перед запуском бота.
* **Edit Description Picture** - Добавить/редактировать баннер в сообщении перед запуском бота.
* **Edit Botpic** - Добавить/редактировать аватар бота.
* **Edit Commands** - Добавить/редактировать команды в вашем боте, которые отображаются в быстром меню.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.onebot.tech/onebot-help/messendzhery/telegram/nastroika-oformleniya-bota.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
