> 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/knowledge-base/086-if-my-latex-project-is-split-into-multiple-tex-files-can-i-edit-them-all-on-overleaf.md).

# 내 LaTeX 프로젝트가 여러 tex 파일로 나뉘어 있다면, Overleaf에서 모두 편집할 수 있나요?

대규모 프로젝트의 경우, 모든 코드를 하나의 मुख्य 파일에 넣기보다는 내용을 여러 파일(예: 논문의 각 장)로 나누는 것이 흔히 더 바람직합니다. 그러면 전체 프로젝트는 하나의 메인 tex 파일과 많은 하위 파일들로 구성됩니다.

이러한 하위 파일들은 첨부파일로 업로드하여(편집기의 files --> upload 메뉴를 통해) Overleaf의 해당 프로젝트에 포함할 수 있으며, 일반적인 방법으로 다음을 통해 참조할 수 있습니다 `\input` 또는 `\include`.

그런 다음 이러한 하위 파일을 Overleaf에서 단순히 클릭하여 직접 편집할 수 있습니다

이것을 보여주는 짧은 동영상을 보려면, 다음에 관한 저희 블로그 게시물을 보세요 [Overleaf로 논문 작성하기](https://www.overleaf.com/blog/30).

![Overleaf 파일 편집 스크린샷](/files/70932a07134f92b1a542315ce434cf7a167ff77c)


---

# 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/knowledge-base/086-if-my-latex-project-is-split-into-multiple-tex-files-can-i-edit-them-all-on-overleaf.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.
