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

# PropW 업데이트는 어디서 확인하나요

PropW 플랫폼은 정기적으로 제품을 업데이트하고 반복 개선하며 플랫폼 사용자에게 보답하기 위해 정기적으로 이벤트를 개최합니다. 이러한 소식이나 알림을 적시에 받기 위해 PropW는 사용자가 소셜 미디어에서 저희를 팔로우하는 것을 환영합니다.

다음 링크가 필요합니다\
\
Twitter：<https://x.com/PropWGlobal>

Discord：<https://discord.gg/JmRV4aeEbf>

Telegram：<https://t.me/CoinWPT>

PropW 웹사이트：<https://www.propw.com/>


---

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