This document discusses different patterns for implementing a user interface that displays data from multiple microservices. It presents both client-side and server-side approaches. Client-side involves each team developing a UI component to display their service's data. Server-side involves each team developing an HTML fragment to contribute to the overall page. The document also notes challenges of integrating microservices in the browser and for native mobile user interfaces.