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

# Settings

* Select the Settings icon in the menu or press ESC to open the Settings window in the web version.
* The Settings window is divided into four tabs: General, Notification, Key Settings, and Account.
* Click on each tab to view and customize the specific options available on the right side.

## General Tab

<figure><img src="https://lh4.googleusercontent.com/aq_E5Wmw_kDBLsiHrWdumlg82YoHO3ksAnuEULyXJTgtwT-bRYZaPVl2nsj935yDfyqWSyMZUqfUEeLxRKGOnPM89ed8mJLtQgiB8nzlN3_nA4JGHcOdsp235IxqBNl41AjAZ4JTnW7c9awrE8JFOyypATh_S_8K" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="75.33333333333331">No.</th><th width="123">Feature</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td>Sound</td><td><p>You can adjust the background music and effect volume.</p><p>The default setting is 100.</p></td></tr><tr><td>2</td><td>Interface</td><td><p>You can configure whether elements such as chat or guild names are displayed on the gameplay screen.</p><p>By default, all elements are set to be displayed.</p></td></tr><tr><td>3</td><td>Resolution</td><td><p>You can select from three different levels of frame rates for the game.</p><p>The resolution can be set at three different levels.</p></td></tr><tr><td>4</td><td>Item Pickup</td><td><p>When acquiring items, you have the option to select to pick up only Uncommon or Rare grade items.</p><p>By default, all grade items will be picked up.</p></td></tr></tbody></table>

## Notification Tab

* You can configure notifications as pop-up windows upon entering the game.

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

<table><thead><tr><th width="75.33333333333331">No.</th><th width="120">Feature</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td>Game</td><td>You can configure notifications for item acquisition or usage during gameplay.</td></tr><tr><td>2</td><td>Community</td><td>You can configure notifications for friend requests, guild member invitations, or party invitations during gameplay.</td></tr><tr><td>3</td><td>Exchange</td><td>You can configure notifications for item exchanges or trades.</td></tr></tbody></table>

## Key Settings Tab

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

<table><thead><tr><th width="77.33333333333331">No.</th><th width="177">Feature</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td>General Control</td><td>You can modify the default control key settings, including the default weapon attack or pick-up actions.</td></tr><tr><td>2</td><td>Quick Slot</td><td>You can register frequently used skills and consumable items in the quick slots and assign shortcut keys to them for increased efficiency.</td></tr><tr><td>3</td><td>Reset Key Settings</td><td>By selecting the Reset Key Settings button, you can reset all the shortcuts you have set.</td></tr></tbody></table>

## Account Tab

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

* On the Accounts tab, you can view the wallet address associated with your account and easily copy it to the clipboard using the Copy button.
* If the wallet is connected with the Klaytn Name Service (KNS), the address will be displayed as the KNS address.

{% hint style="warning" %}

#### This document was updated on July 13, 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/settings.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.
