# Network

- [Node Types](https://docs.u2u.xyz/network/node-types.md): Types of U2U Nodes
- [Requirements](https://docs.u2u.xyz/network/requirements.md): Installing dependencies and setting things up are required to run a node.
- [Build Dependencies](https://docs.u2u.xyz/network/build-dependencies.md): Before setting up your node, you need to prepare a machine that have installed dependencies.
- [Run Normal Node](https://docs.u2u.xyz/network/run-normal-node.md): This page will guide you how to run a normal node (or non-validator node).
- [Mainnet Normal Node](https://docs.u2u.xyz/network/run-normal-node/mainnet-normal-node.md)
- [Testnet Normal Node](https://docs.u2u.xyz/network/run-normal-node/testnet-normal-node.md)
- [Run via Docker](https://docs.u2u.xyz/network/run-normal-node/run-via-docker.md)
- [Run Validator Node](https://docs.u2u.xyz/network/run-validator-node.md): This page will guide you how to run a validator node.
- [Mainnet Validator Node](https://docs.u2u.xyz/network/run-validator-node/mainnet-validator-node.md)
- [Testnet Validator Node](https://docs.u2u.xyz/network/run-validator-node/testnet-validator-node.md)
- [Run A Local Test Network](https://docs.u2u.xyz/network/run-a-local-test-network.md): This page guide you to run fakenet (private testing network) with N local nodes, primarily for testing/benchmarking purposes.
- [Troubleshooting](https://docs.u2u.xyz/network/troubleshooting.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.u2u.xyz/network.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.
