The document provides instructions for creating a new Eclipse project to build the CarryDrop simulation by importing existing code from an online tutorial. It describes how to create a new Java project in Eclipse, add the RePast library to the build path, and then create and populate new classes - CarryDropModel, CarryDropAgent, and CarryDropSpace - by copying code from the tutorial website. Once all the classes are created, the simulation can be run by selecting the CarryDropModel main class.