# Начало работы

Чтобы начать работу над меню, необходимо скачать сам мод, а также библиотеку, благодаря которой работа с PackMenu будет возможна.

* [**PackMenu**](https://www.curseforge.com/minecraft/mc-mods/packmenu/files)
* [**Panoramica** ](https://www.curseforge.com/minecraft/mc-mods/panoramica/files)(Мод для создания панорам, которые могут пригодиться в том случае, если Вы захотите использовать панорамное изображение в фоне)
* [**Placebo**](https://www.curseforge.com/minecraft/mc-mods/placebo/files) (Библиотека)
* [**Konkrete** ](https://www.curseforge.com/minecraft/mc-mods/konkrete/files)(Библиотека)

*В статье примеры предоставлены с использованием PackMenu на версии Minecraft 1.18.2.*

После того как всё необходимое скачано, файлы нужно переместить в папку mods (`.minecraft/mods`). Теперь запускаем игру, чтобы нужные модам файлы в `.minecraft` были созданы.

{% hint style="info" %}
Вся работа с модом заключается в редактировании файлов конфигурации (`.JSON` и `.CFG`). Для их редактирования необходим текстовый редактор, мы рекомендуем и будем показывать в примере программу [**Notepad++**](https://notepad-plus-plus.org/downloads/).
{% endhint %}


---

# 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/nachalo-raboty.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.
