# Deck Building

### Deck Structure

\
When entering a game, a player must bring a deck of 16 cards. Note: 8 of these cards must be Bronze Cards while the remaining 8 can be composed of any 8 cards a player chooses. <br>

\
**Bronze Cards**

Players must start the game with at minimum 8 Bronze Cards on the board. Bronze Cards are the most basic, but necessary cards in a player's deck. When placed on the board, Bronze Cards may only act as Cannabis Growth Cards - they will have no special ability for a player to use. Players may upgrade their Bronze Cards to Silver to unlock abilities they can use.&#x20;

{% content-ref url="/pages/XgF9cISfaa60sywL1Kze" %}
[Upgrading CannaCards](/project-s-docs/fundamentals/upgrading-cannacards.md)
{% endcontent-ref %}

#### Silver Cards and Gold Cards

Players may start the game with a maximum combination of 8 Silver Cards and Gold Cards on the board. Players may choose to start the game without any of these cards on the board. When a Silver or Gold Card is placed on the board, it will act as both a Cannabis Growth Card and a Unit Card with a unique Ability. During a player's turn, an Ability may be selected from the board to use. Abilities can provide a massive tactical advantage, but are not designed to outperform one another in terms of raw power.&#x20;

{% content-ref url="/pages/oabJKkzJQlFxHuuwzfOC" %}
[Unit Cards and Abilities](/project-s-docs/mini-game/unit-cards-and-abilities.md)
{% endcontent-ref %}


---

# 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://trianglesolutions.gitbook.io/project-s-docs/mini-game/deck-building.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.
