You can add a file that the script references to logically segment code for distinct purposes. For example, if your script requires 4000 lines of code, you might want to include only core lines of code in the Main window and create separate files for helper code. Helper code might include code that connects the main application to a database for data transfer purposes.