> For the complete documentation index, see [llms.txt](https://mu-lumen.gitbook.io/mu-lumen-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mu-lumen.gitbook.io/mu-lumen-docs/quest/daily-quest.md).

# Daily Quest

<mark style="color:yellow;">**The new daily quest system is a system of quests designed to give players activities during the day and increase overall engagement. Each player is allowed to complete the quest only once per day, and it will reset after 24 hours. If you fail to complete the quest, unfortunately you will not receive a reward.**</mark>

{% hint style="danger" %} <mark style="color:$danger;">**Messages like 'I couldn't complete the quest, a monster remained' will be ignored. Thanks in advance.**</mark>
{% endhint %}

<h4 align="center">🗡️<mark style="color:$success;">First Week</mark></h4>

{% hint style="warning" %} <mark style="color:$warning;">**Valid from start**</mark>
{% endhint %}

{% columns %}
{% column %}

<p align="center"><mark style="color:orange;"><strong>Target</strong></mark></p>

> <h4 align="center"><mark style="color:purple;"><strong>Kill Monsters</strong></mark></h4>

<p align="center"><mark style="color:green;"><strong>Kill x3 Lunnar Rabbits</strong></mark></p>

<p align="center"><mark style="color:green;"><strong>Kill x3 Pouch of Blessing</strong></mark></p>

<p align="center"><mark style="color:green;"><strong>Kill 600 Giants</strong></mark></p>

<p align="center"><mark style="color:green;"><strong>Kill 750 Ice Monster</strong></mark> </p>

<p align="center"><mark style="color:green;"><strong>Kill 800 Elite Yeti</strong></mark> </p>
{% endcolumn %}

{% column %}

<p align="center"><mark style="color:orange;"><strong>Reward</strong></mark></p>

> <h4 align="center"><mark style="color:purple;"><strong>Coins</strong></mark></h4>

<p align="center"><mark style="color:green;"><strong>Zen 30.000.000</strong></mark></p>

<p align="center"><mark style="color:green;"><strong>480 GP</strong></mark></p>
{% endcolumn %}
{% endcolumns %}


---

# 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://mu-lumen.gitbook.io/mu-lumen-docs/quest/daily-quest.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.
