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

# PropW 공지: “메가 쿠폰” 이벤트 종료

친애하는 PropW 사용자 여러분,\
PropW에 대한 지속적인 성원과 신뢰에 감사드립니다! "실패한 챌린지를 위한 메가 쿠폰(Mega Coupon for Failed Challenges)" 이벤트가 2025년 6월 13일 16:00(UTC)에 공식적으로 종료됨을 알려드립니다.

주요 참고 사항:

1. 이벤트 종료 후에는 챌린지에 실패한 계정에 대해 ‘CoinW 메가 쿠폰’이 에어드롭되지 않습니다.
2. 이전에 에어드롭된 ‘메가 쿠폰’은 계속 사용할 수 있습니다.

PropW는 탁월한 서비스와 사용자 경험을 제공하기 위해 최선을 다하고 있습니다. 문의 사항이 있으시면 고객 지원팀에 연락해 주시기 바랍니다.

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-47.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.
