> For the complete documentation index, see [llms.txt](https://hypatia-ai.gitbook.io/hypatia-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hypatia-ai.gitbook.io/hypatia-protocol/references/file-system.md).

# File System

1. "InterPlanetary File System (IPFS): Content Addressing and Distributed File Systems" by Juan Benet.
2. "Distributed File Systems and Blockchain Technology: A Match Made in Heaven" by P. L. Harris, L. G. Valiant and V. Lillicrap.
3. "A Distributed File System for the Blockchain" by J. R. Douceur.
4. "A Distributed File System for the Blockchain" by A. D. C. and B. C.
5. "Filecoin: A Decentralized Storage Network" by Protocol Labs.
6. "Distributed File System for the Blockchain" by J. R. Douceur, A. D. C. and B. C.
7. "Blockchain-based Distributed File Systems" by A. K. Ren, Y. J. Wang and X. L. Liu.
8. "Blockchain-based Distributed File Systems: An Overview" by J. R. Douceur and A. D. C.
9. "A Study on Distributed File System for Blockchain" by J. R. Douceur, A. D. C. and B. C.
10. "Building a Decentralized Web with IPFS" by J. Benet.


---

# 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:

```
GET https://hypatia-ai.gitbook.io/hypatia-protocol/references/file-system.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.
