# IPFS

IPFS (InterPlanetary File System) is a distributed peer-to-peer protocol and network designed to create a decentralized and permanent method for storing and sharing files on the internet. It aims to replace the traditional centralized client-server model with a distributed and peer-to-peer approach.

Spyra's IPFS comes with the following benefits:

1. Private Network to ensure data privacy- Store and share files only with participants of the network.
2. Easy deployment- Integrate with our REST APIs and never worry about scalability, security or performance. \
   [IPFS](/developers/api-reference/ipfs.md)
3. Cluster Management- While IPFS is designed to work in a peer-to-peer fashion, cluster management introduces additional capabilities and features to optimize the usage of IPFS in scenarios where a group of nodes needs to work together efficiently.\
   [Nodes: Peer, Orderer & CA](/products-overview/private-network/networks/nodes-peer-orderer-and-ca.md)

{% hint style="info" %}
Only organisations with an IPFS node can upload and store files.
{% endhint %}


---

# 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.spydra.app/products-overview/private-network/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.
