This document discusses multiple sequence alignment (MSA), which involves aligning more than two biological sequences, such as DNA, RNA, or protein sequences. MSA can reveal subtle similarities between sequences that pairwise alignment cannot by identifying conserved regions present in many sequences. The document describes different approaches to MSA, including optimal global alignments using dynamic programming, progressive alignments, and iterative alignments. It notes challenges like computational expense and difficulty of scoring and identifying ancestry relationships with more divergent sequences. The dynamic programming approach to aligning three sequences using a 3D "Manhattan cube" representation is also explained.