> For the complete documentation index, see [llms.txt](https://zoppels-organization.gitbook.io/zoppel-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zoppels-organization.gitbook.io/zoppel-whitepaper/game-and-gameplay/the-legend-of-furiax/meta-game/quest.md).

# Quest

There are Quests in the game that allow the player to obtain additional rewards during matches.

The player gets a reward each time he or she completes the Quest objective.

Quests are organized into:&#x20;

* Daily, lasting 24 hours, at the end of which progress is reset;
* Weekly, lasting 7 days, at the end of which progress is reset.

\
Details

For each daily quest completed, the player receives x quest points and x rewards (shard, chest, soft currency).

Quest points earned are automatically added to the total required to complete the weekly quests.

Once the total required to complete the weekly quest is reached, the player receives an additional reward, which consists of a chest containing resources.


---

# 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:

```
GET https://zoppels-organization.gitbook.io/zoppel-whitepaper/game-and-gameplay/the-legend-of-furiax/meta-game/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.
