> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/ko/questions-and-answers/31-how-do-i-insert-an-image-into-my-document.md).

# 문서에 이미지를 어떻게 삽입하나요?

먼저, Overleaf의 문서에 이미지를 포함하려면 프로젝트 메뉴의 "Upload files" 버튼을 사용하여 컴퓨터에서 이미지 파일을 업로드해야 합니다:

![파일 목록 패널 위의 Upload files 버튼](/files/99346e1d0c79776fb102e0dba71d7ff23928ef2b)

그런 다음 다음을 사용하여 문서에 포함할 수 있습니다 `\includegraphics` 명령어를 사용합니다. 예를 들면 다음과 같습니다:

```latex
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\includegraphics[width=\textwidth]{YOUR-FILE-NAME-HERE}
\end{document}
```

## 추가 도움말 및 정보

다음 도움말 문서에서는 LaTeX 및/또는 Overleaf에서 이미지를 사용하는 다른 측면을 다룹니다:

* [이미지 삽입](/latex/ko/more-topics/27-inserting-images.md)
* [Overleaf에서 이미지 포함하기](/latex/ko/knowledge-base/088-including-images-on-overleaf.md)
* [매우 큰 이미지 파일 최적화하기](/latex/ko/knowledge-base/113-optimising-very-large-image-files.md)
* [LaTeX에서 이미지의 크기를 어떻게 지정하나요?](/latex/ko/questions-and-answers/35-how-do-i-specify-the-size-of-an-image-in-latex.md)
* [그림 주위로 텍스트 감싸기](/latex/ko/more-topics/50-wrapping-text-around-figures.md)
* [이미지와 표 배치하기](/latex/ko/figures-and-tables/02-positioning-images-and-tables.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/latex/ko/questions-and-answers/31-how-do-i-insert-an-image-into-my-document.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
