# Join a FirmaChain network

This document is a how-to-guide on joining (node syncing) the FirmaChain network.<br>

* [**Syncing from genesis**](/master/node-and-validators-guide/run-a-full-node/join-a-firmachain-network/syncing-from-genesis.md) : Sync blocks from genesis to current.

* [**State Sync**](/master/node-and-validators-guide/run-a-full-node/join-a-firmachain-network/state-sync.md) : Node synchronization with the most recent block using hash

If you have any questions on network synchronization, please contact us at <contact@firmachain.org>.


---

# 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.firmachain.org/master/node-and-validators-guide/run-a-full-node/join-a-firmachain-network.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.
