# Getting Started

이 튜토리얼은 서비스체인 네트워크를 구성하고, 서비스체인 네트워크와 클레이튼 Baobab 네트워크를 연결하는 방법을 설명합니다. 또한 두 체인 사이에 주기적으로 데이터 앵커링이 가능하도록 설정하는 방법과 토큰을 전송하는 방법에 대해서도 설명합니다. 튜토리얼의 후반부에서는 실제로 블록체인 서비스를 운영하기 위해, 고가용성을 보장하는 방법, 여러 서비스체인을 계층적으로 구성하는 방법, 같은 계층의 서비스체인 간에 토큰을 전송하는 방법을 설명할 것입니다.

* [4개 노드 서비스 체인 설정하기](/content/installation-guide/deployment/service-chain/getting-started/4nodes-setup-guide.md)
* [Baobab 연결](/content/installation-guide/deployment/service-chain/getting-started/en-scn-connection.md)
* [체인 간 밸류 트랜스퍼](/content/installation-guide/deployment/service-chain/getting-started/value-transfer.md)
* [서비스 체인의 고가용성](/content/installation-guide/deployment/service-chain/getting-started/ha-for-sc.md)
* [네스티드 서비스 체인](/content/installation-guide/deployment/service-chain/getting-started/nested-sc.md)
* [형제 서비스 체인 간 토큰 전송](/content/installation-guide/deployment/service-chain/getting-started/value-transfer-between-sibling.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://archive-ko.docs.klaytn.foundation/content/installation-guide/deployment/service-chain/getting-started.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.
