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

# Event Mode

The event mode provides users with a new experience that could not be felt in a 1:1 match.

### MONSTER JACK

![](https://lh4.googleusercontent.com/MMdDQQc5o36JhoKezhzhkw3YgcqXtMuNi2eVH6qCSfqVW_bKVUfNfDsc-OCtidOnyAVsPSz04jMAS12zErTEPyknEZPF5-B00uqB8fOVhuXXtJMZy3lbm7i-RRKI8F56HzrpWNah)

It is a mode where 4 players hunt giant monsters in a PVE cooperative raid.

### HERO JACK

![](https://lh5.googleusercontent.com/jbhneyePhgkKduHmG3I5HS2I8rLaXlYNb5WsjaJ4otFp_60B2ArXTjKdpwDbhIGrw2sJ0xL6cW_vab0WbOf_0ENlK3uRC3-n2aGWojJazyFALHBQO2tEXpzEFMIowljgltFDYE8u)

It is a 4 vs 4 match mode where strategy battles with the opposing team are the key, and it is a team match mode that requires cooperation between players of the same team.

### WANTED

![](https://lh3.googleusercontent.com/gaKSL28GetNpnxwMw622iGLOxl53jzuGNGwEl3xAB_iNHrt_R6rPvJ49bH8AzZB0o2R65345gzuexbTnu2rYtr-dZKcJcyGIQ5042EeJ7sM2i8DJWsod4ye7AQn-KIoTBJTFu1jV)

The WANTED mode is a battle with an AI hero based on the original battle rules.


---

# 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.klaydice.io/dicast/game-system/event-mode.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.
