This document provides guidance on migrating a legacy ColdFusion application to the ColdBox MVC framework. It discusses assessing the current application, reasons to migrate such as improved code organization and developer experience. It warns that a full rewrite should be avoided and recommends a step-by-step refactor. Suggestions are given for converting the Application.cfm file to Application.cfc and adding ColdBox bootstrap code. The document also covers creating a layout, integrating ColdBox aspects, handling URLs, and shortening the feedback loop during the migration process.