> For the complete documentation index, see [llms.txt](https://box-best.gitbook.io/best-mystery-box/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://box-best.gitbook.io/best-mystery-box/english/game-play/penalty-shootout/game-content/battle-report-system.md).

# Battle report system

The event report system is divided into a brief strategy report and a detailed report. After a player has performed multiple matches, all the results will be sent to the player in the form of a brief strategy report, including the results and reward information. Players can click on the specific battle report to view the detailed battle report and repeat the penalty kick of the game.

| Type                  | Explanation                                                       |
| --------------------- | ----------------------------------------------------------------- |
| General battle report | Show all match information                                        |
| Casual game           | Display the results of casual games and the winning percentage    |
| Qualifying            | Displays the results of qualifying matches and points information |
| Cash game             | Display cash game results and prize information                   |


---

# 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://box-best.gitbook.io/best-mystery-box/english/game-play/penalty-shootout/game-content/battle-report-system.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.
