# Quick Start

소프트웨어 응용 프로그램이 WEMIX 블록체인과 상호작용하려면(블록체인 데이터를 읽거나 네트워크에 트랜잭션을 전송하여) WEMIX 블록체인 노드에 연결해야 합니다.

WEMIX 블록체인 네트워크와 연결하기 위해서는 WEMIX3.0 Node(i.e., `gwemix`)를 시작하고 이웃 노드로부터 Block Sync를 완료하여야 합니다.&#x20;

Block Sync가 완료되면 사용자는 새로운 계정을 생성할 수 있으며 Test Coin Faucet을 통하여 테스트용 `TWEMIX`(Testnet WEMIX)를 전송 받으면 개발을 위한 준비가 완료됩니다.

* [노드 시작하기](/ko/quick-start/start-node.md)
* [이웃노드 연결하기 ](/ko/quick-start/connect-node.md)
* [계정 생성 ](/ko/quick-start/account.md)
* [테스트 WEMIX 받기](/ko/quick-start/testnet-faucet.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.wemix.com/ko/quick-start.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.
