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

# Draft

<figure><img src="/files/pg07lUh29UFfIMYcaChf" alt=""><figcaption></figcaption></figure>

Before each match, every player must select up to 10 cards from their collection, one hero, and up to 4 talents. Only 6 cards will participate in the actual battle — 3 cards the player prepared in advance, and 3 chosen during the draft phase.

**Draft mechanic:**

* Each player holds up to 10 of their own cards + 20 cards from a shared draft pool.
* A player's hand, talents, and hero are hidden from the opponent, while the shared draft pool is open. This means players don't know their opponent's full hand before the battle begins.
* **Player A** picks 1 card from the shared pool and 2 from their own hand.
* **Player B** picks 2 cards from the shared pool and 1 from their own hand.
* **Player A** picks 1 card from the shared pool and 2 from their own hand.
* **Player B** picks 1 card from the shared pool and 2 from their own hand.

*P.S. The draft mechanic may change — this is just the base test version.*


---

# 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:

```
GET https://chainofrealms.gitbook.io/whitepaper/game-overview/draft.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.
