usepackage
usepackage is a LaTeX command that loads extensions called packages. Packages provide additional features such as enhanced math formatting, graphics inclusion, bibliography styles, font support, and language handling. It is used in the preamble of a LaTeX document, after \documentclass{...} and before \begin{document}.
Syntax: \usepackage[options]{package}. Multiple packages may be loaded in separate calls or in a single call by
Option arguments configure package behavior; common examples include babel with language options, inputenc for character encoding,
Installation and usage: Most TeX distributions include thousands of packages, which can be installed or updated