> For the complete documentation index, see [llms.txt](https://docs.infrablockchain.net/infrablockchain-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infrablockchain.net/infrablockchain-docs/ko/infrablockchain/learn/substrate/learn/runtime-development/parachains.md).

# 파라체인 개발

파라체인 카테고리의 *How-to* 가이드는 솔로 Substrate 체인을 파라체인으로 마이그레이션하기 위한 주요 단계를 설명합니다.

* [로컬 파라체인 노드 추가하기](/infrablockchain-docs/ko/infrablockchain/learn/substrate/learn/runtime-development/parachains/add-paranodes.md)
* [솔로 체인 변환하기](/infrablockchain-docs/ko/infrablockchain/learn/substrate/learn/runtime-development/parachains/convert-a-solo-chain.md)
* [릴레이 체인에 연결하기](/infrablockchain-docs/ko/infrablockchain/learn/substrate/learn/runtime-development/parachains/connect-to-a-relay-chain.md)
* [콜레이터 선택하기](/infrablockchain-docs/ko/infrablockchain/learn/substrate/learn/runtime-development/parachains/select-collators.md)
* [출시 준비하기](/infrablockchain-docs/ko/infrablockchain/learn/substrate/learn/runtime-development/parachains/prepare-to-launch.md)
* [파라체인 업그레이드하기](/infrablockchain-docs/ko/infrablockchain/learn/substrate/learn/runtime-development/parachains/upgrade-a-parachain.md)
* [HRMP 채널 추가하기](/infrablockchain-docs/ko/infrablockchain/learn/substrate/learn/runtime-development/parachains/add-hrmp-channels.md)


---

# 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:

```
GET https://docs.infrablockchain.net/infrablockchain-docs/ko/infrablockchain/learn/substrate/learn/runtime-development/parachains.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
