# 구축하기

본 튜토리얼에서는 ***인프라릴레이체인(InfraRelayChain)*** 및 **파라체인(Parachain)** 을 구축하는 방법에 대해 알아보고, 멀티체인 아키텍처인 ***인프라블록체인(InfraBlockchain)*** 를 구축하는 방법에 대해 알아 봅니다.

* [인프라릴레이체인 구축하기](/infrablockchain-docs/ko/infrablockchain/tutorials/build/build-infra-relay-chain.md) 에서는 ***인프라블록체인*** 의 중심인 ***인프라릴레이체인*** 을 구축하는 방법에 대해 알아봅니다.
* [파라체인 구축하기](/infrablockchain-docs/ko/infrablockchain/tutorials/build/build-parachain.md) 에서는 Cumulus 기반 블록체인을 이용하여 ***인프라릴레이체인*** 에 연결하기 위한 방법에 대해 알아봅니다.
* [메시지 패싱 채널 열기](/infrablockchain-docs/ko/infrablockchain/tutorials/build/open-message-passing-channels.md)는 파라체인 간 **크로스 컨센서스 메시지(XCM)** 을 가능하게 하기 위한 채널을 여는 방법에 대해 알아봅니다.
* [XCM을 사용하여 자산 전송하기](/infrablockchain-docs/ko/infrablockchain/tutorials/build/transfer-assets-with-xcm.md)는 XCM을 사용하여 서로 다른 체인간 자산을 전송하는 방법에 대해 알아봅니다.
* [Asynchronous Backing 적용하기](/infrablockchain-docs/ko/infrablockchain/tutorials/build/upgrade-a-node.md) 를 통해 파라체인 노드를 업그레이드 하는 방법을 소개합니다.


---

# Agent Instructions: 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/tutorials/build.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.
