# Getting Started

- [Getting Started](https://rsb.inanevin.com/getting-started/getting-started.md)
- [Environment Properties](https://rsb.inanevin.com/getting-started/environment-properties.md)
- [Bullet Properties](https://rsb.inanevin.com/getting-started/bullet-properties.md)
- [Object Poolers](https://rsb.inanevin.com/getting-started/object-poolers.md)
- [Sniper and Ballistics System](https://rsb.inanevin.com/getting-started/sniper-and-ballistics-system.md)
- [Firing a Bullet](https://rsb.inanevin.com/getting-started/firing-a-bullet.md)
- [Listening to Hit Events](https://rsb.inanevin.com/getting-started/listening-to-hit-events.md)
- [Spawning Particles on Hit](https://rsb.inanevin.com/getting-started/listening-to-hit-events/spawning-particles-on-hit.md)
- [Hit Tags](https://rsb.inanevin.com/getting-started/listening-to-hit-events/hit-tags.md)
- [Zero Distances](https://rsb.inanevin.com/getting-started/zero-distances.md)
- [Wind Vector](https://rsb.inanevin.com/getting-started/wind-vector.md)
- [Air Resistance](https://rsb.inanevin.com/getting-started/air-resistance.md)
- [Spin Drift](https://rsb.inanevin.com/getting-started/spin-drift.md)
- [Ballistic Surfaces - Penetration](https://rsb.inanevin.com/getting-started/ballistic-surfaces-penetration.md)
- [Ballistic Surfaces - Ricochet](https://rsb.inanevin.com/getting-started/ballistic-surfaces-ricochet.md)
- [Bullet Time Effects](https://rsb.inanevin.com/getting-started/bullet-time-effects.md)
- [Target](https://rsb.inanevin.com/getting-started/bullet-time-effects/target.md)
- [Bullet](https://rsb.inanevin.com/getting-started/bullet-time-effects/bullet.md)
- [Firing with Bullet Time](https://rsb.inanevin.com/getting-started/bullet-time-effects/firing-with-bullet-time.md)
- [Bullet Time Camera - Default](https://rsb.inanevin.com/getting-started/bullet-time-effects/bullet-time-camera-default.md)
- [Writing your Own Bullet Time Camera](https://rsb.inanevin.com/getting-started/bullet-time-effects/writing-your-own-bullet-time-camera.md)
- [Dynamic Scope System](https://rsb.inanevin.com/getting-started/dynamic-scope-system.md)
- [Incorporating Player](https://rsb.inanevin.com/getting-started/incorporating-player.md)
- [Player Movement Controller](https://rsb.inanevin.com/getting-started/incorporating-player/player-movement-controller.md)
- [Motion Controller](https://rsb.inanevin.com/getting-started/incorporating-player/motion-controller.md)
- [Camera Controller](https://rsb.inanevin.com/getting-started/incorporating-player/camera-controller.md)
- [Player With Weapon](https://rsb.inanevin.com/getting-started/incorporating-player/player-with-weapon.md)
- [Mobile Controls](https://rsb.inanevin.com/getting-started/mobile-controls.md)
- [Conclusion](https://rsb.inanevin.com/getting-started/conclusion.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://rsb.inanevin.com/getting-started.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.
