# Reading a card

Each Berserk card contains 6 key pieces of information.

1\) Lava Cost — Top Left. This tells you how much lava the card costs to play\
2\) Rarity Gem — Top Right. This colored Gem provides an indication of the rarity of the card (typically correlated with power and value)\
3\) Name of the Card — The middle of the card displays the Name\
4\) Attack Strength — Bottom Left. This tells you the base attack stat for the card (only creature cards have an attack stat)\
5\) Health — Bottom Right. This tells you the base health stat for the card (only creature cards have a Health stat)\
6\) Ability Text — Centre. This explains what effects the card may have, either when played, or when attacking.


---

# 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://docs.vulcanforged.com/berserk/reading-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.
