# Getting Started

If you want to learn how to run a tellor node, validator, and/or reporter, you are in the right place!

{% content-ref url="/pages/zXXni5KIAX2Mt1fjzM6g" %}
[Bridging TRB](/tellor/bridging-trb.md)
{% endcontent-ref %}

{% content-ref url="/pages/l5Q2fEkXjbYFJctsJCF8" %}
[Node Setup Quick Start](/tellor/running-tellor/node-setup-quick-start.md)
{% endcontent-ref %}

{% content-ref url="/pages/VOfVkna3KL5XzWv8ZTjH" %}
[Node Setup Manual](/tellor/running-tellor/node-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/DAKZ2jUx9ZdDdE0GuHS0" %}
[Run a Tellor Validator](/tellor/running-tellor/run-a-layer-validator.md)
{% endcontent-ref %}

{% content-ref url="/pages/D2O8lp4TQCUIdVSSKyB0" %}
[Run a Data Reporter](/tellor/running-tellor/run-the-data-reporter.md)
{% endcontent-ref %}

{% hint style="success" %}
Taking the time to run a practice valiator on palmito testnet before running a mainnet validator is highly recommended!
{% endhint %}

{% hint style="success" %} <mark style="color:orange;">**Note:**</mark> *This is a guide for setting up a Tellor public testnet validator / reporter. Care is taken to provide info on the tools being used, but testers should be comfortable with running experimental code via command line interface. A beginner’s understanding of the cosmos SDK is highly recommended!*
{% endhint %}

{% hint style="info" %} <mark style="color:orange;">**Disclaimer:**</mark> participation as a Validator and / or Reporter involves using experimental software. If used in a mainnet context, the commands in this documentation WILL have consequences for real funds. Proceed with caution and ensure that you understand the responsibilities and risks associated with participation.
{% 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.tellor.io/tellor/running-tellor/getting_started.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.
