# Guide - Cards

Cards are everything in this game.&#x20;

Here what you need to know and what's important to understand about them.

## Card Power

Every card has **6 stat values**, one for each side of the hexagonal card:

* **TL** - Top Left
* **ML** - Middle Left
* **BL** - Bottom Left
* **TR** - Top Right
* **MR** - Middle Right
* **BR** - Bottom Right

A card's **Power** is the sum of all 6 side values. Power ranges from 18 (Weakest common cards) to 36 (Legendary cards).&#x20;

## Rarity

Cards come in four rarities: each rarity type has a color attached to it as below:

* **Common** (Sand) Power 18-29
* **Rare** (Blue) Power 30-33
* **Epic** (Gold) Power 34-35
* **Legendary** (Red) Power 36

<div><figure><img src="/files/W5vEFY7MrCIN23xLxUO4" alt=""><figcaption></figcaption></figure> <figure><img src="/files/BwOm2OqZeF7EKSa4TD93" alt=""><figcaption></figcaption></figure></div>


---

# 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://solccg.gitbook.io/docs/guide-cards.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.
