> 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-zh/propw-jing-cai-hui-gu/publish-your-docs-65.md).

# PropW 11月15日线上问题修复公告

**尊敬的 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-zh/propw-jing-cai-hui-gu/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.
