> For the complete documentation index, see [llms.txt](https://liamzebedee.gitbook.io/dappnet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liamzebedee.gitbook.io/dappnet/install/play-around..md).

# Play around.

Congratulations! You're now on Dappnet.

.eth urls will load in your browser. **They need to end in a slash `/` when you type them in the URL bar, otherwise it goes to Google.**

[![image](https://user-images.githubusercontent.com/584141/190633788-3036d5a4-8c33-4c38-adb9-8c9e5c70c760.png)](https://user-images.githubusercontent.com/584141/190633788-3036d5a4-8c33-4c38-adb9-8c9e5c70c760.png)

[![image](https://user-images.githubusercontent.com/584141/190633252-98c76b5c-0688-4887-a563-c0d8836712ed.png)](https://user-images.githubusercontent.com/584141/190633252-98c76b5c-0688-4887-a563-c0d8836712ed.png)

The **first time** you visit a dapp, it might download a bit slowly (\~10s or so). But after that - the app is downloaded to your device. It loads **instantly**.

How is that possible? What is going on in the background?

Dappnet is running a local IPFS node on your computer, and torrenting directly from a P2P network. You haven't just visited a website, you've downloaded a dapp. It's yours to keep.

### What to do now?

Come spread the good word and get more sites on decentralized, capture-resistant infra!

* Share your experience on Twitter and tag @dappnetbby
* Message your favourite protocols/dapps and ask them to decentralize their frontend
* Join our Discord community, and discover different websites on .eth
* Or even - deploy your own website to .eth! (hard mode - but not for long)


---

# 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, and the optional `goal` query parameter:

```
GET https://liamzebedee.gitbook.io/dappnet/install/play-around..md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
