# 합성

사용자는 동일한 **하위 등급 몬스터 카드 2장과 마정석으로 상위 등급 몬스터 카드 1장**을 생성합니다.

<figure><img src="/files/WmM2YqPrqLL5vGxFDxu7" alt=""><figcaption><p>사용자는 하위 등급의 몬스터 카드(예시 E급)를 합성해 상위 등급(D급) 몬스터 카드를 얻을 수 있습니다.</p></figcaption></figure>

합성 시, 등급별 몬스터 카드에 따라 소모되는 마정석 수량은 아래 표에 따라 차등 적용됩니다.

| 몬스터 카드 등급 | 필요 재료                  |
| --------- | ---------------------- |
| D급        | E급 몬스터 카드 2장 + 마정석 10개 |
| C급        | D급 몬스터 카드 2장 + 마정석 15개 |
| B급        | C급 몬스터 카드 2장 + 마정석 20개 |
| A급        | B급 몬스터 카드 2장 + 마정석 25개 |
| S급        | A급 몬스터 카드 2장 + 마정석 30개 |


---

# Agent Instructions: 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://doc.sololeveling.space/kr/user-guide/leveling/combine.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.
