# Decks Tab

Players have 3 decks they can manage, each complete deck must have 6 cards. Decks can be renamed for an easier arranging.

## Deck Max Power

Max Power is capped by the player's tier, as you progress through the game and level up by unlocking the next tier your decks max power increase and you can player with stronger cards.

Max Power per Tier list:&#x20;

* **Nobody** (Max Deck Power = 140)
* **Somebody** (Max Deck Power = 150)
* **Noob** (Max Deck Power = 160)
* **Duelist** (Max Deck Power = 170)
* **Master** (Max Deck Power = 180)

## Inventory

You can hold a maximum of **60 cards** at any time.&#x20;

If your inventory is full, you won't be able to open packs or receive cards from battle victories.&#x20;

There is a discard option for unwanted cards.

## Discard Cards

Discarding cards is an option that helps you to get rid of unwanted cards to make a room for new cards in your inventory.&#x20;

You can only discard cards that are currently in your inventory and not placed in any of your decks, press a card in inventory and click discard, or long press any card in the inventory for multi-select to discard group of cards at once.

{% hint style="warning" %}
Discarding cards is irreversible, make sure to double check your cards before you do.
{% endhint %}

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


---

# 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://solccg.gitbook.io/docs/decks-tab.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.
