# Heroes

Heroes are the main forces in the game that are controlled by the players. Heroes’ main goal is to destroy the opponent's robot and defend their own base. Each hero has their own unique ability and skins. Based on their special characteristics, heroes are classified into two groups:

• Attacker

• Defender

### **Rarity:**

Heroes are divided into the following 4 categories based on their ability and in-game capabilities:‎

* <mark style="color:blue;">**Common**</mark>&#x20;
* <mark style="color:green;">**Rare**</mark>&#x20;
* <mark style="color:purple;">**Epic**</mark>&#x20;
* <mark style="color:red;">**Legendary**</mark>&#x20;

<figure><img src="/files/mlNSNKdQWZOifZoOWEJA" 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/heroes.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.
