The document provides an overview of controllers (handlers) in the Model-View-Controller (MVC) design pattern as used in Coldbox applications. It discusses how handlers control application flow and call business logic. It describes handler anatomy, including public action methods, composed properties, and feature properties. It also explains how to get/set request values, set views and layouts, relocate to other events, render data, integrate models, and perform validation in handlers.