> For the complete documentation index, see [llms.txt](https://wiki.aegis-mine.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.aegis-mine.ru/modifications/quests/better-questing/start.md).

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

## Подготовка

Для того, чтобы начать работать с данной модификацией, необходимо сперва скачать её. Аддоны скачивайте при необходимости.

1. [Better Questing](https://www.curseforge.com/minecraft/mc-mods/better-questing) — Базовый мод, позволяющий создавать собственные квесты. Имеется удобный редактор.
2. [Quest Book](https://www.curseforge.com/minecraft/mc-mods/better-questing-quest-book) — Мод, добавляющий квестовую книгу и некоторые конфиги.
3. [Standard Expansion](<https://www.curseforge.com/minecraft/mc-mods/better-questing-standard-expansion >) — Мод, содержащий в себе несколько наград, заданий, импортёров и тем, которые помогут Вам начать использовать Better Questing.

В статье рассматривается создание квестов на версию Minecraft 1.12.2.

[Документация по моду на английском](https://github.com/Funwayguy/BetterQuesting/wiki)

## Начало

Вы скачали модификации и теперь готовы создать свой первый квест. Для этого необходимо загрузить мир и прописать следующую команду:

{% code fullWidth="false" %}

```
/bq_admin edit true
```

{% endcode %}

<div align="left" data-full-width="false"><figure><img src="/files/7XeOYGdbbn5CtYoriuOP" alt=""><figcaption></figcaption></figure></div>

### Знакомство с меню

Для того чтобы открыть меню мода необходимо нажать кнопку `` ` `` по умолчанию.

Здесь Вы увидите четыре кнопки:

* **Exit** — Выход из меню.
* **Quests** — Вкладка, в которой мы с Вами в дальнейшем будем создавать квесты. Вернёмся к ней позже.&#x20;
* **Party** — Здесь Вы можете вступить в группу или создать собственную. Работает только в том случае, если Вы играете на сервере.
* **Theme** — Выбор темы.

<figure><img src="/files/TZ7YBPZFySZArkGmabEC" alt=""><figcaption></figcaption></figure>

<div><figure><img src="/files/OfkSSNrEV27mHVOPV2SW" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Vg6netNhzeayBamdy0nk" alt=""><figcaption></figcaption></figure></div>


---

# 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://wiki.aegis-mine.ru/modifications/quests/better-questing/start.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.
