# Gravity

In MANU, gravity is one of the default units of every scene that can be found in the Scene panel. Gravity is applied to all dynamic objects in the Scene, except the Main Character. To learn more about the gravity settings for the Main Character, go to Main Character Settings > Gravity and Mass (link). In physics terms, gravity is the natural force that causes things to fall toward the earth. Gravity is a global setting that is applied to a certain level in a game.&#x20;

In MANU, the value for gravity is generally fine left at its default, which is -9.78 on the Y axis. It determines the force of gravity in the real world. Changing this value would simulate a lower or higher force of gravity that could vary from -100 to 100.

![](https://dl.dropboxusercontent.com/s/27zo9jiazrphvtf/001.png?dl=0)


---

# 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/gravity.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.
