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

# 11월 15일자 PropW 온라인 문제 수정 공지

**친애하는 PropW 사용자님:**

\
최근 시스템 업데이트 및 업그레이드로 인해 일부 챌린지 사용자가 거래 불가 또는 데이터 대시보드 표시 이상 등의 문제를 겪었습니다. 해당 문제는 이제 해결되었습니다. 계정에 로그인하여 확인하실 수 있습니다. 이번 업그레이드는 챌린지 사용자 데이터에는 영향을 미치지 않음을 알려드립니다. 여러분의 지원과 이해에 대한 감사의 뜻으로, 영향받은 사용자에게는 **30 USDT 구매 할인 보상** (유효기간 90일). 이 보상은 영향받은 사용자 계정으로 72시간 이내에 에어드랍될 예정입니다.

질문이 있거나 추가 도움이 필요하시면 언제든지 고객 지원팀에 문의해 주십시오.

&#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-65.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.
