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

# README

Welcome to **WebHash Pro** - the easiest way to publish your websites and apps to the permanent web. Connect your GitHub account, pick a repository, and WebHash Pro builds your project and pins it to [IPFS](https://ipfs.tech) so it lives on a decentralized, content-addressed network instead of a single server. From there you can point an [ENS](https://ens.domains) domain (like `yourname.eth`) straight at your latest build, turn on automatic redeploys whenever you push to GitHub, and pay for any storage beyond the free tier in crypto. No servers to manage, no DevOps to learn - just sign in and deploy.

{% hint style="info" %}
New here? Start with [**Getting Started**](/getting-started.md) for a five-minute walkthrough, then come back to explore the rest.
{% endhint %}

## In this guide

* [**Introduction**](/introduction.md) - What WebHash Pro is, how IPFS and ENS fit together, and what you can build.
* [**What You Can Deploy**](/what-you-can-deploy.md) - Which kinds of apps fit IPFS (and which do not), plus how to adapt a dynamic app.
* [**Getting Started**](/getting-started.md) - Sign in with GitHub and ship your first deployment in minutes.
* [**Deploying a Site**](/deploying-a-site.md) - The full deployment wizard: choosing a repo, branch, project type, and build settings.
* [**Environment Variables**](/environment-variables.md) - Add per-repository build-time variables and keep secrets out of your bundle.
* [**Custom Domains (ENS)**](/custom-domains-ens.md) - Connect a `.eth` domain to your deployment with a self-custodial, wallet-signed update.
* [**Storage & Billing**](/storage-and-billing.md) - Your free 20 MB, $5/GB pricing, and paying in ETH, USDC, or USDT across multiple networks.
* [**Auto-deploy on Push**](/auto-deploy.md) - Rebuild and republish automatically every time you push to your chosen branch.
* [**Managing Deployments**](/managing-deployments.md) - Browse, inspect, copy CIDs, redeploy, and roll back to a previous build.
* [**Troubleshooting & FAQ**](/troubleshooting-faq.md) - Fix failed builds, blank pages, payment hiccups, and domain issues.

{% hint style="success" %}
WebHash Pro lives at [pro.webhash.com](https://pro.webhash.com). Sign in with your GitHub account to get started.
{% 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://prodocs.webhash.com/readme.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.
