# Game Mechanics

- [Game Limits and Crashes](https://docs.gta.clothing/game-mechanics/game-limits-and-crashes.md): Learn about GTA V's clothing and tattoo related game limits and crashes
- [Prop Mask Models](https://docs.gta.clothing/game-mechanics/prop-mask-models.md): Learn about GTA V Cloth Prop Mask Models
- [Mesh Physics (YLD)](https://docs.gta.clothing/game-mechanics/mesh-physics-yld.md): Learn about the file format responsible for physics on clothing
- [Model Alternations](https://docs.gta.clothing/game-mechanics/model-alternations.md): Learn about all possible clothing drawable model variations and their purpose in detail
- [Drawable Types & Textures](https://docs.gta.clothing/game-mechanics/drawable-types-and-textures.md): Learn about cloth drawable types and cloth textures in general
- [Files Naming](https://docs.gta.clothing/game-mechanics/files-naming.md): Learn about GTA V Files Naming
- [Behaviour Flags](https://docs.gta.clothing/game-mechanics/behaviour-flags.md): Learn about GTA V's Ped Component Flags / Cloth Behaviour Flags
- [Shop Meta File](https://docs.gta.clothing/game-mechanics/shop-meta-file.md): Learn about GTA V's Cloth Shop Meta File


---

# 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.gta.clothing/game-mechanics.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.
