# Bắt đầu

Hướng dẫn này cung cấp hướng dẫn từng bước để thiết lập mạng lưới ServiceChain và kết nối mạng lưới đó với mạng lưới Baobab Klaytn. Bạn cũng sẽ biết cách kích hoạt neo định kỳ và chuyển giá trị chuỗi chéo. Để vận hành các dịch vụ blockchain thực tế với ServiceChain, chúng ta cần giải thích về Tính sẵn sàng cao, xây dựng ServiceChain theo bậc và chuyển giao giá trị giữa các ServiceChain kết nối.

* [Thiết lập chuỗi dịch vụ 4 nút](/content/installation-guide/deployment/service-chain/getting-started/4nodes-setup-guide.md)
* [Kết nối với Baobab](/content/installation-guide/deployment/service-chain/getting-started/en-scn-connection.md)
* [Chuyển giá trị chuỗi chéo](/content/installation-guide/deployment/service-chain/getting-started/value-transfer.md)
* [HA cho ServiceChain](/content/installation-guide/deployment/service-chain/getting-started/ha-for-sc.md)
* [Chuỗi dịch vụ lồng nhau](/content/installation-guide/deployment/service-chain/getting-started/nested-sc.md)
* [Chuyển giá trị giữa các chuỗi dịch vụ kết nối](/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-vn.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.
