> 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/help-center/propw-trading-rules/propw-training-account-phase-3-usage-guidelines.md).

# PropW Training Account (Phase 3) Usage Guidelines

To promote efficient use of the PropW training environment, maintain account security, and provide participants with a stable and sustainable learning experience, the following Training Account (Phase 3) management guidelines apply.

### Account Inactivity Policy

If a Training Account (Phase 3) remains inactive for 30 consecutive calendar days without any trading activity, the account will be automatically suspended by the system.

During the suspension period:

* Account login will remain available.
* Historical trading records and account information may still be viewed.
* Opening new positions, modifying orders, and other trading functions will be disabled until the account is successfully reactivated.

### Account Reactivation

Participants may apply to reactivate a suspended Training Account within 15 calendar days after the suspension date.

To submit a reactivation request:

1. Log in to your PropW account.
2. Select “Reactivate Account” from the account notification or pop-up window.
3. Submit the reactivation request for review.

Reactivation requests are normally reviewed within 1–3 business days.

### Account Closure

If a reactivation request is not submitted within 15 calendar days after the account has been suspended, the Training Account may be permanently closed.

Once the account has been closed:

* The Training Account cannot be restored.
* The remaining account equity will be handled in accordance with the PropW Training Account Termination & Settlement Rules.
* Any previously approved Scholarship Payments will not be affected.

### Compliance Requirements

Participants are expected to comply with all applicable PropW policies throughout their participation in the Evaluation Program and Training Account.

These include, but are not limited to:

* PropW User Agreement
* PropW Privacy Policy
* PropW Abnormal Trading Monitoring Standards & Enforcement Policy
* Any other applicable platform rules or operating policies.

Accounts found to be in violation of these requirements may be subject to appropriate measures based on the nature and severity of the violation, including account restrictions, suspension, termination, or other actions deemed necessary by PropW.

### Important Notice

PropW reserves the right to review account activity and enforce these guidelines in order to maintain a fair, transparent, and professional simulated trading environment.

Participants are encouraged to maintain regular trading activity, comply with all applicable platform rules, and promptly submit reactivation requests if their Training Account becomes suspended.


---

# 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/help-center/propw-trading-rules/propw-training-account-phase-3-usage-guidelines.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.
