This document discusses resource routing in ExpressionEngine (EE), which is the stage in a request where the server/application decides what resource to provide based on the URL and request information. It describes how EE currently routes URLs to templates and why changing this approach could be beneficial. It then outlines some options for customizing routing, including native EE template routes, extension hooks, and add-ons like Structure and Resource Router, providing examples of how they could be used.