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

# Daily Quest

Daily quests consist of a series of 10 simple tasks that can be completed each day. After completing any mission, the player collects points. Use this point to accumulate the required amount to receive a valuable reward of the day.

<table><thead><tr><th width="96">No.</th><th width="549">Details</th><th>Point</th></tr></thead><tbody><tr><td>1</td><td>Login to the game</td><td>5</td></tr><tr><td>2</td><td>Win 5 PvP matches</td><td>15</td></tr><tr><td>3</td><td>Play 5 PvP battles with any Class or Origin activated squad</td><td>10</td></tr><tr><td>4</td><td>Play 5 Coop battles</td><td>15</td></tr><tr><td>5</td><td>Clear 20 waves in Coop</td><td>10</td></tr><tr><td>6</td><td>Use 10 Stamina in a day</td><td>15</td></tr><tr><td>7</td><td>Buy 1 Hero in shop daily</td><td>10</td></tr><tr><td>8</td><td>Upgrade Hero 5 times</td><td>10</td></tr><tr><td>9</td><td>Collect 2000 IGC</td><td>10</td></tr><tr><td>10</td><td>Have a Hero reach Level 3 in a PVP match</td><td>10</td></tr><tr><td></td><td></td><td></td></tr></tbody></table>


---

# 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://docs.heroestd.io/gameplay/quest-system/daily-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.
