> 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/help-center-ko/readme.md).

# 도움말 센터

<h2 align="center">무엇을 찾는 데 도움을 드릴까요?</h2>

<p align="center"><a href="https://www.propw.com/en_US/?utm_source=3&#x26;utm_campaign=3&#x26;utm_medium=31&#x26;utm_id=100" class="button primary">PropW 챌린지에 참여하기</a> </p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><strong>시작하기</strong></td><td>기본 사항에 대한 도움 받기</td><td><a href="/help-center/help-center-ko/getting-started/propw.md">시작하기</a></td></tr><tr><td><h4><i class="fa-plug">:plug:</i></h4></td><td><strong>PropW 거래 규칙</strong></td><td>PropW 거래 규칙에 대해 알아보기</td><td><a href="/help-center/help-center-ko/propw/propw.md">PropW 거래 규칙</a></td></tr><tr><td><h4><i class="fa-money-bill-wave">:money-bill-wave:</i></h4></td><td><strong>청구서 및 결제</strong></td><td>청구 관련 도움 받기</td><td><a href="/help-center/help-center-ko/bills-and-payments/propw.md">청구서 및 결제</a></td></tr><tr><td><h4><i class="fa-heart">:heart:</i></h4></td><td><strong>커뮤니티</strong></td><td>우리 커뮤니티에 참여하세요</td><td><a href="/help-center/help-center-ko/community/join-our-awesome-trading-community.md">커뮤니티</a></td></tr><tr><td><h4><i class="fa-computer-mouse">:computer-mouse:</i></h4></td><td><strong>계정 관리</strong></td><td>계정을 관리하세요</td><td><a href="/help-center/help-center-ko/account-management/how-to-use-a-discount-coupon.md">계정 관리</a></td></tr><tr><td><h4><i class="fa-bullhorn">:bullhorn:</i></h4></td><td><strong>제품 업데이트</strong></td><td>새로운 소식을 확인하세요</td><td><a href="/help-center/help-center-ko/product-updates/announcement-regarding-the-upgrade-of-trading-challenge-time-calculation-logic.md">제품 업데이트</a></td></tr></tbody></table>


---

# 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/help-center-ko/readme.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.
