# Types and design of Deck

A deck is a collection of set numbers of NFTs in the game that will be active during a combat. A deck is an essential requirement for players to participate in the game.

There are two types of decks that a regular player must hold: The combat deck and the defence deck.

<figure><img src="https://3587344816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh1JdKEg0Onp11Nfi4oDa%2Fuploads%2FDiqtmCD1i2ddoCRSlQDT%2Fimage.png?alt=media&#x26;token=037fbba5-e5eb-4067-b197-65be1b21acb6" alt=""><figcaption></figcaption></figure>

### Defense deck

A defence deck specializes in the defense strategy, this deck empahzies on protecting your towers by standing against the opponents attacks. In this deck, the damage caused to the opponent is low, however, the damage endurance is also low.

### Attack deck

An attack deck specializes in enduring maximum damage to the opponents. These decks comes in handy when the opponent is in defence mode. A strong attack deck and wipe the opponent in a few seconds


---

# 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://clash-card.gitbook.io/clashcard/group-1/types-and-design-of-deck.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.
