# 2. Run the Node

Lumoz offers two methods for running nodes. After [initializing a node](/verifier/setup-verifier-node/setup-node/build-your-own/1.-initialize-a-node.md) through the Command Line Interface (CLI), users can continue to run the node [via the CLI](/verifier/setup-verifier-node/setup-node/build-your-own/2.-run-the-node/run-with-cli.md). For those who are considering running multiple nodes or managing nodes across multiple servers, the [Docker approach](/verifier/setup-verifier-node/setup-node/build-your-own/2.-run-the-node/run-with-docker-recommended-for-multiple-nodes.md) is recommended for node deployment. This method provides a streamlined and efficient way to manage and maintain node operations.


---

# 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.lumoz.org/verifier/setup-verifier-node/setup-node/build-your-own/2.-run-the-node.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.
