# PackMenu

- [Начало работы](https://wiki.aegis-mine.ru/modifications/glavnoe-menyu/packmenu/nachalo-raboty.md)
- [Первые шаги](https://wiki.aegis-mine.ru/modifications/glavnoe-menyu/packmenu/pervye-shagi.md): Приступаем к освоению мода PackMenu.
- [Кнопки](https://wiki.aegis-mine.ru/modifications/glavnoe-menyu/packmenu/knopki.md): Разберём параметры настройки кнопок для меню.
- [Действия кнопки](https://wiki.aegis-mine.ru/modifications/glavnoe-menyu/packmenu/deistviya-knopki.md): Разберём действия, которые могут выполняться при нажатии на кнопку.
- [Языковые ключи](https://wiki.aegis-mine.ru/modifications/glavnoe-menyu/packmenu/yazykovye-klyuchi.md)
- [Текстуры](https://wiki.aegis-mine.ru/modifications/glavnoe-menyu/packmenu/tekstury.md): В данной папке содержатся все текстуры, используемые для меню: фоновое изображение, логотип, текстуры для кнопок и т.д.
- [Файл конфигурации](https://wiki.aegis-mine.ru/modifications/glavnoe-menyu/packmenu/fail-konfiguracii.md): Разберёмся с содержимым основного файла конфигурации и методами работы с ним.


---

# 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://wiki.aegis-mine.ru/modifications/glavnoe-menyu/packmenu.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.
