# How to Win

**Objective**: Win by Kingslay, which is when you capture your opponent’s king. Unlike classic chess, Anichess has no check or checkmate concept due to spells.

**Draw**: When the same board position repeats three times or if both players make 50 consecutive moves without a pawn being moved or a piece being captured. Players can also agree to a draw or either player may resign at any time.

**Stalemate**: Stalemates do not exist because moving a king into check is not a concept


---

# 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://docs.anichess.com/anichess/how-to-play/how-to-win.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.
