> 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/propw-highlights/publish-your-docs-40.md).

# Important Update for Inactive Live Trading Accounts (Over 30 Days)

Dear PropW User,

&#x20;

To improve the proprietary capital allocation and enhance account security while supporting traders' better development opportunities and funding needs, we will be adjusting the rules regarding inactive accounts. The details are as follows:

&#x20;

If a live trading account shows no transaction activity for 30 consecutive days，the system will automatically freeze the account. During the freeze period, all trading functions will be disabled. You may submit an unfreeze request via the "Reactivate Account" option in the account pop-up window within 15 days after the freeze. The review process typically takes 1-3 business days. If no unfreeze request is made within 15 days of the freeze, the account will be permanently closed without the possibility of recovery.

&#x20;

Note:

* Before account freezing/deactivation, the system will send reminders via email. Please ensure your contact information is up-to-date.
* This adjustment will take effect from July 7, 2025, 24:00 (UTC+8)! Please manage your account accordingly.

If you have any questions, please contact our customer service. Thank you for your understanding and support!

&#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/propw-highlights/publish-your-docs-40.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.
