# Card States

**Standby**

* The card is face-down, ready for battle.

**Engage**

* When an enemy card enters the same lane or we place a card in the enemy's lane, both cards will turn face-up to enter the Engage state, ready for combat.

**Exhausted**

* The card is exhausted. After engaging, the card will be dissolved at the end of the turn, converting into Gems of its respective color for the player.


---

# 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-states.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.
