# 기초

본 튜토리얼에서는 ***인프라블록체인(InfraBlockchain)*** 을 사용하기 위한 기초적인 단계를 다룹니다:

* [**시스템 토큰 등록 절차**](https://github.com/InfraBlockchainTeam/infrablockchain-docs/blob/master/ko/infrablockchain/tutorials/basic/how-to-interact-with-system-token/README.md): 시스템 토큰과 관련된 여러 절차에 대한 전반적인 내용을 배웁니다.
* [**시스템 가스비로 사용해보기**](https://github.com/InfraBlockchainTeam/infrablockchain-docs/blob/master/ko/infrablockchain/tutorials/basic/how-to-pay-transaction-fee/README.md): 토큰 생성부터 시스템 토큰 등록을 위한 거버넌스, 시스템 토큰 사용까지의 일련의 과정에 대해 배웁니다.
* [**트랜잭션에 투표 포함 시키기**](https://github.com/InfraBlockchainTeam/infrablockchain-docs/blob/master/ko/infrablockchain/tutorials/basic/how-to-vote/README.md): PoT를 이용하여 인프라릴레이체인의 밸리데이터를 선출하는 방법을 배웁니다.
* [**밸리데이터 보상 받기**](https://github.com/InfraBlockchainTeam/infrablockchain-docs/blob/master/ko/infrablockchain/tutorials/basic/how-to-get-validator-reward/README.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/basic.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.
