# Museum Heist

- [Museum Heist](https://tetration-lab.gitbook.io/whitepaper/museum-heist/museum-heist.md): Official Museum Heist Whitepaper, last updated on Jan 2023
- [Gameplay](https://tetration-lab.gitbook.io/whitepaper/museum-heist/gameplay.md)
- [Night Time](https://tetration-lab.gitbook.io/whitepaper/museum-heist/gameplay/night-time.md): Time to take risk without getting caught!
- [Daytime](https://tetration-lab.gitbook.io/whitepaper/museum-heist/gameplay/daytime.md): Earn your Museum Visiting Earning, Investigate Behavior, Report Robbery
- [Resolution](https://tetration-lab.gitbook.io/whitepaper/museum-heist/gameplay/resolution.md): Who will be the winner?
- [Secret Behind Secret Heist](https://tetration-lab.gitbook.io/whitepaper/museum-heist/secret-behind-secret-heist.md): Technical detail of Museum Heist
- [Magic or Science?](https://tetration-lab.gitbook.io/whitepaper/museum-heist/secret-behind-secret-heist/magic-or-science.md): Key technology being used in Museum Heist
- [Step-by-Step](https://tetration-lab.gitbook.io/whitepaper/museum-heist/secret-behind-secret-heist/step-by-step.md): A walkthrough of how the heist game is made
- [Official Link](https://tetration-lab.gitbook.io/whitepaper/museum-heist/official-link.md)


---

# 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.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.
