# Developer's Guide

- [Introduction](https://docs.orakl.network/developers-guide/readme.md): Orakl Network is a decentralized oracle network that allows smart contracts to securely access off-chain data and other resources.
- [Verifiable Randomness Function (VRF)](https://docs.orakl.network/developers-guide/vrf.md): Undeniably random numbers in your smart contract
- [Request-Response](https://docs.orakl.network/developers-guide/request-response.md): Arbitrary Off-Chain Data Available To Your Smart Contract
- [Data Feed](https://docs.orakl.network/developers-guide/data-feed.md): Continuous stream of off-chain data to your smart contract
- [Proof of Reserve](https://docs.orakl.network/developers-guide/proof-of-reserve.md): Secure delivery of auditable reserve holdings to on-chain
- [Prepayment](https://docs.orakl.network/developers-guide/prepayment.md)
- [L2 Services](https://docs.orakl.network/developers-guide/l2-services.md): Registering and Using Oracle Network Services on L2 Chains
- [Data Availability Layer API (DAL)](https://docs.orakl.network/developers-guide/data-availability-layer-api.md): Pull-based oracle submission using Data Availability Layer API
- [Example Projects](https://docs.orakl.network/developers-guide/example-projects.md): Check out example projects to get started
- [Binary Option Example](https://docs.orakl.network/developers-guide/example-projects/binary-example.md)
- [Flipcoin Example](https://docs.orakl.network/developers-guide/example-projects/flipcoin-example.md)
- [Mystery Box Example](https://docs.orakl.network/developers-guide/example-projects/mystery-box-example.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/developers-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.
