# HollowDB

- [Usage](https://docs.hollowdb.xyz/hollowdb/usage.md): How to use HollowDB?
- [Supported Wallets](https://docs.hollowdb.xyz/hollowdb/supported-wallets.md): Using Arweave & Ethereum wallets with HollowDB.
- [Modes of Operation](https://docs.hollowdb.xyz/hollowdb/modes-of-operation.md): Proofs & whitelisting.
- [Usage with Bundlr](https://docs.hollowdb.xyz/hollowdb/usage-with-bundlr.md): Values too large? Meet Bundlr.
- [Contract Operations](https://docs.hollowdb.xyz/hollowdb/contract-operations.md): Thinking of deploying your own contract? See here.
- [Caching Options](https://docs.hollowdb.xyz/hollowdb/caching-options.md): Optional caching with LMDB or Redis.
- [HollowDB-as-a-Service](https://docs.hollowdb.xyz/hollowdb/hollowdb-as-a-service.md): Start using HollowDB-as-a-Service.


---

# 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.hollowdb.xyz/hollowdb.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.
