@Square Zhong
\\class{}
\\begin{}
body
\\end{}
Anything before \begin{} is called preamble
\\documentclass[12pt, letterpaper]{article}
[font size, paper size]
Default [10pt, a4paper in overleaf]
\\usepackage[utf8]{inputenc}
[encoding] utf8 is recommended
Add three lines to preamble
\\title{First document}
\\author{Square Zhong}