> 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/085-i-have-created-a-latex-document-elsewhere-can-i-import-it-into-overleaf.md).

# 다른 곳에서 LaTeX 문서를 만들었는데—Overleaf로 가져올 수 있나요?

네, 가능합니다. 새 문서를 만들고 기존 tex 파일의 텍스트를 복사하여 붙여넣을 수 있습니다. 문서에 여러 파일이 포함되어 있다면, 그것들을 zip으로 묶은 다음, 귀하의 [프로젝트 대시보드](https://www.overleaf.com/dash) (아래 그림을 참조하세요.)

![대시보드에서 .zip 파일을 업로드하여 새 프로젝트 만들기](/files/2ebd681e5d354759ad33aac3be801d3aff6f00d4)

또는, 먼저 빈 프로젝트를 만들거나(혹은 Gallery의 템플릿에서 만들 수 있습니다). 프로젝트 편집기가 로드되면 파일 목록 상단의 “Upload” 버튼을 클릭하세요. 그런 다음 컴퓨터에서 업로드할 파일을 선택할 수 있습니다. 먼저 "Select from your computer" 버튼을 클릭하여 파일 브라우저를 열거나, Explorer/Finder에서 파일을 업로더로 그냥 드래그 앤 드롭하면 됩니다. 이 애니메이션 GIF는 이를 어떻게 하는지 보여줍니다:

![프로젝트에 여러 파일 업로드하기](/files/dbd244b18b37e5ac825859d85a7ea0024c664b80)

파일 목록 패널 위에 있는 Overleaf 메뉴 아이콘을 클릭하여 프로젝트의 मुख्य 문서도 변경하고 싶을 것입니다.

### git을 사용해 새 프로젝트를 푸시할 수 있나요?

git을 사용하면, 또한 [파일을 git push하기](https://www.overleaf.com/help/230-how-do-i-push-a-new-project-to-overleaf-via-git) Overleaf 프로젝트에 업로드하세요.

### 새 프로젝트를 불러오는 API가 있나요?

저희 [개발자 페이지](https://www.overleaf.com/devs) 웹사이트에서 Overleaf로 직접 가져오려면.


---

# 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/085-i-have-created-a-latex-document-elsewhere-can-i-import-it-into-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.
