# Ordering and Tracking

#### General Rules

1. If a player is instructed to place a revealed card or a card whose identity/characteristics have become public information in a specific zone, the card will follow the information privacy of the respective zone in which it is placed. E.g., if a card were to be placed third from the top of a deck, the card should be ordered in the deck face down and will remain private. The tracking of cards' positions in this manner is the responsibility of the player(s) who wish(es) to track it.
2. If a player is instructed to simultaneously place two or more cards in a specific place or places in an ordered private zone, such as the Main Deck, the owner of the cards chooses the order and positions they are placed, according to the effect. The owner of those cards and the zone in which they were placed does not reveal the order of those cards to other players, even if the cards were previously public information.
   1. If an effect were to reveal or change the visibility of a specific card or cards from among those in order that was changed in some way, the visibility and information will only be considered after the effect of ordering is fully completed.
3. If a player is instructed to simultaneously place two or more cards randomly within an ordered private zone, the owner of the cards must first shuffle any of the revealed or seen cards and assign them randomly within the zone. Neither the owner nor other players in the game should know the identity or identities or any card(s) that were positioned accordingly.

{% hint style="warning" %}
![](/files/0Ej04HYsztA72jXmhrz4)![](/files/U06jiu83mzAb2t302ALj)\
\
E.g., For Advent of the Stormcaller, even though the top **LV** cards are revealed to all players in a game, only the controlling player will see the way the cards get ordered into the deck. The other players may only know how many cards were positioned to either the top or the bottom, but they are not allowed information as to which cards were placed where and in what order. Similarly, for Angelic Channeling, even though the cards were public in Banishment, opponents will not know the order of the cards (if it was two or more).
{% endhint %}

4. If an effect instructs a player to place a card into an undefined location in an ordered set of cards, the card should be placed into a default position in that zone by assigning non-existent locations with a null value to place the card.
   1. If the zone does not exist, the card will not move from its current location.<br>

{% hint style="info" %} <img src="/files/Xmz1LbGjPiOecZqvegDo" alt="" data-size="original">\
\
E.g., Cosmic Focus instructs the owner to put it into their deck in the fourth position from the top. If the deck has insufficient cards for there to be a 4th position, it should be placed by assigning a null space in positions where a card can't be found. The result is that the card is placed at the bottom of the deck.&#x20;
{% endhint %}

<br>


---

# 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-miscellaneous-topics/ordering-and-tracking.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.
