This document discusses routing in Zend Framework 3. It shows how to create controllers and routes for different pages. Specifically, it creates a WelcomeController with index and contact actions. It defines routes for the homepage, /welcome, and /contact pages. It also creates corresponding view templates and links between the pages. This allows routing requests for different URLs to the appropriate controllers and actions to display the corresponding pages.