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

# Deck creation

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

Before engaging in a fierce battle, you must first choose the ones who will fight alongside you.\
\
To create a deck, select one of your Heroes as a leader, then pick 8 Golems between the neutral faction and your leader's faction.

Heroes are primordial golems with strong abilities that you can choose to become leaders of your decks.\
They are already here at the start and gain access to abilities during the game.

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

Golems are entities acting as **Towers to defend your base**. Once placed, they will attack nearby threats and **generate Summons** every wave on the enemy side to **destroy his base** and claim the victory.

Golems have a cost in **Crystal Coin (CC)** indicated in their description. You need to spend it in order to play them.&#x20;

When building your deck, be sure to select Golems that suit your play style the most. Some Golems are better for attacking or defending, and others are useful to create synergies.

Golems will be added regularly into Anazir, letting you choose later between **100+ golems** to create your deck.


---

# 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://anazirgame.gitbook.io/whitepaper-anazir/game-concept/deck-creation.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.
