# Battle

Two players start playing in an arena and each player can choose 5 heroes and 1 robot. At the beginning of the game, the robots from both sides are protected with a shield. The shield can be removed by destroying two of the towers on the enemy’s base. Once the shield has been removed, the robot will be released and the enemy can start to attack it. The robot will try to protect itself and the first SQUAD who can destroy the enemy’s robot wins. If the time runs out the SQUAD who’s done the most damage wins. Heroes can respawn indefinitely.

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

One of the features of this game is that the players can fight from two points of view; first person and third ‎person. Players can switch between first-person and third-person perspectives, offering different gameplay experiences.

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


---

# 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://whitepaper.madsquad.net/game-play/battle.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.
