# Game Zones - Main Deck

#### General Rules:

1. The Main Deck is a private zone owned by a player. Each player has their own Main Deck.

{% hint style="info" %}
The Main Deck zone can be referred to by the terms “deck” or “main deck.”
{% endhint %}

2. Cards in each player’s Main Deck will start in their respective Main Deck zones.
3. The deck must be maintained in a single, uniform pile.
4. Players can’t look at or change the order of cards in their deck.
5. Each deck must start the game in a randomized state.
6. A player may only shuffle their deck when instructed to do so by an effect or in between games to randomize the deck.
7. A player may not look through any decks while in the game and may only look through their deck in between games.
8. Players can only draw cards from the deck.
9. If an effect instructs a player to play with the top card of the deck revealed, the top card must always be revealed. If a player is drawing multiple cards within one action sequence, each card drawn from the deck must be revealed.


---

# 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://rules.gatcg.com/game-mechanics/game-mechanics-game-zones/game-zones-main-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.
