> For the complete documentation index, see [llms.txt](https://docs.orakl.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.orakl.network/developers-guide.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.orakl.network/developers-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
