> ## 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: nTop Essentials

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

In this course, we will:

* Build up your understanding of implicit modeling, which influences how we interact with the software to create workflows and designs
* Learn to manage your notebook and use blocks efficiently
* Get comfortable with the controls and basic operations in nTop
