> ## 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: Field Optimization

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

In this course, we will learn how to…

* Generate a **Parametric FE Model** to define the model's behavior and designate the design parameters to optimize
* Define **Objectives** and **Constraints** describing the desired performance characteristics
* Apply **Field Optimization**in nTop workflows
