# Recompensas

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

![](https://82412283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_hTdFI_hfF1DiPLgCr-1318676200%2Fuploads%2FQokUKXtoINJFrEg2Oa3q%2Frewards.png?alt=media\&token=4defc071-b20a-40d9-b4e7-4a13e2c9f379)

<details>

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

1. Monetary prize through [Vault](https://pikamug.gitbook.io/quests/v/spanish-espanol/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/v/spanish-espanol/beginner/dependencies#mcmmo-classic) experience levels prize
8. [Heroes](https://pikamug.gitbook.io/quests/v/spanish-espanol/beginner/dependencies#heroes) experience levels prize
9. [Parties](https://pikamug.gitbook.io/quests/v/spanish-espanol/beginner/dependencies#parties) experience levels prize
10. Rewards from a [Quests module](https://pikamug.gitbook.io/quests/spanish-espanol/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://github.com/PikaMug/Quests/wiki/Casual-%E2%80%90-Modules#mcmmo-overhaul) which loads under custom rewards.


---

# 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://pikamug.gitbook.io/quests/spanish-espanol/principiante/rewards.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.
