# Run a DV

- [Quickstart](https://docs.obol.org/docs/run-a-dv/start.md)
- [Quickstart Overview](https://docs.obol.org/docs/run-a-dv/start/quickstart_overview.md)
- [Create a DV Alone](https://docs.obol.org/docs/run-a-dv/start/create-a-dv-alone.md)
- [Create a DV With a Group](https://docs.obol.org/docs/run-a-dv/start/create-a-dv-with-a-group.md): This quickstart guide will walk you through creating a Distributed Validator Cluster with a number of other node operators.
- [Push Metrics to Obol Monitoring](https://docs.obol.org/docs/run-a-dv/start/obol-monitoring.md): Add monitoring credentials to help the Obol Team monitor the health of your cluster
- [Prepare to Run a DV](https://docs.obol.org/docs/run-a-dv/prepare.md)
- [How and Where To Run DVs](https://docs.obol.org/docs/run-a-dv/prepare/how_where_dvs.md): How and where to run DVs
- [Deployment Best Practices](https://docs.obol.org/docs/run-a-dv/prepare/deployment-best-practices.md): DV Deployment best practices, for running an optimal Distributed Validator setup at scale.
- [Test a Cluster](https://docs.obol.org/docs/run-a-dv/prepare/test-a-cluster.md)
- [Running a DV](https://docs.obol.org/docs/run-a-dv/running.md)
- [Activate a DV](https://docs.obol.org/docs/run-a-dv/running/activate-a-dv.md)
- [Update a DV](https://docs.obol.org/docs/run-a-dv/running/update-a-dv.md)
- [Monitoring Your Node](https://docs.obol.org/docs/run-a-dv/running/monitoring.md): Add monitoring credentials to help the Obol Team monitor the health of your cluster
- [Claim Rewards](https://docs.obol.org/docs/run-a-dv/running/claim-rewards.md)
- [Exit a DV](https://docs.obol.org/docs/run-a-dv/running/exit-a-dv.md)
- [Partner Integrations](https://docs.obol.org/docs/run-a-dv/integrations.md)
- [Create an EigenLayer DV](https://docs.obol.org/docs/run-a-dv/integrations/create-an-eigenlayer-dv.md)
- [Create a Lido CSM DV](https://docs.obol.org/docs/run-a-dv/integrations/lido-csm.md): Setup and run a DV within the Lido Community Staking Module
- [DappNode](https://docs.obol.org/docs/run-a-dv/integrations/dappnode.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.obol.org/docs/run-a-dv.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.
