# Taking a turn

Each turn has 3 distinct phases. Upkeep, Main Phase, End of Turn.

During the Upkeep step your available lava is set to the maximum available this turn. You then draw cards, and status effects wear off if applicable.

During the Main Phase you can play cards and attack with creatures, you can do this in any order you like, the main phase lasts for 60 seconds, but you can choose to end your turn early.

You may attack any creature you choose, or the enemy hero directly unless prevented from doing so by the effects of a card.

End of Turn cancels any active spells if you haven’t selected a target, and applies any DoT (Damage over Time) effects where applicable.


---

# 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/taking-a-turn.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.
