# Game Zones - Effects Stack

#### General Rules:

1. The Effects Stack zone is a public zone shared by all players and has no owner.&#x20;

{% hint style="info" %}
The Effects Stack zone is referred to by the term “effects stack.”
{% endhint %}

2. The Effects Stack contains an ordered collection of stacked card activations, materializations, and abilities pending resolution which uses a stacking structure. Each discrete item in this zone has its own layer and each layer will resolve on its own. The topmost layer is the first card to resolve any time an item in the effects stack were to resolve whereas the bottom layer corresponds to the item that would resolve last. In essence, this zone uses a first-in-last-out (FILO) system.
3. Once a card or ability resolves from the Effects Stack, each of its effects will fully resolve as it is removed from the Effects Stack.

{% hint style="info" %}
E.g., Glacial Guidance will still grant an enlighten counter as it is ending the combat phase.\ <img src="https://ga-index-public.s3.us-west-2.amazonaws.com/cards/glacial-guidance-doa-alter.jpg" alt="" data-size="original">
{% endhint %}

4. Players can’t change the order of cards in the effects stack.


---

# 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-effects-stack.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.
