> 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/intro/roadmap/step-8..md).

# Step 8. 영웅, 아이템 성장 ✔️

영웅 소환 / 변신 / 승급 및 도감 시스템을 출시합니다. 영웅은 강력한 스탯을 가지고 있으며, 하위 등급의 영웅을 여러 개 합성하여 더 강력한 영웅으로 성장시킬 수 있습니다. 영웅으로 변신하면 고유의 강력한 스킬과 스탯을 사용할 수 있습니다. 또한 도감 시스템에 다양한 영웅과 수집품 등을 등록하여 캐릭터의 스탯 등 다양한 게임 내 혜택을 받을 수 있습니다. 클레이킹덤은 여타 MMORPG와 달리 성장의 척도를 캐릭터 레벨로 나타내지 않으며, 대신 장비한 아이템에 경험치를 축적해 성장의 재미를 느낄 수 있습니다. 이렇게 성장시킨 장비를 다른 유저에게 판매하여 수익을 얻을 수 있고, 신규 유저가 해당 장비를 구매하면 보다 빠르게 게임에 적응할 수 있습니다.


---

# 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/intro/roadmap/step-8..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.
