# Morpheus

- [Morpheus](https://docs.scry.finance/docs/morpheus/morpheus.md): An Open, Decentralized and Permissionless Framework for Bringing On-Demand Web2 Data to Web3
- [Build Your Own Oracle](https://docs.scry.finance/docs/morpheus/build-your-own-oracle.md)
- [Contract Use and Request Feeds](https://docs.scry.finance/docs/morpheus/contract-use-and-request-feeds.md): Overview
- [VRF](https://docs.scry.finance/docs/morpheus/contract-use-and-request-feeds/vrf.md)
- [Crosschain Data](https://docs.scry.finance/docs/morpheus/contract-use-and-request-feeds/crosschain-data.md)
- [Jury - Human Defined Questions](https://docs.scry.finance/docs/morpheus/contract-use-and-request-feeds/jury-human-defined-questions.md)
- [Sample Templates for Contracts](https://docs.scry.finance/docs/morpheus/sample-templates-for-contracts.md): For reference only, these are not audited, and notfor production use
- [MetaMorph: A Decentralized Oracle Tool](https://docs.scry.finance/docs/morpheus/metamorph-a-decentralized-oracle-tool.md)
- [VRF Hash RanCh](https://docs.scry.finance/docs/morpheus/vrf-hash-ranch.md)
- [Deployments and Oracles Available](https://docs.scry.finance/docs/morpheus/deployments.md)
- [Veryfi - cross-chain asset verification](https://docs.scry.finance/docs/morpheus/veryfi-cross-chain-asset-verification.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.scry.finance/docs/morpheus.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.
