> For the complete documentation index, see [llms.txt](https://docs.chainbitx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chainbitx.com/help-center/help-center-ko/readme.md).

# 도움말 센터

환영합니다 **ChainBitX 도움말 센터** — 최신 업데이트, 단계별 가이드 및 중요 공지를 얻을 수 있는 공식 채널입니다.\
여기에서는 ChainBitX 플랫폼을 자신 있게 이용하는 데 필요한 모든 정보를 찾을 수 있습니다. 시작하기, 계정 관리부터 새로운 기능 및 시스템 업데이트 확인에 이르기까지 필요한 내용이 포함되어 있습니다.

저희의 목표는 명확하고 정확하며 최신 정보를 제공하여 ChainBitX를 최대한 활용할 수 있도록 돕는 것입니다.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">커버 이미지</th></tr></thead><tbody><tr><td><h4><i class="fa-arrow-down-to-bracket">:arrow-down-to-bracket:</i></h4><p><strong>앱 다운로드 가이드</strong></p></td><td><a data-mention href="/pages/e2d1974b4786aa1aaa1cb84032cf2021eb4bd833">/pages/e2d1974b4786aa1aaa1cb84032cf2021eb4bd833</a></td><td></td></tr><tr><td><h4><i class="fa-display-chart-up">:display-chart-up:</i></h4><p>거래 가이드</p></td><td><a data-mention href="/pages/dd66bd6edc2cd7cb097943c94a8fdd8ec9e89db7">/pages/dd66bd6edc2cd7cb097943c94a8fdd8ec9e89db7</a></td><td></td></tr><tr><td><h4><i class="fa-memo-circle-info">:memo-circle-info:</i></h4><p><strong>약관</strong></p></td><td><a data-mention href="/pages/d5e5e54901f29412e534b04b206de980394d5b26">/pages/d5e5e54901f29412e534b04b206de980394d5b26</a></td><td></td></tr></tbody></table>

#### 고객센터 문의 <a href="#h_01k2br5vfzwcnxeqrjxyra9943" id="h_01k2br5vfzwcnxeqrjxyra9943"></a>

추가 도움이 필요하신 문제가 있으시면 다음 방법으로 문의해 주세요:

* 웹사이트： <https://chainbitx.com/>
* 지원 이메일： <info@chainbitx.com>
* Telegram 그룹：  <https://t.me/chainbitx>
* 공식 트위터： <https://x.com/ChainBitX>


---

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