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

# Serialization

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

####

## Description

This training walks through how you can generate and place serial numbers on your part.

**Prerequisites:**[101: nTop Essentials](https://learn.ntop.com/courses/101-ntop-essentials/), [230: Intro to Automation](https://learn.ntop.com/courses/230-intro-to-automation/)

**What is Covered:**

* How to type text into a custom block and produce an implicit version of the text
* Methods for placing text as an engraving or embossing on a part for serialization and part labeling
* How to automate the serialization process

**Downloadable Files:**

[Serialization\_and\_Part\_Labeling.zip](https://files.learn.ntop.com/Courses/Recorded%20Trainings/Serialization/Serialization_and_Part_Labeling.zip)
