# ethofs

- [ethoFS Introduction](https://docs.ethoprotocol.com/ethofs/ethofs-introduction.md)
- [How to Upload to ethoFS](https://docs.ethoprotocol.com/ethofs/how-to-upload-to-ethofs.md): This guide will show you 2 ways of using ethoFS based on whether you're using MetaMask or your private key
- [How to Upload to ethoFS using our Website Upload App](https://docs.ethoprotocol.com/ethofs/how-to-upload-to-ethofs/how-to-upload-to-ethofs-using-our-website-upload-app.md): This guide will show you how to use our Upload App to upload files to ethoFS.
- [How to Host a Website on ethoFS](https://docs.ethoprotocol.com/ethofs/how-to-host-a-website-on-ethofs.md): This guide will cover how to upload a website to ethoFS, along with setting up the DNS for the website.
- [How to attach your Website hosted on ethoFS to your own Domain](https://docs.ethoprotocol.com/ethofs/how-to-attach-your-website-hosted-on-ethofs-to-your-own-domain.md)
- [How to host your own ethoFS dashboard at home on macOS](https://docs.ethoprotocol.com/ethofs/how-to-host-your-own-ethofs-dashboard-at-home-on-macos.md): This guide will teach you how to host the ethoFS Version 2 dashboard on your local macOS machine.
- [NFT marketplace](https://docs.ethoprotocol.com/ethofs/nft-marketplace.md): NFT marketplace


---

# 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.ethoprotocol.com/ethofs.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.
