# 모바일 UI

## 모바일 인터페이스

* 모바일 기기에 최적화 된 인터페이스로 변경됩니다.
* 기존 브라우저상에서의 메뉴, 정보 UI 프레임은 유지됩니다.
* 모바일 환경에서 효율적인  조작을 위해 조이스틱과 공격/스킬 버튼이 배치됩니다.

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

<table><thead><tr><th width="77.33333333333331">번호</th><th width="172">명칭</th><th>설명</th></tr></thead><tbody><tr><td>1</td><td>이동 조이스틱</td><td>캐릭터를 이동할 수 있습니다.</td></tr><tr><td>2</td><td>전투 기능</td><td><p>공격 버튼 : 캐릭터의 기본 공격을 사용할 수 있습니다.</p><p>스킬 버튼 : 퀵슬롯에 등록된 스킬을 사용할 수 있습니다.</p><p>교체 버튼 : 다음 퀵슬롯으로 변경할 수 있습니다.</p><p>타겟 버튼 : 가장 가까운 적을 타겟으로 지정할 수 있습니다.</p></td></tr><tr><td>3</td><td>소모성 아이템 사용</td><td>퀵슬롯에 등록된 소모성 아이템을 사용할 수 있습니다.</td></tr><tr><td>4</td><td>무기 숙련도</td><td><p>현재 장착 중인 무기의 숙련도 레벨과 경험치가 표시됩니다.</p><p>메인 메뉴 -> ‘숙련도’에서 상세 정보를 확인할 수 있습니다.</p></td></tr></tbody></table>

{% hint style="info" %}

#### 이 문서는 2023-05-18에 업데이트 되었습니다. 일부 내용은 게임과 다를 수 있습니다.

{% 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/ui.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.
