# Movement and Camera

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

Moving around and exploring the world starts with the following mouse and keyboard basics. Press `W` or `Up Arrow` to move forward. To move backward, press `S` or `Down Arrow`. To move or strafe left press `A` or `Left Arrow`. To move or strafe right, press `D` or `Right Arrow`. To turn and face in a different direction while moving, move the mouse left or right. To auto run press `\`. To stop auto-running, press any of the movement keys. To toggle between walking and running hit the `T` key.

Change your view of the world by moving the mouse left, right, forward, and backward. Use the mouse to steer your avatar while moving. While standing still, you can look at your avatar from any angle by also moving the mouse. No matter which way you look with the mouse, pressing `W` or the `Up Arrow` will immediately turn you in that direction.

Press `Space` or `Right Control` to Jump. You can rebind all keys in the key binding section of the escape menu, accessed by hitting `Escape` and selecting Key Bindings.

<br>


---

# 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.ztx.io/ztx/gameplay/getting-started/movement-and-camera.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.
