> For the complete documentation index, see [llms.txt](https://jeff-world.gitbook.io/jeff-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jeff-world.gitbook.io/jeff-world/introduction/how-to-play-jeff-world/controls.md).

# Controls

## Controls

* Use the arrow keys or **W, A, S, D** keys on your keyboard to move around the world.
* By default, movement is in a running mode, but holding down the **Shift** key changes it to walking.
* While moving, you can adjust the camera view by moving your mouse.
* If you want to enable auto-run, press the **Num Lock** key

## Shortcuts

Shortcuts will continue to be added over time.

<table><thead><tr><th width="136" align="center">Name</th><th width="141.5999755859375" align="center">Shortcut Key</th><th align="center">Function</th></tr></thead><tbody><tr><td align="center">User Information</td><td align="center">C</td><td align="center">You can check user information.</td></tr><tr><td align="center">Setting</td><td align="center">F6</td><td align="center">You can adjust the settings.</td></tr><tr><td align="center">Road Cleaning</td><td align="center">L</td><td align="center">You can access the Road Cleaning window.</td></tr><tr><td align="center">Plant cultivation</td><td align="center">V</td><td align="center">You can check the status of plant cultivation.</td></tr><tr><td align="center">Inventory</td><td align="center">I</td><td align="center">You can check your item inventory. By left-clicking an item in the inventory, you can view the item menu. By right-clicking an item in the inventory, you can use the item immediately.</td></tr><tr><td align="center">Mailbox</td><td align="center">O</td><td align="center">You can check your mailbox.</td></tr><tr><td align="center">Missions</td><td align="center">J</td><td align="center">You can check the missions</td></tr><tr><td align="center">World map</td><td align="center">M</td><td align="center">You can check the World map</td></tr><tr><td align="center">Auto-Mount</td><td align="center">B</td><td align="center">Automatically mounts your ride.</td></tr><tr><td align="center">Auto-Run</td><td align="center">Num Lock</td><td align="center">Automatically enables auto-run.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://jeff-world.gitbook.io/jeff-world/introduction/how-to-play-jeff-world/controls.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.
