# Example Projects

Explore these example projects that showcase the functionality of the Orakl service:

* [Binary Option Application](/developers-guide/example-projects/binary-example.md): Experience a binary option application that leverages the Orakl network to fetch real-time price data
* [Flipcoin Simulator](/developers-guide/example-projects/flipcoin-example.md): Dive into an application that utilizes Orakl's Verifiable Random Function (VRF) for generating randomness, simulating the flip of a coin to produce unbiased results of heads or tails.
* [Mystery Box NFT Generator](/developers-guide/example-projects/mystery-box-example.md): Discover an application that harnesses the power of VRF provided by Orakl to generate unique properties for Non-Fungible Tokens (NFTs), adding an element of unpredictability and rarity to each token.

These examples serve as starting points for developers looking to integrate Orakl's services into their own projects, showcasing its versatility and potential across various use cases.


---

# 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/example-projects.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.
