This document provides steps to build a graphical program on IBM i using the SilverDev framework. It describes how to create a new program, add screen components like buttons and charts, insert data using SQL queries, compile the program, create a command line parameter to deploy it, and see the results with sample data loaded in a pie chart. The steps include preparing the screen, selecting the graph type, inserting data on button click, clearing previous data, compiling, creating a CLP, and deploying the first version of the application.