# Bone Physics

You will notice that each Fragment bone now has a `Use Physics` property.

<div align="left"><figure><img src="/files/qNLRpcDcLxltbtjckCUo" alt=""><figcaption><p>Bone Properties > Sollumz > Fragment</p></figcaption></figure></div>

Enabling this will reveal a `Physics` subpanel where various physics properties can be configured for that bone. The defaults work great for most use cases but feel free to tweak them to get the results you want.&#x20;

{% hint style="info" %}
If you're ever not sure what physics properties to set, import a similar model from the game and copy its physics properties.
{% endhint %}

Most importantly, enabling Use Physics is what causes the bone to react to physics. If this is unticked, any geometry associated with the bone will always remain static in-game. Usually, you'd have a bone for each separable part. That way, all parts of your Fragment will act independently of each other. See the [Prop Setup](/2.5/documentation/fragments.yft/prop-setup.md) page for an example (vehicles also have separable parts but the bone hierarchy is usually much more complex).

{% hint style="info" %}
Strength is what determines how easily the part can be separated. If strength is -1, the part will not separate, but will still react to physics. This can be seen in props with hinging doors such as the container prop shown in [Prop Setup](/2.5/documentation/fragments.yft/prop-setup.md#skeleton-setup).
{% endhint %}


---

# 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.sollumz.org/2.5/documentation/fragments.yft/bone-physics.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.
