# Deploying to Dappnet.

Dappnet is a permissionless application network that runs atop [IPFS](https://ipfs.tech/) and [ENS](https://ens.domains). It works like existing websites - you can host HTML/CSS/JS - but the way the content is located and hosted is completely decentralized.

Users access dapps using a .eth domain name. Dapps are downloaded from a P2P network called IPFS.

### Current work.

**We are looking into building a better solution for 1-click deployment for developers. Please reach out if you are interested.**


---

# 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://liamzebedee.gitbook.io/dappnet/deploying-to-dappnet/overview.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.
