# Movement Sounds

### Movement Sound Table

This page describes the structure of the Movement Sound Table which allows you to add your own footsteps for walking, sprinting and crouching, jump sounds, and landing sounds to Motion.

### The DataTable Editor

To open the `DataTable Editor` double-click the provided table which you can find at `Motion\Blueprints\DT_MovementSounds`.

<figure><img src="/files/mFUPaP9bQLCucSuUWPQF" alt=""><figcaption></figcaption></figure>

This table provides all metadata used by Motion to provide you with sounds for your movement needs.

<mark style="color:blue;">To learn more about what each field means, please visit the FStructMovementSound page.</mark>

#### Adding data

To add a new field to the data table, press the `Add` button in the toolbar.

![](/files/qyn1jahAb31K4BTDRYiX)

You can then edit your new row in the `Row Editor` below the table.


---

# 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://motion.docs.regensturm.com/tweaking/movement-sounds.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.
