# Node Operations

- [Deploy A Node](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup.md): A guide to all the ways you can run a Taraxa node
- [Digital Ocean](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup/digital_ocean.md): Guide for running the Taraxa Node with Docker on Digital Ocean
- [AWS](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup/aws.md): Guide for running the Taraxa Node with Docker on Amazon Web Services (AWS)
- [Alibaba Cloud](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup/alibaba_cloud.md): Guide for running the Taraxa Node with Docker on Alibaba Cloud
- [Scaleway](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup/scaleway.md): Guide for running the Taraxa Node with Docker on Scaleway
- [Vultr](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup/vultr.md): Guide for running the Taraxa Node with Docker on Vultr
- [Linode](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup/linode.md): Guide for running the Taraxa Node with Docker on Linode
- [Azure](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup/azure.md)
- [Hetzner](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup/hetzner.md): Guide for running the Taraxa Node with Docker on Hetzner
- [GitHub is blocked](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup/github_blocked.md): Guide for bypassing blocked GitHub
- [Lite Consensus Node (beta)](https://taraxa.gitbook.io/taraxa-network/node-setup/lite-consensus-node-beta.md): Light-weight non-archival consensus node
- [Upgrade a Node](https://taraxa.gitbook.io/taraxa-network/node-setup/upgrade-a-node.md): Instructions for the easy upgrade of Taraxa nodes on the Testnet
- [Upgrade Node](https://taraxa.gitbook.io/taraxa-network/node-setup/upgrade-a-node/software-upgrade.md): Upgrade the node to the latest version without erasing any local data.
- [Reset Node](https://taraxa.gitbook.io/taraxa-network/node-setup/upgrade-a-node/data-reset.md): Wipes the node's data and start over with the latest version.
- [Syncing From Snapshot](https://taraxa.gitbook.io/taraxa-network/node-setup/syncing-from-snapshot.md): Instructions for faster syncing by use of a recent snapshot
- [Node's Public Address](https://taraxa.gitbook.io/taraxa-network/node-setup/node_address.md): Guide for getting your node's public address
- [Node's VRF Key](https://taraxa.gitbook.io/taraxa-network/node-setup/vrf_key.md): Guide for getting your node's VRF public key
- [Node Proof of Ownership](https://taraxa.gitbook.io/taraxa-network/node-setup/proof_owership.md): Guide for getting proof of ownership for node
- [Node Operations FAQ](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet.md): Commonly-seen node operations questions
- [Node Release Notes](https://taraxa.gitbook.io/taraxa-network/node-setup/node-release-notes.md): Dev release nodes for mainnet node post-conversion
- [Install A Local Node](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup-1.md): A guide to installing a Taraxa node directly on a local machine
- [Windows](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup-1/windows.md): Guide for running the Taraxa Node with Docker on Windows
- [Mac](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup-1/mac.md): Guide for running the Taraxa Node with Docker on Mac
- [Linux](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup-1/linux.md): Guide for running the Taraxa Node with Docker on Linux
- [Digital Ocean](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup-1/digital_ocean.md): Guide for running the Taraxa Node with Docker on Digital Ocean
- [AWS](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup-1/aws.md): Guide for running the Taraxa Node with Docker on Amazon Web Services (AWS)
- [Alibaba Cloud](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup-1/alibaba_cloud.md): Guide for running the Taraxa Node with Docker on Alibaba Cloud
- [Scaleway](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup-1/scaleway.md): Guide for running the Taraxa Node with Docker on Scaleway
- [Vultr](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup-1/vultr.md): Guide for running the Taraxa Node with Docker on Vultr
- [Linode](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup-1/linode.md): Guide for running the Taraxa Node with Docker on Linode
- [Azure](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup-1/azure.md)
- [Hetzner](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup-1/hetzner.md): Guide for running the Taraxa Node with Docker on Hetzner
- [GitHub is blocked](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup-1/github_blocked.md): Guide for bypassing blocked GitHub


---

# 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://taraxa.gitbook.io/taraxa-network/node-setup.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.
