> For the complete documentation index, see [llms.txt](https://critters-quest-1.gitbook.io/critters-quest-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://critters-quest-1.gitbook.io/critters-quest-docs/the-gathering/fight-monsters/battle-reports.md).

# Battle Reports

<figure><img src="/files/md3xz57l1BDnwAmcJaym" alt=""><figcaption></figcaption></figure>

1. Battle Reports will appear after every fight, with a detailed breakdown of the result. Including...\
   • Total rounds fought\
   • Total damage taken to the Squad\
   • Total damage dealt to the Monster from the Squad

{% columns %}
{% column valign="middle" %}

<figure><img src="/files/PHgZ3fWtWTJFDvpVjtrH" alt=""><figcaption></figcaption></figure>

2. Each Critter will have individual details on:\
   • Damage Dealt\
   • Damage Taken\
   • XP Earned\
   • Stars Lost\
   \ <br>
   {% endcolumn %}

{% column valign="middle" %}

<figure><img src="/files/wbTk31JRxmmi8WK3MNhF" alt=""><figcaption></figcaption></figure>

3. Expand the Battle menu and access Round by Round details.\
   • Damage Dealt by round\
   • Damage Received by round\
   • Individual contributions per Critter\ <br>
   {% endcolumn %}
   {% endcolumns %}

{% columns %}
{% column width="50%" %}

{% endcolumn %}

{% column width="50%" %}

{% endcolumn %}
{% endcolumns %}


---

# 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://critters-quest-1.gitbook.io/critters-quest-docs/the-gathering/fight-monsters/battle-reports.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.
