# Running Tellor

- [Getting Started](https://docs.tellor.io/tellor/running-tellor/getting_started.md): Instructions and guides for using tellor.
- [Managing Accounts](https://docs.tellor.io/tellor/running-tellor/manage-accounts.md): Follow the steps to make and manage your \`tellor\` account.
- [Node Setup Quick Start](https://docs.tellor.io/tellor/running-tellor/node-setup-quick-start.md): Use the guided setup shell scripts!
- [Node Setup Manual](https://docs.tellor.io/tellor/running-tellor/node-setup.md): How to Operate Tellor Node.
- [Peers List & Public RPCs](https://docs.tellor.io/tellor/running-tellor/node-setup/peers-list-and-public-rpcs.md): The following peers list can be used for syncing tellor mainnet
- [Cosmovisor Sync](https://docs.tellor.io/tellor/running-tellor/node-setup/cosmovisor-sync.md): Cosmovisor is a binary manager that can perform upgrades automatically.
- [State Sync Troubleshooting / Resetting Chain Data](https://docs.tellor.io/tellor/running-tellor/node-setup/state-sync.md): Steps for resetting / re-syncing a state synced node (or recovering from a failed state sync).
- [Example .service Files](https://docs.tellor.io/tellor/running-tellor/node-setup/example-.service-files.md): Templates for systemd service files that work with Tellor
- [Run a Tellor Validator](https://docs.tellor.io/tellor/running-tellor/run-a-layer-validator.md): Follow the steps to become a tellor validator.
- [Slashing Rules for Validators](https://docs.tellor.io/tellor/running-tellor/run-a-layer-validator/jailing-and-unjail-ing.md)
- [Run a Data Reporter](https://docs.tellor.io/tellor/running-tellor/run-the-data-reporter.md): Operate a Data Reporter!
- [Updating reporterd](https://docs.tellor.io/tellor/running-tellor/run-the-data-reporter/updating-reporterd.md): Steps for updating your reporter daemon.
- [Unjail Your Reporter](https://docs.tellor.io/tellor/running-tellor/run-the-data-reporter/unjail-your-reporter.md): Example command to unjail your reporter:
- [Switch Reporter or Selector](https://docs.tellor.io/tellor/running-tellor/run-the-data-reporter/switch-reporter-or-selector.md): Steps for changing your reporter selection.
- [Production Spot Price List](https://docs.tellor.io/tellor/running-tellor/run-the-data-reporter/production-spot-price-list.md): A list of used spot price feeds.
- [Disputes and Reporter Governance](https://docs.tellor.io/tellor/running-tellor/disputes-and-reporter-governance.md): cli commands and additional context for understanding Tellor reporter slashing and dispute governance


---

# 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.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.
