> 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/kor/jeff-world-play-guide/undefined-3.md).

# 조작법 / 단축키

### 조작법

**키보드의 화살표** 혹은 **W, A, S, D 키**를 통해 월드를 이동할 수 있습니다.

기본 이동은 달리기 형태이나, **Shift 버튼**을 누르면 걷기로 이동이 변경됩니다.

이동 시,  **마우스**를 움직여 **화면 시점**을 전환할 수 있습니다.

### 단축키

단축키는 지속적으로 추가될 예정입니다.

<table><thead><tr><th width="136" align="center">이름</th><th width="100" align="center">단축키</th><th align="center">기능</th></tr></thead><tbody><tr><td align="center">유저 정보</td><td align="center">C</td><td align="center">유저 정보를 확인할 수 있다.</td></tr><tr><td align="center">설정</td><td align="center">F6</td><td align="center">환경 설정이 가능하다.</td></tr><tr><td align="center">로드클리닝</td><td align="center">L</td><td align="center">로드클리닝 창에 진입할 수 있다.</td></tr><tr><td align="center">식물 재배</td><td align="center">V</td><td align="center">식물 재배 현황을 확인할 수 있다.</td></tr><tr><td align="center">인벤토리</td><td align="center">I</td><td align="center">아이템 인벤토리를 확인할 수 있다.<br>인벤토리 내 아이템 좌클릭 시, 아이템 메뉴를 확인할 수 있다. <br>인벤토리 내 아이템 우클릭 시,아이템을 즉시 사용할 수 있다.</td></tr><tr><td align="center">우편</td><td align="center">O</td><td align="center">우편함을 확인할 수 있다.</td></tr><tr><td align="center">미션</td><td align="center">J</td><td align="center">미션을 확인할 수 있다.</td></tr><tr><td align="center">지도</td><td align="center">M</td><td align="center">전체 맵(지도)을 확인할 수 있다.</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/kor/jeff-world-play-guide/undefined-3.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.
