# Physics

## What Is Physics? <a href="#docs-internal-guid-be710f48-7fff-9768-8d94-ec0fc3f235ed" id="docs-internal-guid-be710f48-7fff-9768-8d94-ec0fc3f235ed"></a>

In 3D games, physics means using the laws of real world physics to make objects move and interact in a realistic way. For example, if your game character pushes a rock off a cliff, the rock will fall until it hits the ground. These laws are not hard coded, which means that you can change the values of certain physical parameters to build your own game mechanics. A common example is changing the amount of gravity present.

Depending on how you want your object to interact in your game, you can choose one of the following types of physics for it:

{% content-ref url="/pages/-MOadXVmEnPe82IY5DY-" %}
[Static Objects](/learn/manual/physics/static-objects.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOadx\_AepFLNyQyPofr" %}
[Dynamic Objects](/learn/manual/physics/dynamic-objects.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOae\_RKsX2vMJD3grW5" %}
[Kinematic Objects](/learn/manual/physics/kinematic-objects.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOaf-UCibpdplbZGvsT" %}
[Ghost Objects](/learn/manual/physics/ghost-objects.md)
{% endcontent-ref %}


---

# 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://help.manu.co/learn/manual/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.
