The preamble of a La Te X document is everything that is put in between
\documentclass{...}
and
\begin{document}
A preamble contains packages that should be included, and commands that are defined, among others.