> For the complete documentation index, see [llms.txt](https://archive-docs.klaytn.foundation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://archive-docs.klaytn.foundation/content/installation-guide/deployment/service-chain/getting-started.md).

# Getting Started

This tutorial provides a step-by-step guide for setting up a ServiceChain network and connecting it to the Klaytn Baobab network. You will also learn how to enable periodic anchoring and cross-chain value transfer. In order to operate the actual blockchain services with the ServiceChain, we will explain High Availability, building a ServiceChain hierarchically, and value transfer between sibling ServiceChains.

* [Setting up a 4-node ServiceChain](/content/installation-guide/deployment/service-chain/getting-started/4nodes-setup-guide.md)
* [Connecting to Baobab](/content/installation-guide/deployment/service-chain/getting-started/en-scn-connection.md)
* [Cross-chain Value Transfer](/content/installation-guide/deployment/service-chain/getting-started/value-transfer.md)
* [HA for ServiceChain](/content/installation-guide/deployment/service-chain/getting-started/ha-for-sc.md)
* [Nested ServiceChain](/content/installation-guide/deployment/service-chain/getting-started/nested-sc.md)
* [Value Transfer between Sibling ServiceChains](/content/installation-guide/deployment/service-chain/getting-started/value-transfer-between-sibling.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://archive-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.
