> For the complete documentation index, see [llms.txt](https://help.payprotocol.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.payprotocol.io/getting-started.md).

# Getting Started

- [가상자산 연계 결제 서비스](https://help.payprotocol.io/getting-started/undefined.md): Paycoin Wallet 설치부터 사용법까지 모든 과정을 설명합니다.
- [준비하기](https://help.payprotocol.io/getting-started/undefined/undefined.md)
- [거래소 지갑 연결 ( Wallet Connect )](https://help.payprotocol.io/getting-started/undefined/undefined/wallet-connect.md): Web3 DApp 및 외부 서비스와의 연결 방법을 안내합니다.
- [회원가입](https://help.payprotocol.io/getting-started/undefined/undefined/wallet-connect/undefined.md)
- [Korbit](https://help.payprotocol.io/getting-started/undefined/undefined/wallet-connect/undefined/korbit.md)
- [Coinone ](https://help.payprotocol.io/getting-started/undefined/undefined/wallet-connect/undefined/coinone.md)
- [bithumb](https://help.payprotocol.io/getting-started/undefined/undefined/wallet-connect/undefined/bithumb.md)
- [연결 거래소 선택](https://help.payprotocol.io/getting-started/undefined/undefined/wallet-connect/undefined-1.md)
- [Korbit](https://help.payprotocol.io/getting-started/undefined/undefined/wallet-connect/undefined-1/korbit.md)
- [Coinone](https://help.payprotocol.io/getting-started/undefined/undefined/wallet-connect/undefined-1/coinone.md)
- [Bithumb (준비중)](https://help.payprotocol.io/getting-started/undefined/undefined/wallet-connect/undefined-1/bithumb.md)
- [출금이체 ARS 동의](https://help.payprotocol.io/getting-started/undefined/undefined/ars.md)
- [거래소 지원 인증서 발급](https://help.payprotocol.io/getting-started/undefined/undefined/undefined.md)
- [신한인증서](https://help.payprotocol.io/getting-started/undefined/undefined/undefined/undefined.md)
- [네이버 인증서](https://help.payprotocol.io/getting-started/undefined/undefined/undefined/undefined-1.md)
- [결제하기](https://help.payprotocol.io/getting-started/undefined/undefined-1.md)
- [가맹점](https://help.payprotocol.io/getting-started/undefined/undefined-1/undefined.md)
- [자금흐름](https://help.payprotocol.io/getting-started/undefined/undefined-1/undefined-1.md)
- [Paycoin 거래 가이드](https://help.payprotocol.io/getting-started/paycoin.md)
- [보안 가이드 (2FA & 복구 키 관리)](https://help.payprotocol.io/getting-started/2fa-and.md): Paycoin Wallet 보안을 위한 2FA 설정 및 복구 키 관리 방법을 설명합니다.


---

# 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://help.payprotocol.io/getting-started.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.
