diff --git a/content/influxdb3/explorer/_index.md b/content/influxdb3/explorer/_index.md
index a0827d43e..1fae003e1 100644
--- a/content/influxdb3/explorer/_index.md
+++ b/content/influxdb3/explorer/_index.md
@@ -42,7 +42,10 @@ docker run --detach \
--publish 8889:8888 \
influxdata/influxdb3-ui:{{% latest-patch %}} \
--mode=admin
+
+# Visit http://localhost:8888 in your browser to begin using InfluxDB 3 Explorer
```
-Install and run InfluxDB 3 Explorer
-Get started with InfluxDB 3 Explorer
+
+For installation and configuration options, see [Install and run InfluxDB 3 Explorer](/influxdb3/explorer/install/).
+Get started using InfluxDB 3 Explorer
diff --git a/content/influxdb3/explorer/get-started.md b/content/influxdb3/explorer/get-started.md
index 863ecbfec..6cb6baf57 100644
--- a/content/influxdb3/explorer/get-started.md
+++ b/content/influxdb3/explorer/get-started.md
@@ -35,6 +35,7 @@ InfluxDB 3 Explorer supports the following InfluxDB 3 products:
- **Server URL**: The URL used to connect to your InfluxDB 3 server.
- Select the protocol to use (http or https).
- Provide the host and, if necessary, the port.
+ - _If connecting to a local, non-Docker instance, use `host.docker.internal`._ For more information about host.docker.internal, see the [Docker documentation](https://docs.docker.com/desktop/features/networking).
- **Token**: The authorization token to use to connect to your InfluxDB 3 server.
We recommend using an InfluxDB 3 _admin_ token.