This visual execution shows how a document with metadata is split into smaller chunks while keeping the metadata on each chunk. First, the document content is split into parts based on chunk size. Then, the metadata from the original document is copied to each chunk so that context is preserved. The execution table traces each step from starting with one document, splitting content, assigning metadata, to outputting chunks with metadata. The variable tracker shows how the chunks array changes from empty to holding chunks with metadata. Key moments clarify why metadata copying is necessary and that the original document's metadata remains unchanged. The quiz tests understanding of chunk count, metadata presence, and chunk size effects. This helps beginners see how metadata preservation works during document splitting in Langchain.