# Substrate

### [배우기](/infrablockchain-docs/ko/infrablockchain/learn/substrate/learn.md)

Substrate 에 대한 기초적인 개념부터 FRAME 그리고 런타임 개발에 대한 전반적인 내용을 다룹니다.

### [빌드하기](/infrablockchain-docs/ko/infrablockchain/learn/substrate/build.md)

Substrate 기반 블록체인을 빌드하는 방법에 대한 전반적인 내용을 다룹니다.

### [튜토리얼](/infrablockchain-docs/ko/infrablockchain/learn/substrate/tutorials.md)

Substrate 를 이용한 다양한 튜토리얼에 대한 내용을 다룹니다.


---

# 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/learn/substrate.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.
