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

# Daily Quests

<figure><img src="/files/RnqBPDXvnJjNgzxK5aeN" alt=""><figcaption></figcaption></figure>

In the **Daily Quests** system, players receive a set of unique tasks to complete each day. For every completed task, players are rewarded with **Quest Points**, a special currency that can be used to unlock chests containing exclusive rewards.

{% hint style="info" %}
**How it works:**

* **Daily tasks:** Every day, players receive new sets of tasks. These tasks can involve various aspects of the game, such as defeating enemies, collecting resources, or achieving specific goals.
* **Reward for completion:** For each completed task, players earn **Quest Points**, which are accumulated over a 14-day period.
* **Unlocking chests:** The collected **Quest Points** can be used to unlock chests with rewards that are available exclusively through **Daily Quests**. The number of points required depends on the value of the rewards in the chest.
* **Cycle reset:** After 14 days, the balance of **Quest Points** is reset, and players start collecting again. The chests and rewards available in **Daily Quests** may also change, offering a variety of bonuses.
  {% endhint %}

Log in daily, complete tasks, collect **Quest Points**, and unlock exclusive rewards available only in **Daily Quests!**


---

# 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://robohero.gitbook.io/robohero-wiki/community-protocol/daily-quests.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.
