# Board layout

![](/files/-Mks2bIHhOuRhP2A3k_f)

The Board is made of several distinct zones. The mainboard, your deck, your graveyard, your hand, your lava counter, your life point counter, and the turn timer.

The mainboard has space for 7 cards to be summoned at any one time.

Your deck is made up of exactly 30 cards, when you run out of cards you will not lose the game immediately, but you will stop drawing cards.

Your graveyard shows all the cards you have played in this game. Both players can see all cards in either graveyard.


---

# 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/board-layout.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.
