> 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/mouse-control.md).

# Mouse Control

* Enhance your gameplay efficiency with the use of a mouse on a PC browser.
* You can easily move characters, select other players or monsters, and initiate attacks by clicking the mouse.

## Basic Controls

<figure><img src="https://lh3.googleusercontent.com/9iB3_W0PIRgkE9ytI2pRlLpDRESsaKmSQd92wnEkTrSiLoZd0d1AI_BCrN-XYfpB2IGuCly2opy6yWwpINGmM23pNFcSOEtYeVnVmGcq844auguUn0xicnO5PY-3rfujrMGekJQRXpRn5xShUy6rzUXI0FxHUWPu" alt=""><figcaption></figcaption></figure>

* Clicking on any point on the screen will direct the character to move to that specific target point.

## Select Another Player

<figure><img src="https://lh6.googleusercontent.com/tzwD8Abvf7-dyjv8z4UuXjynRq2wsMIdjbh9yE0oXp9I3ljudS4uM7kCdtto_YZFvC48gllssEUnGzQ3T4r0DhyLFgyViDtrqHOEjHxqHYLg6utZJMlqnxvjeGKVUHlZ98Zd3Dz6Fj-2Oz7M9UG107GlI8X0TQ8s" alt=""><figcaption></figcaption></figure>

* Using your mouse, you can choose another player's character.
* Simply click on the character of the player you want, and you'll see a red circle appear at the bottom of the selected character.
* The information for the chosen character will be displayed at the top center of the screen.

## Select Monster

<figure><img src="https://lh4.googleusercontent.com/-cbZt0Aj3-5xRMR0skGcRDJ3z47r-Li2nLNEj0-W1WK7sX9A3fxVbPgesSYBKYEY-b8Su7djmXdOud5I_Vo1k2BNws4khv47XacU1Gw1IwswHpD3puFblHEVbQAiT0BLcT97PNbNX5OwLA0WXkTlv4W-cXBzkPqe" alt=""><figcaption></figcaption></figure>

* You can choose a monster by using your mouse.
* Simply click on the monster you want, and a red circle will appear at the bottom of the selected monster.

<figure><img src="https://lh5.googleusercontent.com/sPSB102ah9M-89XHFZfpjrL5jt0dTQ_Zm4u0LjQHGjtEa-aYLq9k02f1M25CQDoTdntLjtsrRm8-MjJbFkoe4hEEAiYZqq6PLYajr1eMR73veNHKdSOkBb3_ceMjHHTrIhYfTVcWc9N7WBcm3HTsQTmDeqb12AIg" alt=""><figcaption></figcaption></figure>

* If you click the selected monster again, the default attack will be initiated.
* You can perform continuous default attacks with repeated clicks.
* Alternatively, you can use the X button to execute a default attack.
* However, keep in mind that using the X button will cause the character to move towards the mouse pointer and then attack.

{% hint style="warning" %}

#### This document was updated on July 20, 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/mouse-control.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.
