Decision trees are a form of flow diagram in which readers are routed according to their responses to questions. Use decision trees to provide a visual representation of conditional steps in a procedure, or a sequence of procedures. Each branch of the decision tree can reference a procedure to follow.
Two shapes are normally used: diamonds for questions, and boxes for actions. Always indicate where the reader should start.