# 분해

사용자는 **몬스터 카드를 분해하여 마정석을 획득**할 수 있습니다.

<figure><img src="/files/d0gvjuBAsodJmS0Tkmb4" alt=""><figcaption><p>사용자가 몬스터 카드를 분해하여 마정석을 획득하는 이미지</p></figcaption></figure>

카드의 등급에 따라 획득 가능한 마정석의 수량은 다음과 같습니다.

<table><thead><tr><th width="225">카드</th><th width="187">등급</th><th>획득 마정석</th></tr></thead><tbody><tr><td>몬스터 카드</td><td>E급</td><td>3 개</td></tr><tr><td></td><td>D급</td><td>9 개</td></tr><tr><td></td><td>C급</td><td>25 개</td></tr><tr><td></td><td>B급</td><td>62 개</td></tr><tr><td></td><td>A급</td><td>140 개</td></tr><tr><td></td><td>S급</td><td>306 개</td></tr><tr><td>그림자 군단 카드</td><td>SB급</td><td>451 개</td></tr><tr><td></td><td>SA급</td><td>651 개</td></tr><tr><td></td><td>SS급</td><td>1,529 개</td></tr></tbody></table>


---

# 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/recycle.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.
