# Configurate Movement

For setup player movement parameters go to the:

> **First Person Controller** *(component)* **-> Controller** *(tab)*

![Controller](/files/-MbaWi4EEobmbXKekcgB)

| Property              | Description                                                                                    |
| --------------------- | ---------------------------------------------------------------------------------------------- |
| Locomotion Settings   | Player movement settings. It is responsible for the speed of movement in different situations. |
| Jump Settings         | Jump settings. Used to measure the jump force.                                                 |
| Air Settings          | Customize the player's movement in the air.                                                    |
| Acceleration Settings | Setting up the player's acceleration.                                                          |
| Crouch Settings       | Setting up a walk in a squat.                                                                  |
| Gravity Settings      | Gravity force settings.                                                                        |
| Grounded Settings     | Ground checking settings.                                                                      |
| Root Settings         | Root checking settings.                                                                        |
| Check Wall Settings   | Wall checking settings.                                                                        |
| Advanced Settings     | Advanced Settings.                                                                             |


---

# 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://renownedgames.gitbook.io/aurora-engine/components/configurate-locomotion.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.
