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

# Equipment Growth

## What is Equipment Growth?

* The equipment you wear accumulates experience points as you defeat monsters.&#x20;
* Once you acquire enough experience points, your equipment will automatically level up.&#x20;
* The higher the equipment level, the higher its performance.&#x20;
* The maximum level is determined by the grade and type of equipment.

## Accumulating Experience Points

* When you equip an item, the corresponding area on the UI becomes active and displays the equipment's experience gauge.
* You can accumulate experience points by hunting monsters, which will cause the gauge to increase.
* When the gauge completely fills, the item's level increases, and the level is displayed on the item's icon.

<figure><img src="https://lh3.googleusercontent.com/iHaZjPsYphGgGJzlZrw8-rVbbT_LM01OaqIgGRODfaK_BI79eUtlEiSrLJFFcUoYCF7R2LLc7DNNoMicuSZDAu6RUmu4V8XA9DMqITEtWSjzXjDFhLxnhTl1noDt3bgqQKlH4TNhMF7DkDJhfPhXyLC1X5Bqh4DY" alt=""><figcaption></figcaption></figure>

## Maximum Level

* When equipment reaches its maximum level, it is marked as Max.
* If you replace it with another piece of equipment, the level will be updated accordingly.

<figure><img src="https://lh6.googleusercontent.com/bC9gy5cdZ5tZLW_sFF4rTt2SygPIfN7W8xuPQgy17O7fpUGddo9smiP9SseRjZx6G7qEsLwbbzA-tkYDy4_I1v-YhFLs9XeQ2m0ks2DKW24MuFw6Uwz6skgokO0hmOhVZBGpwWSwujmzhD-Z-xlFFuboeO1A2KHc" alt=""><figcaption></figcaption></figure>

## Equipment Awakening

* Even if the level of a particular piece of equipment reaches its maximum, it can be pushed past its limitations through awakening.
* This requires certain materials, and the probability of success depends on the level of awakening.
* This will be updated later.

{% hint style="warning" %}

#### This document was updated on March 23, 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:

```
GET https://docs.klaykingdoms.com/en/guide/gameplay/growth/equipment-growth.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.
