# Abilities - Static Abilities

#### General Rules:

1. Static abilities do not use the Effects Stack and instead are always passively and persistently enabled, affecting the game state continuously.&#x20;
2. An ability is static if it does not have a point at which it ends or would be specified to end.
3. Static abilities generally create [continuous effects](/game-mechanics/game-mechanics-types-of-effects/types-of-effects-continuous-effects.md).
4. Cost-modifying static abilities will not change the cost of the card as printed in any zone; they will only modify the payment for that cost.

{% hint style="info" %}
E.g., a card with a reserve cost of 7 and Efficiency with the champion’s level equal to 3 will require that the player pay 4 reserve for activating the card, however, if a card were to negate the activation of cards with reserve cost of 6 or higher, the card would still be negated.
{% 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-abilities/abilities-static-abilities.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.
