> For the complete documentation index, see [llms.txt](https://docs.codpeller.com/ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codpeller.com/ru/mnogourovnevoe-menyu/chavo.md).

# ЧАВО

- [Как добавить меню под стандартное меню Магазина](https://docs.codpeller.com/ru/mnogourovnevoe-menyu/chavo/kak-dobavit-menyu-pod-standartnoe-menyu-magazina.md)
- [В меню не видны иконки: поиск, корзина, телефон и почта](https://docs.codpeller.com/ru/mnogourovnevoe-menyu/chavo/v-menyu-ne-vidny-ikonki-poisk-korzina-telefon-i-pochta.md)
- [Как изменить ссылку в логотипе меню](https://docs.codpeller.com/ru/mnogourovnevoe-menyu/chavo/kak-izmenit-ssylku-v-logotipe-menyu.md): Измените ссылку в логотипе меню, чтобы при нажатии на логотип в меню человек переходил на главную страницу, а не на страницу продуктов.
- [Установил меню, с чего начать?](https://docs.codpeller.com/ru/mnogourovnevoe-menyu/chavo/ustanovil-menyu-s-chego-nachat.md): Проверьте все ли предварительные настройки включены
- [Установил Multi-level menu, но оно не работает](https://docs.codpeller.com/ru/mnogourovnevoe-menyu/chavo/ustanovil-multi-level-menu-no-ono-ne-rabotaet.md): Включите меню добавив нужные настройки
- [Как спрятать стандартное меню в десктопной версии сайта перед загрузкой multi-level menu](https://docs.codpeller.com/ru/mnogourovnevoe-menyu/chavo/kak-spryatat-standartnoe-menyu-v-desktopnoi-versii-saita-pered-zagruzkoi-multi-level-menu.md)
- [Логотип не виден в меню](https://docs.codpeller.com/ru/mnogourovnevoe-menyu/chavo/logotip-ne-viden-v-menyu.md): Вам нужно закачать логотип для уведомлений
- [Как спрятать синюю родную иконку в мобильной версии сайта при использовании multi-level menu](https://docs.codpeller.com/ru/mnogourovnevoe-menyu/chavo/kak-spryatat-sinyuyu-rodnuyu-ikonku-v-mobilnoi-versii-saita-pri-ispolzovanii-multi-level-menu.md): Внесите нужный скрипт в настройках магазина
- [Как прикрепить меню сверху страницы](https://docs.codpeller.com/ru/mnogourovnevoe-menyu/chavo/kak-prikrepit-menyu-sverkhu-stranicy.md): Меню будет всегда находиться в верхней части страницы магазина


---

# 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://docs.codpeller.com/ru/mnogourovnevoe-menyu/chavo.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.
