# developers

- [Storage Proofs](https://docs.herodotus.dev/herodotus-docs/developers/storage-proofs.md)
- [Workflow](https://docs.herodotus.dev/herodotus-docs/developers/storage-proofs/workflow.md): General Storage Proof Workflow
- [Workflow Examples](https://docs.herodotus.dev/herodotus-docs/developers/storage-proofs/workflow-examples.md): Storage Proof Workflow Examples
- [Accessing Block Hash](https://docs.herodotus.dev/herodotus-docs/developers/storage-proofs/accessing-block-hash.md)
- [Storage Proof API](https://docs.herodotus.dev/herodotus-docs/developers/storage-proof-api.md): Request storage proofs quickly and easily
- [Turbo](https://docs.herodotus.dev/herodotus-docs/developers/turbo.md): Seamless Blockchain Data Access
- [Supported Networks](https://docs.herodotus.dev/herodotus-docs/developers/turbo/supported-networks.md)
- [Data Processor](https://docs.herodotus.dev/herodotus-docs/developers/data-processor.md): Unlocking the Full Potential of On-Chain Data with Verifiable Compute
- [Why use HDP?](https://docs.herodotus.dev/herodotus-docs/developers/data-processor/why-hdp.md)
- [Getting Started](https://docs.herodotus.dev/herodotus-docs/developers/data-processor/getting-started.md): Confused about HDP? Start here!
- [HDP Jargon](https://docs.herodotus.dev/herodotus-docs/developers/data-processor/jargon.md): Data Processor Jargon
- [What is a Data Lake?](https://docs.herodotus.dev/herodotus-docs/developers/data-processor/jargon/what-is-datalake.md): Data Processor Data Lake Introduction
- [What is a Module?](https://docs.herodotus.dev/herodotus-docs/developers/data-processor/jargon/what-is-module.md): Data Processor Module Introduction
- [Cairo1/Cairo0 Interoperability](https://docs.herodotus.dev/herodotus-docs/developers/data-processor/jargon/cairo1-cairo0-interoperability.md): Cairo1 and Cairo0 Interoperability
- [Architecture](https://docs.herodotus.dev/herodotus-docs/developers/data-processor/architecture.md): Architecture Flow of Processing Steps
- [Additional Resources](https://docs.herodotus.dev/herodotus-docs/developers/data-processor/resource.md): Resource page for Data Processor
- [Data Processor API](https://docs.herodotus.dev/herodotus-docs/developers/api-docs.md): Documentation of Data Processor API
- [Program Registry API](https://docs.herodotus.dev/herodotus-docs/developers/api-docs/program-registry.md): Program Registry
- [Data Structure Indexer API](https://docs.herodotus.dev/herodotus-docs/developers/data-structure-indexer-api.md)
- [Supported Networks](https://docs.herodotus.dev/herodotus-docs/developers/supported-networks.md)
- [Contract Addresses](https://docs.herodotus.dev/herodotus-docs/developers/contract-addresses.md): Herodotus Deployed Smart Contract Addresses


---

# 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.herodotus.dev/herodotus-docs/developers.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.
