# 구매/보상

사용자는 구매/보상 메뉴에서 **내가 결제하고 보상받은 내역을 확인**할 수 있습니다.

구매/보상 리스트에서는 **사용자의 구매 및 보상 시기, 아이템 명칭, 수량, 그리고 세부내역을 확인**할 수 있습니다.

앞으로 추가되는 모든 항목들을 확인하고, **필터 기능을 통해 내가 필요한 내용을 구분**해서 볼 수 있습니다.


---

# 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/my-menu/orders-reward.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.
