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

# 사용자는 항상 자신의 PropW 계정을 사용할 수 있나요

사용자가 PropW 트레이더가 되면 플랫폼은 계정 보안에 대한 책임을 지고 계정의 유효성을 항상 보장한다는 원칙을 따릅니다. 그러나 다음 상황이 발생하면 사용자의 계정 상태도 변경됩니다

&#x20;

1\. 사용자가 연속으로 3개월 동안 거래가 없으면 사용자의 계정 상태는 자동으로 "동결"로 전환됩니다. 6개월 이상 거래가 여전히 없으면 시스템이 자동으로 영구 로그아웃 처리합니다.

&#x20;

2\. 사용 중 계정이 플랫폼에서 금지한 어떠한 행위를 한 경우, 플랫폼은 구체적 상황에 따라 사용자의 계정을 동결하거나 기타 조치를 취할 수 있습니다. 자세한 내용은 플랫폼의 "사용자 계약" 및 "개인정보 보호정책"을 참조하십시오.


---

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