# Dor metagraph

## Become a Dor Operator

This document outlines the **process for becoming a Dor Validator Node Operator**, including the administrative steps, qualification requirements, and technical procedures.

{% stepper %}
{% step %}

### Nontechnical Onboard Procedure

📄 [**Dor Validator Onboarding Guide**](/run-a-node/metagraphs/dor-metagraph/onboard-guide.md)

All the steps necessary to join the program before you attempt to build your node.
{% endstep %}

{% step %}

### Technical Building Procedure

📄 [**Build Dor Validator Node**](/run-a-node/metagraphs/dor-metagraph/build-dor-validator-node.md)

This resource will provide everything you need to successfully deploy and operate your validator node within the Dor metagraph.
{% endstep %}
{% endstepper %}


---

# 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.constellationnetwork.io/run-a-node/metagraphs/dor-metagraph.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.
