> 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/048-how-can-i-create-nested-folders-or-subfolders.md).

# 중첩 폴더나 하위 폴더를 어떻게 만들 수 있나요?

여러 장과 많은 파일이 있는 큰 프로젝트를 작업하고 있다면, 정리를 위해 중첩 폴더를 만드는 것이 유용할 수 있습니다. Overleaf에서 중첩 폴더를 만들려면 먼저 기존 폴더를 클릭한 다음 파일 목록 패널 위에 있는 "새 폴더" 버튼을 클릭하거나, 폴더를 마우스 오른쪽 버튼으로 클릭한 다음 "새 폴더"를 선택하세요.

![중첩 폴더 만들기](/files/99c75eb41ca0fb949a379143270a3799559094fa)


---

# 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/048-how-can-i-create-nested-folders-or-subfolders.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.
