# Gameplay Mechanics

**Battle Lane** Cards engage in battle within lanes, divided into three lanes: left, center, and right. Players can place cards in any empty lane, and if an enemy card is present in the opposing lane, both cards will automatically engage in battle during the Battle Phase.

**Card Summoning** In one turn, each player can summon one card to the field, but only in an empty lane on their side. Summoned cards enter the Standby state.

**Card Battle** During the Battle Phase, if an enemy card is present in the same lane, both cards will flip to the Engage state. All cards in the Engage state will automatically battle. A card can attack if its attack node has a sword icon, while the opponent can block the attack if their card has a shield icon in the corresponding node.

**Card Dissolve** At the end of the Battle Phase, exhausted cards (those destroyed or unable to continue fighting) will dissolve and transform into Gems of their respective colors.


---

# 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/gameplay-mechanics.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.
