# Validator Setup Guides

Welcome to the validator section of our documentation. This section will walk you through the process of installing and running a validator on Findora. If you have questions or need assistance, join the Findora community on [Telegram ](https://findora.org/telegram)or [Discord](https://findora.org/discord) and request for access to the Validator Support channels.

1. First, review the [**System Requirements** ](/validator-materials/node-setup-guides/system-requirements.md)page to understand what type of hardware and software is required to run a validator node on Findora. You will need this information as you proceed further.
2. Next, you must acquire a server. We suggest using a server hosting provider such as Contabo, Digital Ocean, or AWS. In the [**Aquire a Server** ](/validator-materials/node-setup-guides/acquire-a-server.md)section, we use Contabo as an example of how to rent a virtual server for your validator.
3. Finally, you may choose one of two paths for setting up a validator:\
   \
   [**Manual Setup**](/validator-materials/node-setup-guides/manual-setup.md) **-** This method walks you through the process, step-by-step.\
   \
   [**Toolbox Setup**](/validator-materials/node-setup-guides/validator-toolbox-setup.md) **(Recommended) -** This method uses a toolbox to do much of the heavy lifting for you. The toolbox provides you with a set of tools for managing and troubleshooting your validator.&#x20;

{% hint style="info" %}
You can install the toolbox separately after following the steps in Manual Setup.
{% endhint %}


---

# 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.findora.org/validator-materials/node-setup-guides.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.
