# Node Operator's Guide

- [Introduction](https://docs.orakl.network/node-operators-guide/introduction.md): Brief Description Of The Orakl Network For Node Operators
- [Orakl Network API](https://docs.orakl.network/node-operators-guide/api.md)
- [Orakl Network CLI](https://docs.orakl.network/node-operators-guide/cli.md): Take Control Of The Orakl Network With CLI
- [Chain](https://docs.orakl.network/node-operators-guide/cli/chain.md): List, Insert And Remove Orakl Network Chains
- [Service](https://docs.orakl.network/node-operators-guide/cli/service.md): List, Insert And Remove Orakl Network Services
- [Listener](https://docs.orakl.network/node-operators-guide/cli/listener.md): List, Inser, Remove, Activate And Deactivate Orakl Network Listeners
- [VRF Keys](https://docs.orakl.network/node-operators-guide/cli/vrf-keys.md): List, Generate, Insert and Remove Orakl Network VRF Keys
- [Reporter](https://docs.orakl.network/node-operators-guide/cli/reporter.md): List, Insert, Remove, Activate, Deactivate And Refresh Orakl Network Reporters
- [Fetcher](https://docs.orakl.network/node-operators-guide/cli/fetcher.md): Start And Stop Data Collection
- [Delegator](https://docs.orakl.network/node-operators-guide/cli/delegator.md): Register organization, reporters, contracts, functions, and connect them together to create your white list rules
- [Orakl Network VRF](https://docs.orakl.network/node-operators-guide/vrf.md)
- [Orakl Network Request-Response](https://docs.orakl.network/node-operators-guide/request-response.md)
- [Orakl Network Data Feed](https://docs.orakl.network/node-operators-guide/data-feed.md)
- [Orakl Network Delegator](https://docs.orakl.network/node-operators-guide/delegator.md): Whitelist Fee Delegation Service
- [Orakl Network Proof of Reserve](https://docs.orakl.network/node-operators-guide/proof-of-reserve.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.orakl.network/node-operators-guide.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.
