> For the complete documentation index, see [llms.txt](https://docs.pazly.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pazly.dev/publishing-your-website/on-blockchain/hosting-on-ipfs-pinata.md).

# Hosting on IPFS (Pinata)

IPFS stands for InterPlanetary File System and it is simply fantastic. The concept behind is that of a decentralised Content Delivery Network. I'm not going to bore you with technical details so let's show you how to put your Pazly website on IPFS. \
\
Step 1:  Sign up to [Pinata](https://www.pinata.cloud)

Step 2:  Build your website with [Pazly](https://pazly.dev/) and save it on your computer with the default name **index.html**, then place it in a folder

Step 3: Upload the folder to your Pinata

{% embed url="<https://www.youtube.com/watch?v=8NIz2XO33zw>" %}

{% hint style="info" %}
Pinata changed their file management policies for the **free accounts**. \
Please use the [https://ipfs.io/ipfs/](https://ipfs.io/ipfs/CID)**yourCID** to browse your website instead of the Pinata Gateway\
\
Example: \
This is broken: [https://gateway.pinata.cloud/ipfs/**QmPT9G1Rs9ftfgwftaH2CJtBGsH6vV8ZunyERsxwuUFj3u**](https://gateway.pinata.cloud/ipfs/QmPT9G1Rs9ftfgwftaH2CJtBGsH6vV8ZunyERsxwuUFj3u)\
\
This is working: [https://ipfs.io/ipfs/**QmPT9G1Rs9ftfgwftaH2CJtBGsH6vV8ZunyERsxwuUFj3u**](https://ipfs.io/ipfs/QmPT9G1Rs9ftfgwftaH2CJtBGsH6vV8ZunyERsxwuUFj3u)\ <br>
{% endhint %}


---

# 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://docs.pazly.dev/publishing-your-website/on-blockchain/hosting-on-ipfs-pinata.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.
