> For the complete documentation index, see [llms.txt](https://pikamug.gitbook.io/quests/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pikamug.gitbook.io/quests/beginner/requirements.md).

# Requirements

Once you've familiarized yourself with the [Quest Editor](/quests/setup/quests-editor.md), you may be wondering about the 'Edit Requirements' selection. This sub-menu contains prerequisites your player would need to have before accepting the quest:

![](/files/LmWLjIhhCGrpmphnjJxm)

<details>

<summary>Expand to see the breakdown.</summary>

1. Money needed through [Vault](https://pikamug.gitbook.io/quests/beginner/dependencies#vault)
2. Points needed
3. Material needed such as Emeralds or Diamonds
4. Vanilla experience needed
5. Player permission needed
6. Quest which must be taken before this one
7. Quest which prevents this one from being taken
8. [mcMMO Classic](https://pikamug.gitbook.io/quests/beginner/dependencies#mcmmo-classic) experience levels needed
9. [Heroes](https://pikamug.gitbook.io/quests/beginner/dependencies#heroes) experience levels needed
10. Requirements from a [Quests module](/quests/casual/modules.md)
11. Override message shown to the player describing their requirements
12. Finish working on your quest requirement

</details>

Note that the free mcMMO Classic is different than the paid mcMMO Overhaul, which is not natively supported. To use Quests with mcMMO Overhaul, you'll need [the module](https://pikamug.gitbook.io/quests/casual/modules#mcmmo-overhaul) which loads under custom requirements.


---

# 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://pikamug.gitbook.io/quests/beginner/requirements.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.
