# Quests

Quests are Tasks and Missions given from NPCs to Players. In return for finishing quests, you receive money, crate keys, special items and more. Quests can have multiple objectives and form quest lines with smaller quests inside.

## Regular Quests (Dimensional Quests)

By default, every player has access to dimensional quests. These quests are quest lines seperated into 5 steps, increasing objective amount and rewards for the same objectives. Upon unlocking a new dimension like the nether, nether dimensional quests get unlocked as well.

Example for a regular dimensional quest: Mine 64 stone, Mine 128 stone, Mine 256 stone etc.

{% hint style="warning" %}
Quests cannot get abandoned, and it is only possible to hold one quest at a time. Once a quest has been accepted, it has to get completed to accept a new one.
{% endhint %}

{% hint style="info" %}
To view all of your active Quests, check out your quest board at /quests
{% 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.warpedrealm.com/general-server-mechanics/quests.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.
