# Dictionary

* **You:** The player.
* **Opponent:** The opposing player.
* **Card:** A card in hand.
* **Token:** A card that has been converted into a token after being placed on the field.
* **Turn:** The player's turn, which consists of various phases.
* **Phase:** Different stages within a single turn.
* **Battle:** The calculation of attack power, nodes, skills, etc., between two cards in the same lane.
* **Lane:** The slot for placing cards.
* **Rune:** An item that provides special abilities to the player, equipped before playing.
* **Card Color:** The color of the card.
* **Skill:** The ability of the card.
* **Gem:** The energy required to use most card skills.
* **Node:** Slots for placing swords/shields on a card, divided into four slots.
* **Sword:** A symbol indicating that the card can attack an opponent using this node.
* **Shield:** A symbol indicating that the card can block an opponent's attack using this node.
* **Attack Power:** The value subtracted from the opponent's health if the card's attack is successful.
* **Hero Health:** The value that decreases when taking damage or due to certain abilities. If this value reaches zero, the player loses the game.
* **Health Gauge:** The health bar divided into three segments. Reducing an opponent's health gauge in your turn grants a "Breakpoint."
* **Breakpoint (Bonus Play):** An extra phase where you can place another card to continue the battle within the same turn.


---

# 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/dictionary.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.
