> For the complete documentation index, see [llms.txt](https://docs.klaykingdoms.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klaykingdoms.com/en/guide/gameplay/beginners-guide/mobile-ui.md).

# Mobile UI

## Mobile Interface

* When connecting to Klay Kingdoms via mobile, the interface switches to a version that has been optimized for mobile devices.
* The menu and information UI frames on the existing browser version remain unchanged.
* A joystick for movement and buttons for attacking and using skills have been positioned so you can play comfortably in a mobile environment.

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

<table><thead><tr><th width="84.33333333333331">No.</th><th width="174">Feature</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td>Joystick</td><td>The joystick allows you to move your character.</td></tr><tr><td>2</td><td>Combat Features</td><td><p>Attack Button: This enables you to perform the basic attacks of your character.</p><p>Skill Buttons: These enable you to utilize the skills assigned to the quick slots.</p><p>Switch Button: Clicking this button will switch to the next tab of quick slots.</p><p>Target Button: This allows you to select the nearest enemy as your target.</p></td></tr><tr><td>3</td><td>Consumable Items</td><td>You can use consumable items assigned to quick slots.</td></tr><tr><td>4</td><td>Weapon Mastery</td><td><p>The mastery level and experience points for the currently equipped weapon are visible here.</p><p>By clicking the Proficiency button in the menu, you can access more detailed information.</p></td></tr></tbody></table>

{% hint style="info" %}

#### This document was updated on May 18, 2023. Some elements may differ from the game.

{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.klaykingdoms.com/en/guide/gameplay/beginners-guide/mobile-ui.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
