> For the complete documentation index, see [llms.txt](https://wiki.stojanow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.stojanow.com/protocols/ipfs.md).

# IPFS

The [Inter-Planetary File System](https://ipfs.io/) is a distributed system for storing and accessing files, websites, applications, and data. It's a synthesis of Git, Bittorent and distributed hash tables.

## Links:

* [Awesome IPFS](https://github.com/ipfs/awesome-ipfs#readme) - list of resources related to IPFS.
* [IPFS white paper](https://github.com/ipfs/papers/raw/master/ipfs-cap2pfs/ipfs-p2p-file-system.pdf), Understanding the IPFS White Paper [part 1](https://decentralized.blog/understanding-the-ipfs-white-paper-part-1.html) and [part 2](https://decentralized.blog/understanding-the-ipfs-white-paper-part-2.html)
* [Basic usage](https://docs.ipfs.io/introduction/usage/)
* [Interactive Tutorials](https://proto.school/#/tutorials) to learn about the the decentralized web by writing code and solving challenges.
* [IPFS Introduction by Example](http://whatdoesthequantsay.com/2015/09/13/ipfs-introduction-by-example)


---

# 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://wiki.stojanow.com/protocols/ipfs.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.
