# ...Create a menu in Telegram

How to create such a menu in Telegram:

![](https://lh3.googleusercontent.com/42QTb3xXilTpILmAyKp1jFJ14WCInxPP5KA-ZY8xn5MPQnBvt1J6QoFVu4mfsfaCwi980HXFLWpPZALqMINTc4Np5qrbniypWWX-MV3lsKdmwHdmq9SwGrkZrl54O3zOf_d7V9lt2PgFeV53Sg)

You need to contact [BotFather](https://t.me/BotFather) on Telegram.

Type in the command /mybots, choose the bot you need. In the now opened menu you need to choose Edit Bot, then Edit Commands

![](https://lh5.googleusercontent.com/2EM5xl3CL0EbRVxdCtT35g0e1s0J5g5j8YfdXMTucV_wcYILHFYGDX-MMYv7fRU5B5rkpcYiSnJ07ODMWPWJqqoF69mUpxNC7S7Z12R68Ak_rB7iP2yU271wQYEXZ5ZyppM045iQdEcjz4q29A)

Next, send in one message all the commands you want your bot to have. Send them in the format BotFather sent in, the commands are written in all lowercase letters. You will then get a message saying that the command list has been updated.

![](https://lh5.googleusercontent.com/h3YQy_NCojMWAMKE0ak9BECkZ_X5dBFg6Nm30yVqmtmagt35kscv4OhelhrVeSWs7nzxVpx7t5TNimd3ebSUdsrldZKRBKgJIKj2xygpmlUII6a3QYvad2lJ38wlykpguTbJ6rvf1ApK2hl1DQ)

Then you open up Salebot, open your project the bot is connected to. Create the blocks “Primary condition check” or “Not state with condition”, in which you fill in the commands, and in the field “Message text” you need to put in the texts that will be sent as a reply.

![](https://lh6.googleusercontent.com/8DpnFe63ChipmTU3cLku1PLncrBvq9A3MGQHBJ4KLnGkPJOLZ-g_WE36IIVbYF5rYE7RVRX_j2ySH_D_2uMJtKGpJlBUH7SyiWdWU1ysfPGAOftPRiRkNgxNpwFbGBGtz-QVDNX-jy-LLvUX7g)


---

# 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://docs.mavibot.ai/faq/questions/menu.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.
