# Introduction

The Orakl Network is a service composed of [hybrid smart contracts](https://blog.chain.link/hybrid-smart-contracts-explained/) utilizing both on-chain and off-chain computation in order to deliver following solutions:

* [Verifiable Random Function (VRF)](/developers-guide/vrf.md)
* [Request-Response](/developers-guide/request-response.md)
* [Data Feed](/developers-guide/data-feed.md)

## On-Chain Orakl Network

On-chain implementation is located under [`contracts` directory](https://github.com/Bisonai/orakl/tree/master/contracts) with all relevant smart contracts, their tests, and deployment scripts. Node operators do not have to be concerned with the content of the `contracts` directory, but they need to know about the up-to-date smart contract addresses and their latests settings in order to setup their nodes properly. In cases, where node operator needs to know more details, we are going to explain all necessary information.

## Off-Chain Orakl Network

Off-chain part is split to several auxiliary micro services, and the main oracle solution:

* [Orakl Network API](/node-operators-guide/api.md)
* [Orakl Network CLI](/node-operators-guide/cli.md)
* [Orakl Network Fetcher](broken://pages/RYBvSrFxzacU2aKVVBkJ)
* [Orakl Network VRF](/node-operators-guide/vrf.md)
* [Orakl Network Request-Response](/node-operators-guide/request-response.md)
* [Orakl Network Data Feed](/node-operators-guide/data-feed.md)
* [Orakl Network Proof of Reserve](/node-operators-guide/proof-of-reserve.md)
* [Orakl Network Delegator](/node-operators-guide/delegator.md)
* [Helm Chart Infra Setup](broken://pages/nd6EJC0QeESenWoXD0Du)


---

# 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/introduction.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.
