> For the complete documentation index, see [llms.txt](https://docs.propw.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.propw.com/announcement/announcement-ko/propw/publish-your-docs-104.md).

# 사용자가 PropW 챌린지에 성공적으로 통과했습니다. 다음 단계는 무엇인가요

사용자가 PropW 플랫폼에서 챌린지에 성공하면 해당 성공을 알리는 이메일 알림을 수신하며, 이 알림은 KYC 인증 시 사용자가 남긴 이메일 주소로도 동기화됩니다.

&#x20;

해당 계정은 PropW 거래 및 PropW 계정 상세 조회에만 사용할 수 있음을 유의하세요. 사용자 측의 출금(전송) 기능은 제공되지 않습니다.

&#x20;

사용자가 거래로 얻은 수익은 PropW 계정에 반영되며, 이 수익을 출금하려면 신청을 해야 합니다. 신청이 승인되면 자산은 자동으로 사용자의 CoinW 계정의 자산 계정으로 이전됩니다.


---

# 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.propw.com/announcement/announcement-ko/propw/publish-your-docs-104.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.
