# Weekly Quest

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

<table><thead><tr><th width="98">No.</th><th width="545">Details</th><th>Point</th></tr></thead><tbody><tr><td>1</td><td>Attendance for 6 days</td><td>10</td></tr><tr><td>2</td><td>Win 25 PvP battles</td><td>15</td></tr><tr><td>3</td><td>Have at least 1 Hero get 3 Stars per PVP match</td><td>10</td></tr><tr><td>4</td><td>At least 1 Hero reaches level 3 in a PVP match</td><td>10</td></tr><tr><td>5</td><td>Play 25 Coop</td><td>15</td></tr><tr><td>6</td><td>Clear 100 waves in Coop</td><td>15</td></tr><tr><td>7</td><td>Use 50 Stamina for the week</td><td>10</td></tr><tr><td>8</td><td>Level up the hero's purple star for 1 time</td><td>15</td></tr><tr><td>9</td><td>Buy 5 Heroes in the daily shop</td><td>10</td></tr><tr><td>10</td><td>Hero card level up 25 times</td><td>10</td></tr><tr><td>11</td><td>Collect 12000 IGC</td><td>10</td></tr><tr><td>12</td><td>Complete 60 Daily Quests</td><td>15</td></tr></tbody></table>


---

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