# Card

**Battle Node** Each card has nodes for swords and shields, divided into four slots by color: red, green, yellow, and blue. A sword symbol indicates the card can attack using this node, while a shield symbol indicates the card can block attacks using this node.

**Skill** Each card possesses abilities that typically activate automatically. Some abilities, however, require the player to have a specified amount of Gems of the corresponding color before they can activate. Gems can be obtained from used cards, which convert into Gems at the end of the turn for use in the next turn.

**Card Color** Each card has a designated color representing its type. There are five colors: red, green, yellow, blue, and gray. When a card is dissolved, the player receives Gems matching the card's color.

**Rarity** Each card has a star rating indicating its rarity. The higher the rarity, the more powerful the card's abilities.

**Attack Power** The value that indicates the damage a card can inflict on the opponent's health if the card successfully attacks.

<figure><img src="/files/0aky1zWTLjMZTxGmFo9A" 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://wp.battlesnap.xyz/card.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.
