This document provides instructions on building a basic application in ProdigyView, including following code examples and requiring an understanding of installing applications and DEFINES. It outlines setting up an access file, a single command interpreter entry point, and private application functions. The command interpreter controls application response and can call functions. Extending the PVApplication class simplifies implementing the command interpreter. Calling the application requires specifying its ID and commands through pv_exec. Additional tutorials are available on the ProdigyView website.