This page assumes you have read the page [Basic Usage]. It contains information on advanced features (unsurprisingly).
See also [Settings].
When launching the Proof Assistant from the command line, you can specify one or more arguments.
If you launch with one argument, that argument must be an NDP or NDU file. The Proof Assistant will launch with that file opened.
If you launch with two or more arguments, those arguments must form a sequent in TeX code format. The Proof Assistant will launch with that sequent loaded.
This feature is found under Edit. It allows you to insert a new, unjustified line above the current goal.
This feature is found under Edit. Running Magic Mode will complete every automatic rule applicable to the current goal and resource (and any created lines), up to 10 rules. Magic Mode will be stopped by any sort of choice or required user input.
Magic Mode is experimental.
I hope this is self-explanatory.
When selected, rules that require new parameters (e.g. existential elimination) will automatically generate them. When deselected, such rules will require the user to input a parameter. If the user inputs an illegal parameter, they will be warned and the relevant justification flagged.
This option is selected by default.
When selected, lines not in scope of the current goal will be greyed out.
Normally, applying &I to (p&q), when neither p nor q is found in scope of the current goal, will generate two new lines - first p and second q. With this option selected, q will be generated first, and p second.
When selected, (a≠b) will be shown, rather than ~(a=b). This option is automatically enabled when changing to Q or PA.
This allows you to start a proof from a TeX code format input. To learn how to use this style of input, study the output generated by Export -> To TeX code. This style is the same as that used for command line starts.