diff --git a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc
index ebecd1151..2936d8c1c 100644
--- a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc
+++ b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc
@@ -293,10 +293,19 @@ include::../../../../spring-cloud-sleuth-zipkin-stream/src/test/java/org/springf
will listen for the Span data on whatever transport you provide via a
Spring Cloud Stream `Binder` (e.g. include
`spring-cloud-starter-stream-rabbit` for RabbitMQ, and similar
-starters exist for Redis and Kafka). The app will also be a
-https://github.com/openzipkin/zipkin-java[Zipkin server], which hosts
+starters exist for Redis and Kafka). If you add the following UI dependency
+
+[source,xml]
+----
+io.zipkin.java
+zipkin-autoconfigure-ui
+----
+
+Then you'll have your app a
+https://github.com/openzipkin/zipkin[Zipkin server], which hosts
the UI and api on port 9411.
+
The default `SpanStore` is in-memory (good for demos and getting
started quickly). For a more robust solution you can add MySQL and
`spring-boot-starter-jdbc` to your classpath and enable the JDBC