# Nodes & Validators

- [Junod Installation and setup](https://docs.junonetwork.io/validators/getting-setup.md): Instruction to install and configure the junod binary
- [Setting up Cosmovisor](https://docs.junonetwork.io/validators/setting-up-cosmovisor.md): For mainnet, it's recommended to use Cosmovisor to run your node. If you've not used it before, then run it during a testnet to check you can get it set up correctly.
- [Mainnet Setup and Tooling](https://docs.junonetwork.io/validators/mainnet.md): It's 🚀 time!
- [Joining Mainnet](https://docs.junonetwork.io/validators/joining-mainnet.md): General instructions to join the Juno mainnet after network genesis.
- [Sync from Snapshot](https://docs.junonetwork.io/validators/joining-mainnet/sync-from-snapshot.md): Shortcut to sync a node to the mainnet from a snapshot
- [Sync with state-sync](https://docs.junonetwork.io/validators/joining-mainnet/sync-with-state-sync.md): Instructions for joining Juno networks with statesync
- [Mainnet Upgrades](https://docs.junonetwork.io/validators/joining-mainnet/mainnet-upgrades.md): Details of mainnet upgrades, installation block height and links to instructions.
- [Joining Testnet](https://docs.junonetwork.io/validators/joining-the-testnets.md): General instructions on how to join the Juno testnet
- [Relaying](https://docs.junonetwork.io/validators/relaying.md): Instructions for setting up the golang relayer, ibc-go (rly)
- [Juno Delegations Program](https://docs.junonetwork.io/validators/official-delegations-handbook.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.junonetwork.io/validators.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.
