# Storing Metadata - IPFS

GhostMarket supports the storage of NFT metadata on decentralised file networks such as [Inter-Planetary File System](https://ipfs.io) (IPFS). By storing metadata and images on IPFS, NFT owners can be assured that the data and image are immutable and permanent once they are minted. If you use IPFS to host your metadata, the URL used in metadata must be in the format `ipfs://<hash>`.

examples:\
`ipfs://QmTy8w65yBXgyfG2ZBg5TrfB2hPjrDQH3RCQFJGkARStJb`

We recommend [Piñata](https://www.pinata.cloud/) for easily interacting with IPFS, which enables you to easily store and organise both metadata and NFT media on IPFS.

Other alternatives for accessing IPFS is to [set up your own IPFS node](https://docs.ipfs.io/install/) or using [Infura](https://infura.io/docs/ipfs) IPFS.

Here's an excellent "Getting Started" tutorial on IPFS by Chainlink: <https://blog.chain.link/build-deploy-and-sell-your-own-dynamic-nft/>.


---

# 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.ghostmarket.io/developer-guides/storing-metadata-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.
