# Resolution

After the series of day and night time rounds, the first player to accumulate a total of 30 coins will be declared the winner.

Although this game is simple in design, players must carefully strategize their tactics during each phase. The key to success is to acquire as many artifacts as possible, as the number of artifacts directly corresponds to the number of coins earned.

Players must also devise ways to steal artifacts from other players while ensuring that their heist remains undetected.&#x20;

Now that you have basic understanding about the game, it's time to put theory into action


---

# 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://tetration-lab.gitbook.io/whitepaper/museum-heist/gameplay/resolution.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.
