# Quest

{% hint style="info" %}
Page is outdated for v1.101 (v1.83)
{% endhint %}

* Quests are the fundamental building blocks of ColdMC's progression. They typically involve tasks given by NPCs (Non-Player Characters) within the game world.
* These tasks can range from simple fetch quests (collecting items) and kill quests (defeating specific enemies) to more complex storylines with multiple stages.
* Quests are generally solo-friendly or can be completed with a small group of friends.
* They often provide experience points, in-game currency, and basic equipment as rewards.
* **Key Differences:**
  * **Scale:** Generally smaller in scope and designed for individual or small group completion.
  * **Story:** Often tied to the overarching lore or local narratives of specific zones.
  * **Accessibility:** Highly accessible, available to almost all players at varying levels.


---

# 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.coldmc.com/systems/scenario-types/quest.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.
