# Run a full node

The “Run a full node” page provides information on how to join the FirmaChain network.

* [**Specification**](/master/node-and-validators-guide/run-a-full-node/specification.md) : Minimum hardware specifications and Service port information<br>
* [**OS package settings**](/master/node-and-validators-guide/run-a-full-node/os-package-settings.md) : How to install the OS package<br>
* [**Installation firmachaind**](/master/node-and-validators-guide/run-a-full-node/installation-firmachaind.md) : How to install the FirmaChain binary\
  &#x20;
* [**Upgrade your node**](/master/node-and-validators-guide/run-a-full-node/upgrade-your-node.md) : FirmaChain binary upgrade guide<br>
* [**Join a FirmaChain network** ](/master/node-and-validators-guide/run-a-full-node/join-a-firmachain-network.md): How to join the FirmaChain network<br>
* [**Run a Cosmovisor** ](/master/node-and-validators-guide/run-a-full-node/run-a-cosmovisor.md)**:** How to use Cosmovisor<br>
* [**Run a System Deamon**](/master/node-and-validators-guide/run-a-full-node/run-a-system-deamon.md) : How to register system service\ <br>

If you have any questions, 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.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.
