> For the complete documentation index, see [llms.txt](https://rules.gatcg.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rules.gatcg.com/general-rules/general-rules-parts-of-a-card.md).

# General Rules - Parts of a Card

General Rules:

1. Cards consist of components of Name, Cost, Type, Class, Element, Speed, Power, Life, Durability, and Rules Text which all define a card’s characteristics. All cards have a Name, Cost, Type, Class, and Element.
2. Cards with a Class Bonus ability have watermark icons that correspond to the classes of the card and for which champion classes that Class Bonus is unlocked. These icons do not affect gameplay.

The following pages discuss these topics:

* [Name](/general-rules/general-rules-parts-of-a-card/parts-of-a-card-name.md)
* [Cost](/general-rules/general-rules-parts-of-a-card/parts-of-a-card-cost.md)
* [Typeline](/general-rules/general-rules-parts-of-a-card/parts-of-a-card-typeline.md)
* [Element](/general-rules/general-rules-parts-of-a-card/parts-of-a-card-element.md)
* [Stats](/general-rules/general-rules-parts-of-a-card/parts-of-a-card-stats.md)
* [Text Box](/general-rules/general-rules-parts-of-a-card/parts-of-a-card-text-box.md)
* [Border Information](/general-rules/general-rules-parts-of-a-card/parts-of-a-card-border-information.md)


---

# 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:

```
GET https://rules.gatcg.com/general-rules/general-rules-parts-of-a-card.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.
