> 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/rewards.md).

# Rewards

Once you've familiarized yourself with the [Quest Editor](/quests/setup/quests-editor.md), you may be wondering about the 'Edit Rewards' selection. This sub-menu contains prizes your player would receive upon completing the quest:

<img src="/files/VuhhPR9ulqCwdFfeTg1d" alt="" width="563">

<details>

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

1. Monetary prize through [Vault](https://pikamug.gitbook.io/quests/beginner/dependencies#vault)
2. Points for use as a quest Requirement
3. Material prize such as Emeralds or Diamonds
4. Vanilla experience levels prize
5. Run command from the console (`<player>` replaces name)
6. Give player permission from the console through Vault
7. [mcMMO Classic](https://pikamug.gitbook.io/quests/beginner/dependencies#mcmmo-classic) experience levels prize
8. [Heroes](https://pikamug.gitbook.io/quests/beginner/dependencies#heroes) experience levels prize
9. [Parties](https://pikamug.gitbook.io/quests/beginner/dependencies#parties) experience levels prize
10. Rewards from a [Quests module](https://pikamug.gitbook.io/quests/casual/modules)
11. Override message shown to the player describing their rewards
12. Finish working on your quest reward

</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 rewards.


---

# 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/rewards.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.
