# Tools, Utils and Tutorials

- [General Tutorials](https://julhiecio.gitbook.io/ju-tps-documentation/tools-utils-and-tutorials/general-tutorials.md): Simple tutorials on how to do some useful things
- [How to do Ragdoll Fall with Input Event](https://julhiecio.gitbook.io/ju-tps-documentation/tools-utils-and-tutorials/general-tutorials/how-to-do-ragdoll-fall-with-input-event.md)
- [How to disable FPS Aim Mode / Scope / Iron Sight Aim](https://julhiecio.gitbook.io/ju-tps-documentation/tools-utils-and-tutorials/general-tutorials/how-to-disable-fps-aim-mode-scope-iron-sight-aim.md)
- [Auto Scripts](https://julhiecio.gitbook.io/ju-tps-documentation/tools-utils-and-tutorials/auto-scripts.md): It is interesting to know that there are some scripts that you can use to save your time.
- [Icon Generator Tool](https://julhiecio.gitbook.io/ju-tps-documentation/tools-utils-and-tutorials/icon-generator-tool.md): This tool can generate transparent icons from your 3D models without needing an external render software.
- [Destructible Objects System](https://julhiecio.gitbook.io/ju-tps-documentation/tools-utils-and-tutorials/destructible-objects-system.md)
- [Fracture Generator Tool](https://julhiecio.gitbook.io/ju-tps-documentation/tools-utils-and-tutorials/destructible-objects-system/fracture-generator-tool.md)
- [Pixel Quality Scaler](https://julhiecio.gitbook.io/ju-tps-documentation/tools-utils-and-tutorials/pixel-quality-scaler.md)
- [Camera Shake](https://julhiecio.gitbook.io/ju-tps-documentation/tools-utils-and-tutorials/camera-shake.md)
- [Slow Motion](https://julhiecio.gitbook.io/ju-tps-documentation/tools-utils-and-tutorials/slow-motion.md)
- [Gizmo Drawer](https://julhiecio.gitbook.io/ju-tps-documentation/tools-utils-and-tutorials/gizmo-drawer.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://julhiecio.gitbook.io/ju-tps-documentation/tools-utils-and-tutorials.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.
