The right side of each tab displays a panel explaining the conversion algorithm in numbered steps. This panel is always visible and does not change based on your input. It serves as a quick reference so you can follow along as the truth table and result update on the left.
For DNF, the panel explains that the converter finds true rows, builds a conjunction for each, and joins them with OR. For CNF, the panel explains that the converter finds false rows, builds a disjunction for each, and joins them with AND.
The panel also clarifies the literal assignment rule: in DNF, a true variable stays positive and a false variable gets negated. In CNF, the rule is inverted: a true variable gets negated and a false variable stays positive. This inversion is the key difference between how minterms and maxterms are constructed from truth table rows.