diff --git a/web/index.html b/web/index.html
index 8ddc98c..046aee9 100644
--- a/web/index.html
+++ b/web/index.html
@@ -38,6 +38,23 @@
+ Where do I find my multiaddr?
+
+ -
+ Using IPFS Desktop or IPFS WebUI
+
+ - Open the IPFS WebUI "Status" page via the IPFS Desktop menu or by visiting "http://127.0.0.1:5001/webui" (when using the default config settings)
+
- Click the "Advanced" dropdown to see more detailed node settings
+ - Choose an entry in your list of "Addresses" (these are the various multiaddrs via which your node is addressable).
+ Note that some of your addresses may be reachable over the public internet and some (e.g. /ip4/127.0.0.1/tcp/4001/p2p/YourID) will not be
+
+
+
+ -
+ Using the go-ipfs CLI. Choose an entry from the list of addresses output by
ipfs id
.
+ Note that some of your addresses may be reachable over the public internet and some (e.g. /ip4/127.0.0.1/tcp/4001/p2p/YourID) will not be.
+
+
What does it mean if I get an error?