> For the complete documentation index, see [llms.txt](https://gunz.gitbook.io/gunz-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz.md).

# How to play GunZ

- [How to play](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/how-to-play.md)
- [Basic Controls](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/how-to-play/basic-controls.md): An overview of GUNZ's basic controls
- [Gameplay and Mechanics](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/how-to-play/gameplay-and-mechanics.md): An overview of GUNZ's gameplay and mechanics.
- [Glitch Mechanics:](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/how-to-play/glitch-mechanics.md): An overview of the Glitch Mechanics GUNZ has to offer.
- [Equipment](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/equipment.md)
- [Movement and Tricks](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/movement-and-tricks.md)
- [Basic movements](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/movement-and-tricks/basic-movements.md): The basic movements you will need to learn when playing GUNZ.
- [Advanced Movements](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/movement-and-tricks/advanced-movements.md): Learn these movements when you have mastered the Basic movements.
- [Player VS Player](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/player-vs-player.md)
- [Team Deathmatch](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/player-vs-player/team-deathmatch.md)
- [The Duel Match](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/player-vs-player/the-duel-match.md)
- [Deathmatch](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/player-vs-player/deathmatch.md)
- [Gladiator](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/player-vs-player/gladiator.md)
- [Spy](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/player-vs-player/spy.md)
- [Berserker Deathmatch](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/player-vs-player/berserker-deathmatch.md)
- [Reverse Berserker Deathmatch](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/player-vs-player/reverse-berserker-deathmatch.md)
- [Training Mode](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/player-vs-player/training-mode.md)
- [Gladiator Team Deathmatch](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/player-vs-player/gladiator-team-deathmatch.md)
- [Extreme Team Deathmatch](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/player-vs-player/extreme-team-deathmatch.md)
- [Capture The Flag](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/player-vs-player/capture-the-flag.md)
- [Assasination](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/player-vs-player/assasination.md)
- [Team Training](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/player-vs-player/team-training.md)
- [Player VS Environment](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/player-vs-environment.md)
- [Quests](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/player-vs-environment/quests.md)
- [Quest Items and Bosses](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/player-vs-environment/quests/quest-items-and-bosses.md)
- [Combat guide](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/combat-guide.md)
- [Lead & Anti Lead](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/combat-guide/lead-and-anti-lead.md)
- [Recommended Keybinds](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/combat-guide/recommended-keybinds.md)
- [K-Style](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/combat-guide/k-style.md)
- [D-Style](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/combat-guide/d-style.md)
- [Commands](https://gunz.gitbook.io/gunz-guide/how-to-play-gunz/commands.md)


---

# 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://gunz.gitbook.io/gunz-guide/how-to-play-gunz.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.
