# Running a DV

- [Activate a DV](https://docs.obol.org/next/run-a-dv/running/activate-a-dv.md): Learn how to activate your distributed validator cluster using the new deposit flow with support for compounding validators and OVM integration.
- [Request Withdrawal](https://docs.obol.org/next/run-a-dv/running/request-withdrawal.md): Learn how to request withdrawals from validators with 0x02 withdrawal credentials using OVM, including batching and principal/rewards distinction.
- [Distribute Rewards](https://docs.obol.org/next/run-a-dv/running/distribute-rewards.md): Learn how distribution works for OVM and splitter contracts, including how principal and rewards are distributed based on principal threshold.
- [Claim Rewards](https://docs.obol.org/next/run-a-dv/running/claim-rewards.md): Learn how to claim rewards from your distributed validator cluster, including the new 3-step process for 0x02 validators and legacy OWR flow.
- [Update a DV](https://docs.obol.org/next/run-a-dv/running/update-a-dv.md)
- [Monitoring Your Node](https://docs.obol.org/next/run-a-dv/running/monitoring.md): Add monitoring credentials to help the Obol Team monitor the health of your cluster
- [Exit a DV](https://docs.obol.org/next/run-a-dv/running/exit-a-dv.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/next/run-a-dv/running.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.
