> ## 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.

# Before We Begin: Data-Driven Design

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="hR7tnZ3nDzM" />

In this course, we will:

* Understand **Point Maps** and how we can use them to drive designs in nTop
* Explore **generating data** in nTop and how to use **imported data** in workflows
* **Manipulate**the geometry and performance of parts using Point Map data
