> 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/062-how-do-i-save-a-new-document-i-ve-created.md).

# 새로 만든 문서를 어떻게 저장하나요?

저희는 사용자가 입력하는 동안 몇 초마다 프로젝트를 자동으로 저장합니다. 오프라인에서 사용할 사본을 다운로드하려면 미리보기 창 위의 아이콘을 통해 pdf를 다운로드하거나, 왼쪽 상단의 Overleaf 메뉴에서 전체 소스 파일 세트를 다운로드할 수 있습니다.

프로젝트의 특정 버전을 나중에 참고할 수 있도록 보관하고 싶다면, 'History' 메뉴에서 버전에 레이블을 지정하면 됩니다. 버전에 레이블을 지정하는 방법에 대한 자세한 정보는 [내 작업의 버전을 저장할 수 있나요?](/latex/ko/more-topics/49-using-the-history-feature.md)

하나의 프로젝트를 열었지만 이전에 작업했던 다른 프로젝트를 보고 싶다면, 왼쪽 상단의 위쪽 화살표를 통해 내 프로젝트 대시보드 페이지로 이동하면 모든 문서가 거기에 나열됩니다.

마지막으로, 계정에 프리미엄 기능 이용 권한이 있다면 프로젝트를 Dropbox와 자동으로 동기화하는 Dropbox 통합 기능을 사용할 수 있습니다. 유료 구독에서 제공되는 기능에 대한 추가 정보는 저희의 [요금제 페이지](https://www.overleaf.com/plans).


---

# 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/062-how-do-i-save-a-new-document-i-ve-created.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.
