> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# A&D Follow Along: List Processing

export const YouTubeVideo = ({src, title, caption}) => {
  return <Frame caption={caption}>
      <iframe className="w-full aspect-video rounded-xl" src={`https://www.youtube.com/embed/${src}`} title={title} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>
    </Frame>;
};

<YouTubeVideo src="0nNEjBQL2Oo" />

The following video is an example of how List Processing can be used in an nTop notebook. List Processing can be used to reduce total block count, create a more organized workflow, and save time generating designs.

**Downloadable Files:**

[A\&D List Processing Example](https://files.learn.ntop.com/Courses/A%26D%20Learning%20Path/nTop%20Files/AD%20List%20Processing%20Example.ntop)

\*This file was last updated in nTop 5.\*45.2
