This document discusses the steps to construct the transition table for an NFA with epsilon transitions. It begins by taking the epsilon closure of each state. It then determines the output states for each input symbol applied to each state/closure set by taking the epsilon closure. This information is used to construct the transition table and diagram. The transition table shows the output state(s) for each input applied to each state. The transition diagram visually depicts the transitions.