# Rules Overview

1. The game begins with a coin toss to decide the first player, followed by each player drawing 5 cards and then selecting 3 cards to return to the deck.
2. The battlefield consists of 3 lanes for both players.
3. Players can place cards only in lanes that do not already contain one of their own cards.
4. When a card is placed in the same lane as an opponent's card and the turn ends, the cards will battle.
5. Card abilities are resolved in order of priority based on their speed before determining the turn's outcome.
6. Damage dealt by cards is applied directly to the opposing player.
7. If the damage reduces the opponent's health by one segment (⅓), the player earns a Breakpoint.
8. If the opponent's health is reduced to zero, the game is won immediately.
9. After a battle, both cards dissolve and turn into Gems of their respective colors for the card owner.
10. At the start of each turn, players draw cards to refill their hand to 3 cards.
11. If a player cannot place a card during their turn, they must discard a card randomly and end their turn.
12. If there are not enough cards to draw, the player drawing will take 100 damage for each card that cannot be drawn.


---

# 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/rules-overview.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.
