The document provides steps to create a new module in TomatoCMS called "Contact" that allows users to manage contact information. The key steps include:
1. Creating the basic module folder structure and config files
2. Defining the database schema and queries needed to install and uninstall the module
3. Creating the administrative menu item and setting permissions for users to access the new functionality.
4. Connecting to the database by implementing the required model, interface and DAO classes.
5. Retrieving, displaying and editing contact data by writing the necessary controller and view code.