# Menu

**`Menu`** is Under MyBot on the left sidebar of YOCTOL.AI. It is where you can design the content of the persistent menu normally located in the bottom of the conversation window. With the persistent menu, users can easily find the basic function for the chatbot.

Different platforms have different names for such menus. On YOCTOL.AI, we call them “Menus”.

* In Messenger it is called [Persistent Menu](https://developers.facebook.com/docs/messenger-platform/send-messages/persistent-menu)
* In LINE it is called[ Rich Menu](https://developers.line.biz/en/docs/messaging-api/using-rich-menus/)

### Messenger Persistent Menu

You can have a maximum of 3 layers for a messenger persistent menu

![](/files/-LnqENi7zkSTouWeYncv)

![](/files/-LnqEmP1G15Oj04-wS0t)

### LINE Rich Menu

For LINE Rich Menu you have 6 image templates to choose from.

Title: menu name set on YOCTOL.AI\
Menu display name: title for Line Rich Menu

![](/files/-LnqFUblKC55AWgX4m7L)

![](/files/-LnqFXB-yuHChzQRuXXZ)


---

# 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-en.yoctol.ai/term-translations/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.
