> 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-98.md).

# 사용자가 PropW 챌린지 비용을 결제했습니다. 언제 챌린지를 시작할 수 있나요

사용자가 관련 항목의 등록을 완료한 후 처음으로 사용자의 챌린지를 시작합니다. 플랫폼은 또한 사용자가 입력한 이메일 주소와 해당 CoinW 계정에 대해 최초로 정보 확인을 위해 발송된 메일에 성공적인 등록 알림을 보냅니다. 사용자는 공지 수신 후 본인의 챌린지를 시작할 수 있습니다!

&#x20;

이 과정은 매우 빠르게 진행됩니다. 사용자가 특별한 상황에 직면한 경우 PropW 공식 고객 서비스로 직접 연락하여 문제를 소통하고 해결할 수 있습니다.


---

# 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-98.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.
