How do I insert an image into my document?
Firstly, in order to include an image in a document on Overleaf, you need to upload the image file from your computer using the "Upload files" button in the project menu:
Then you can include them in your document using the \includegraphics
command, such as in this example:
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\includegraphics[width=\textwidth]{YOUR-FILE-NAME-HERE}
\end{document}
Additional help and information
The following help articles discuss other aspects of using images with LaTeX and/or Overleaf: