# 조작법

## 캐릭터 이동

* 방향키로 대각선 포함 8방향까지 캐릭터를 이동할 수 있습니다.

<figure><img src="https://lh6.googleusercontent.com/J5cQkAhmE9FlnyYLD4PdZxmtiReUO0AzX_79OCsALcN7195WscDqrkcLArZosS2nHNw4CTET2vhXht7ulbo8M0UgpIRfhsGfOjNSJN-MOUOJfx63lxFZLzAob1Nt6MD_atR3B5V7bx7hjD430Lb40Do" alt=""><figcaption></figcaption></figure>

## 캐릭터 점프

* SPACE 키로 이동하며 점프할 수 있습니다.

<figure><img src="https://lh3.googleusercontent.com/3l-hMyJAvGS3v6R8gO1T9tilygeBzfuWpO3JywGmEWtt61Ild0-F_YAw26m6nkvpVaRUvseIaCI-f9TtsDyVzWJEXNZdsQO4sNbDOJZKw_26ujrFoFfArCJSjZPv037jW4nvZ3LkwrHTcMVn0lU0yso" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**이 문서는 2023-03-02에 업데이트 되었습니다. 일부 내용은 게임과 다를 수 있습니다**
{% endhint %}


---

# 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.klaykingdoms.com/guide/guidebook/beginner/control.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.
