# Monthly Quest

Daily quests consist of a series of 10 simple tasks that can be completed each month. 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 monthly quest series.

<table><thead><tr><th width="93">No.</th><th width="544">Details</th><th>Point</th></tr></thead><tbody><tr><td>1</td><td>Attendance 25 days</td><td>25</td></tr><tr><td>2</td><td>Win 100 PvP battles</td><td>20</td></tr><tr><td>3</td><td>Play 100 Coop battles</td><td>20</td></tr><tr><td>4</td><td>Clear 400 waves in Coop</td><td>15</td></tr><tr><td>5</td><td>Use 100 stamina for the month</td><td>25</td></tr><tr><td>6</td><td>Raise the hero's purple star 4 times</td><td>30</td></tr><tr><td>7</td><td>Use scroll to summon Hero 25 times</td><td>25</td></tr><tr><td>8</td><td>Hero card level up 70 times</td><td>15</td></tr><tr><td>9</td><td>Collect 40000 IGC</td><td>15</td></tr><tr><td>10</td><td>Hoàn thành 40 Weekly Quest</td><td>30</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/monthly-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.
