# Quick Start

For software applications to interact with the WEMIX3.0 Blockchain(either by reading blockchain data or sending transactions to the network), they must connect to a WEMIX3.0 node.&#x20;

To connect to the WEMIX3.0 Blockchain Network, start the WEMIX3.0 Node(i.e., `gwemix`) and complete block sync from the neighboring node.

After block sync is complete, users can create a new. And if you receive `TWEMIX`(Testnet WEMIX) for testing through Test Coin Faucet, you are ready for development.

* [Start Node](/en/quick-start/start-node.md)
* [Connect Node](/en/quick-start/connect-node.md)
* [Account ](/en/quick-start/account.md)
* [Testnet Faucet](/en/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/en/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.
