> For the complete documentation index, see [llms.txt](https://trg.gatcg.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trg.gatcg.com/format-conventions/ban-lists.md).

# Ban Lists

This page will contain all lists of cards banned across the various formats. Keep in mind that cards generated with the same name as cards listed in the ban list are legal to play within a game; ban lists only govern deck construction.

#### Standard Constructed

Standard Constructed (All variants, including Online and team Standard. Limited formats are excluded)

* Baby Gray Slime
* Corhazi Outlook
* Crystal of Empowerment
* Erupting Rhapsody
* Icebound Slam
* Sword of Avarice
* Reckless Conversion
* Lost in Thought
* Dissonant Fractal
* Rile the Abyss

In addition, Standard Constructed excludes cards specific to draft formats and Pantheon-exclusive cards. Pantheon-exclusive cards will have a PANTHEON tag at the bottom right of the card border.

#### Pantheon

There are no cards on the Pantheon ban list at this time.

Consult the [Index](https://index.gatcg.com) to see any specific ban or restricted information for any card.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://trg.gatcg.com/format-conventions/ban-lists.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
