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

# Mission & Event

Participate in the missions and events in-game everyday! Special rewards and surprises are waiting for you.

### **◆ Mission**&#x20;

Various rewards can be obtained by completing in-game missions. In-game missions are separated into daily mission, weekly mission, and achievement. Don’t forget to participate in missions everyday!

### **◆ Event**&#x20;

Various events are held both in-game and in the community. For in-game events, there are login event, lord level achievement event, season limited incident event, collection event, lucky spinning wheel event, arena participation event, season pass, and more so participate and earn special rewards! For community events, there will be various authentication events and referral events so don’t forget to check out the community!


---

# 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://docs.heroblaze3kd.io/game-play/and.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.
