# BattleZips V1

- [On the BattleZips Project](https://battlezips.gitbook.io/battlezips/examples/battlezips-v1/on-the-battlezips-project.md): I'm sorry do you know a brother at the house? Otherwise I can't let you in...
- [Docs holder](https://battlezips.gitbook.io/battlezips/examples/battlezips-v1/docs-holder.md): gonna weave these in later
- [Join Game UML Sequence Diagram](https://battlezips.gitbook.io/battlezips/examples/battlezips-v1/docs-holder/join-game-uml-sequence-diagram.md)
- [Play Game UML Sequence Diagram](https://battlezips.gitbook.io/battlezips/examples/battlezips-v1/docs-holder/play-game-uml-sequence-diagram.md)
- [End Game UML Sequence Diagram](https://battlezips.gitbook.io/battlezips/examples/battlezips-v1/docs-holder/end-game-uml-sequence-diagram.md)
- [ZK Privacy Stack](https://battlezips.gitbook.io/battlezips/examples/battlezips-v1/zk-privacy-stack.md)
- [Deploying Artifacts to Prod](https://battlezips.gitbook.io/battlezips/examples/battlezips-v1/deploying-artifacts-to-prod.md)
- [Browser Client](https://battlezips.gitbook.io/battlezips/examples/battlezips-v1/browser-client.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://battlezips.gitbook.io/battlezips/examples/battlezips-v1.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.
