# Game

- [Synopsis](https://space-hunters.gitbook.io/space-hunters/game/synopsis.md): Space Hunters is a massive multiplayer online, time limited crystal hunt game. Each crystal hides a prize 💎 and some of them will literally change your life 👇🏼
- [Goal](https://space-hunters.gitbook.io/space-hunters/game/goal.md): With a secret pass to the "cosmic genesis," and teamed up with an AI spaceship pilot, you must collect as many crystals as you can.
- [📘 Definitions](https://space-hunters.gitbook.io/space-hunters/game/definitions.md): Before we dive into the gameplay let's agree on some terms:
- [Mission Prep](https://space-hunters.gitbook.io/space-hunters/game/mission-prep.md)
- [🫡 Quest on](https://space-hunters.gitbook.io/space-hunters/game/quest-on.md)
- [Back to base](https://space-hunters.gitbook.io/space-hunters/game/back-to-base.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://space-hunters.gitbook.io/space-hunters/game.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.
