> 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/017-can-i-use-overleaf-with-paperpile.md).

# Paperpile과 함께 Overleaf를 사용할 수 있나요?

## 2022년 7월 13일 업데이트

이 페이지가 처음 게시된 이후, Paperpile은 Overleaf와 Paperpile 사용자의 작성 워크플로를 간소화하기 위해 새로운 Overleaf 통합 기능을 출시했습니다. 블로그 페이지를 방문해 주세요 [Overleaf와 Paperpile을 사용하여 참고문헌을 만드는 방법 — 단계별 가이드](https://www.overleaf.com/blog/how-to-create-a-bibliography-using-overleaf-and-paperpile-a-step-by-step) 가장 최신 정보를 확인하려면.

## 아카이브 목적으로 보존된 이전 콘텐츠

Paperpile에서 참고문헌을 내보내 Overleaf에서 사용할 수 있습니다. 또한 이 내보낸 파일을 직접 연결이 가능한 위치(예: Google Drive)에 저장하면, 새 참고문헌을 추가할 때 쉽게 동기화 상태를 유지할 수 있습니다.

### Paperpile에서 .bib 파일을 내보내는 방법

다음은 [간단한 가이드](http://forum.paperpile.com/t/how-to-export-a-document-and-citations-to-latex-and-bibtex/784) 내보내는 방법에 대한 `.bib` Paperpile 라이브러리의 파일입니다.

이제 아래 설명에 따라 Overleaf 프로젝트에 참고문헌을 추가할 수 있습니다.

### 문서에 참고문헌을 추가하는 방법

먼저 업로드해야 합니다 `.bib` 방금 Paperpile에서 내보낸 파일을 Upload Files 버튼을 통해 Overleaf에 업로드해야 합니다. Google Drive와 같은 클라우드 기반 문서 관리 서비스를 사용하는 경우, 이후 bib 파일을 쉽게 업데이트할 수 있도록 파일을 연결하는 방식으로 이 작업을 할 수 있습니다—참조하세요 [이 도움말 문서](/latex/ko/knowledge-base/051-how-can-i-upload-files-from-google-drive.md) 자세한 내용은.

참고문헌 파일을 업로드한 후에는, 문서에서 관련 항목을 표시하는 데 사용할 수 있는 여러 참고문헌 패키지가 있습니다(인용할 때). 예를 들어, 우리는 종종 `natbib` 패키지를 사용하며, 이를 위한 명령어는 `natbib` 다음과 같습니다:

```latex
...
\usepackage{natbib}
...
\begin{document}
...
\bibliographystyle{plainnat}
\bibliography{name-of-your-bib-file-here}
\end{document}
```

또한 파일 메뉴를 통해 bib 파일을 직접 편집할 수도 있습니다. 문서에 참고문헌을 추가하는 방법에 대한 추가 정보는 [LaTeX 입문 과정 2부](https://www.overleaf.com/blog/9), 또는 [LaTeX 위키북](http://en.wikibooks.org/wiki/LaTeX/Bibliography_Management).


---

# 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/017-can-i-use-overleaf-with-paperpile.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.
