# Game Mechanics - Drawing Cards

#### General Rules:

1. Events that result in a drawn card force the player to take the top card of their deck and place it into their hand or their memory as specified.
2. A drawn card is a discrete event.&#x20;
   1. The same is true for other events where a card from the deck is taken and moved to another zone, e.g. Banishing the top three cards of a deck will see each card individually banished sequentially, as one complete player action.

{% hint style="danger" %}
E.g., a player drawing N cards requires that player to draw one card N times. This occurs within one effective player action and no Opportunity to act as a result of this arises.
{% endhint %}

3. If an effect is placed into the Effects Stack due to a player drawing a card, this effect takes place after all N cards are drawn.
4. Cards being selected from one or more revealed cards from the deck and added into the hand is not considered drawing a card. In every case where a player would be instructed to draw a card by an event, the rules state the words “Draw X cards” where X is the number of cards to be drawn.
5. If a player would otherwise be told to place a card from anywhere in their deck into their hand or their memory, this is not considered to be drawing a card unless the rules text of the effect states the word “draw.”
6. A player attempting to draw a card from their deck without having any remaining cards in the deck results in an automatic loss, i.e. decking out.


---

# 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-drawing-cards.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.
