# Shooter

- [Shooter](https://docs.gamecreator.one/shooter/shooter.md): From Pew-Pew to Ka-BOOM!
- [Weapons](https://docs.gamecreator.one/shooter/shooter/weapons.md): What goes pew-pew-pew!
- [Ammunition](https://docs.gamecreator.one/shooter/shooter/ammunition.md): Spheewww... Stunck!
- [Interaction](https://docs.gamecreator.one/shooter/shooter/interaction.md): How to Pew, Pew, Pew!
- [Examples](https://docs.gamecreator.one/shooter/shooter/examples.md): Ra-ta-ta-ta-ta examples
- [Example 1 - Get Started](https://docs.gamecreator.one/shooter/shooter/examples/example-1-get-started.md)
- [Example 2 - Pick Weapons](https://docs.gamecreator.one/shooter/shooter/examples/example-2-pick-weapons.md)
- [Example 3 - Top Down](https://docs.gamecreator.one/shooter/shooter/examples/example-3-top-down.md)
- [Example 4 - Side Scroll](https://docs.gamecreator.one/shooter/shooter/examples/example-4-side-scroll.md)
- [Example 5 - First Person](https://docs.gamecreator.one/shooter/shooter/examples/example-5-first-person.md)
- [Example 6 - Combat](https://docs.gamecreator.one/shooter/shooter/examples/example-6-combat.md)
- [Advanced](https://docs.gamecreator.one/shooter/shooter/advanced.md): Take the Shooter to the next level!
- [Custom Crosshairs](https://docs.gamecreator.one/shooter/shooter/advanced/custom-crosshairs.md): Target Locked... Fire!
- [Shooter API](https://docs.gamecreator.one/shooter/shooter/advanced/shooter-api.md): shooter.Fire(bullet);


---

# 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://docs.gamecreator.one/shooter.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.
