This document provides instructions for adding additional functionality to a calculator application. It begins by describing how to start a new project and import starter code files. It then provides code snippets to add square root, percentage, and decimal point buttons. Global variables and logic are added to track decimal points and prevent multiple entries. Finally, it describes modifying existing code to support multiple math operations by tracking the selected operation, and provides instructions to add minus, multiply, and divide buttons, handling divide by zero errors.