This document discusses creating menus in a console application. It provides step-by-step instructions on using a goal designer tool to build out a steps tree that sets up a menu with 5 options. The steps include setting colors, clearing the screen, prompting the 5 options, converting the selected option to a string, printing the selection, and waiting 3 seconds before ending. The final section shows what the runtime application would look like with the menu.