> For the complete documentation index, see [llms.txt](https://teamdchess.gitbook.io/dchess/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teamdchess.gitbook.io/dchess/english-1/dchess-game.md).

# DCHESS GAME

- [Gameplay](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay.md)
- [Game Modes](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay/modos-de-juego.md)
- [Duels](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay/modos-de-juego/duels.md)
- [1st Generation Boards](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay/tableros.md): The NFTs of the Game
- [Classic](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay/tableros/clasico.md)
- [Bronze](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay/tableros/bronce.md): BRONZE AND PINE WOOD
- [Silver](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay/tableros/plata.md): SILVER AND OAK WOOD
- [Gold](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay/tableros/oro.md): GOLD AND CARAB WOOD
- [Diamond](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay/tableros/diamante.md): DIAMOND AND BLACK WOOD
- [Ruby](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay/tableros/untitled.md): RUBY AND IVORY PINK WOOD
- [Yggdrasil](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay/tableros/yggdrasil.md): SACRED WOOD OF THE UNIVERSE TREE
- [2nd Generation Boards](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay/2nd-generation-boards.md)
- [Unseen](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay/2nd-generation-boards/unseen.md)
- [Stalker](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay/2nd-generation-boards/stalker.md)
- [Furtive](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay/2nd-generation-boards/furtive.md)
- [Gibbous](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay/2nd-generation-boards/gibbous.md)
- [Vast](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay/2nd-generation-boards/vast.md)
- [Ranks](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay/rangos.md): The rank of your account will be the main determinant of your daily earnings.
- [Chess Pieces](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay/fichas.md)
- [Leaderboards](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/gameplay/ranking-de-copas.md)
- [Scholarship System](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/sistema-de-becas.md)
- [Board Farming](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/boar-farming.md)
- [Custom Profile](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/custom-profile.md)
- [Avatars, cards, frames and badges.](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/custom-profile/avatars-cards-frames-and-badges..md)
- [Emojis](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/custom-profile/emojis.md)
- [Lootboxes](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/lootboxes.md)
- [Avatars, frames and cards](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/lootboxes/avatars-frames-and-cards.md)
- [Avatars](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/lootboxes/avatars-frames-and-cards/avatars.md)
- [Cards](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/lootboxes/avatars-frames-and-cards/cards.md)
- [Frames](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/lootboxes/avatars-frames-and-cards/frames.md)
- [Deluxe Box](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/lootboxes/deluxe-box.md)
- [Boards](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/lootboxes/boards.md)
- [Marketplace](https://teamdchess.gitbook.io/dchess/english-1/dchess-game/marketplace.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://teamdchess.gitbook.io/dchess/english-1/dchess-game.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
