# Getting Started (testnet)

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

## Welcome to the Guide

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

{% content-ref url="/pages/I1OHsMJvgAquWIy8MZFs" %}
[Quick Start New (faster!)](/tellor/running-palmito-testnet/quick-start-new-faster.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/8SyLNotC1s8zvr8TNjoJ" %}
[Run a Layer Validator (testnet)](/tellor/running-palmito-testnet/run-a-layer-validator.md)
{% endcontent-ref %}

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

{% hint style="success" %}
Please take the time to <mark style="color:green;">**review all information**</mark> in this guide and acclimate yourself before beginning.
{% 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 in the Tellor public testnet 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-palmito-testnet/public-testnet.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.
