# Overview

### **Resources**

* [chainweb-node](https://github.com/kadena-io/chainweb-node): The complete open-source repository for Chainweb
* [Chainweb binaries](https://github.com/kadena-io/chainweb-node/releases): The latest binary release to run your own node
* [Bootstrap nodes](https://github.com/kadena-io/chainweb-node#bootstrap-nodes): A list of bootstrap nodes for Mainnet and Testnet
* [Hardware specs required to run a node](https://github.com/kadena-io/chainweb-node#installing-chainweb-node): Kadena official README
* [Troubleshooting](https://kadena-io.github.io/kadena-docs/troubleshoot-chainweb): Common issues related to running a node

### **Guides**

* [Installing Chainweb](https://github.com/kadena-io/chainweb-node#installing-chainweb) (Mac and Linux): Kadena official README
* [Configuring and running a node](https://github.com/kadena-io/chainweb-node#configuration): Kadena official README
* [Running a node, alternate 1](https://github.com/kadena-community/node-setup): Kadena node installation instructions (Community contribution)
* [Running a node, alternate 2](https://medium.com/kadenacoin/how-to-operate-a-kadena-node-kda-7844622ed5b4): Kadena node installation instructions (Community contribution)
* [Monitoring the health of a node](https://github.com/kadena-io/chainweb-node#monitoring-the-health-of-a-chainweb-node): Kadena official README


---

# 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://kadena-1.gitbook.io/contribute/run-a-node/overview.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.
