> For the complete documentation index, see [llms.txt](https://metarchy.gitbook.io/welcome-to-metarcy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metarchy.gitbook.io/welcome-to-metarcy/game-rules/game-turn.md).

# Game turn

The [game](/welcome-to-metarcy/metarchy.md) lasts for a different number of *turns*:

* 7 *turns* for 2, 3 and 6 [players](/welcome-to-metarcy/game-review/constituents/players.md)
* 8 *turns* for 4 [players](/welcome-to-metarcy/game-review/constituents/players.md)
* 6 *turns* for 5 [players](/welcome-to-metarcy/game-review/constituents/players.md)

Each *turn* is divided into 5 phases.

Each *turn* begins with [phase 1](/welcome-to-metarcy/game-rules/game-turn/phase-1-event.md) and ends after [phase 5](/welcome-to-metarcy/game-rules/game-turn/phase-5-market.md), after which the next [turn](/welcome-to-metarcy/game-rules/game-turn.md) begins.

After the last [turn](/welcome-to-metarcy/game-rules/game-turn.md), the [players](/welcome-to-metarcy/game-review/constituents/players.md) count the number of [victory points](/welcome-to-metarcy/game-review/terms/victory-point.md). The [player](/welcome-to-metarcy/game-review/constituents/players.md) with the most [victory points](/welcome-to-metarcy/game-review/terms/victory-point.md) is the winner.

If two or more [players](/welcome-to-metarcy/game-review/constituents/players.md) have the same number of [victory points](/welcome-to-metarcy/game-review/terms/victory-point.md), another [turn](/welcome-to-metarcy/game-rules/game-turn.md) is made, in which only the [players](/welcome-to-metarcy/game-review/constituents/players.md) with the highest but equal number of [victory points](/welcome-to-metarcy/game-review/terms/victory-point.md) take part.

Extra [turn](/welcome-to-metarcy/game-rules/game-turn.md) begin with [phase 2](/welcome-to-metarcy/game-rules/game-turn/phase-2-distribution.md) ([phase 1](/welcome-to-metarcy/game-rules/game-turn/phase-1-event.md) is skipped).


---

# 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://metarchy.gitbook.io/welcome-to-metarcy/game-rules/game-turn.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.
