The document provides an agenda for building a mobile app with a microservices backend. It begins with an introduction to microservices architecture and why mobile apps are important. It then discusses the differences between monolithic and microservices architectures. Specifically, it notes that monoliths can be difficult to scale and update, while microservices allow for greater autonomy, scalability, and flexibility. The document also covers enabling technologies like Docker and Kubernetes that help manage microservices deployments. Finally, it references a GitHub repository for a hands-on lab to build a mobile app with a microservices backend.