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

# RefWorks와 함께 Overleaf를 사용할 수 있나요?

네, RefWorks에서 참고문헌 목록을 Overleaf에서 사용하도록 내보낼 수 있습니다. 다음이 필요합니다 [RefWorks에 로그인](https://refworks.proquest.com/), 사용하려는 참고문헌을 선택하고, 파일로 저장된 BibTeX 데이터로 내보내고, `.bib` 확장자가 있습니다.

추가하려면 `.bib` 파일을 Overleaf 프로젝트에:

* [업로드하세요 `.bib` 파일을 수동으로](/latex/ko/knowledge-base/088-including-images-on-overleaf.md) Overleaf 프로젝트에.
* 클라우드 저장소(예: Google Drive)에 저장한 다음, 파일 공유 URL을 사용하여 Overleaf에 업로드하세요.

다음 문서에서는 파일 공유 URL을 사용하여 Overleaf에 파일을 업로드하는 방법을 설명합니다:

* [Google Drive에서 파일을 어떻게 업로드하나요?](/latex/ko/knowledge-base/051-how-can-i-upload-files-from-google-drive.md)
* [외부 URL을 사용하여 파일을 업로드하는 방법](/latex/ko/knowledge-base/081-how-to-upload-a-file-using-an-external-url.md)

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

업로드한 후 `.bib` 파일을, 여러 참고문헌 패키지를 사용하여 참고문헌을 인용하고 참고문헌 목록을 조판할 수 있습니다. 다음 예제는 다음을 보여줍니다 [`natbib` 패키지](https://ctan.org/pkg/natbib?lang=en), 이는 일반적인 선택입니다:

```latex
\documentclass{article}  % 표준 article 클래스를 사용
\usepackage[numbers]{natbib}  % 숫자 인용을 위해 natbib를 불러오기

\begin{document}

다음은 인용 예시입니다 \citep{sample_ref}. % 괄호 안에 참고문헌을 인용

\bibliographystyle{plainnat}  % 참고문헌 스타일 선택
\bibliography{references}  % "references.bib"라는 이름의 .bib 파일 사용

\end{document}
```

## 추가 읽을거리

LaTeX에서 참고문헌 목록을 사용하는 것과 관련된 주제를 더 살펴보고 싶다면, 다음 Overleaf 문서가 도움이 될 수 있습니다:

* [Overleaf에서 참고문헌 목록 사용하기](/latex/ko/knowledge-base/145-using-bibliographies-on-overleaf.md)
* [LaTeX에서 참고문헌 관리](/latex/ko/more-topics/05-bibliography-management-in-latex.md)
* [natbib를 이용한 참고문헌 관리](/latex/ko/references-and-citations/02-bibliography-management-with-natbib.md)
* [biblatex를 이용한 참고문헌 관리](/latex/ko/references-and-citations/03-bibliography-management-with-biblatex.md)
* [BibTeX를 사용한 참고문헌 관리](/latex/ko/references-and-citations/01-bibliography-management-with-bibtex.md)
* [Overleaf 프로젝트에서 참고문헌을 검색하는 방법](/latex/ko/knowledge-base/076-how-to-search-for-references-in-an-overleaf-project.md)
* [Mendeley를 Overleaf 계정에 연결하는 방법](/latex/ko/knowledge-base/070-how-to-link-mendeley-to-your-overleaf-account.md)
* [Zotero를 Overleaf 계정에 연결하는 방법](/latex/ko/knowledge-base/073-how-to-link-zotero-to-your-overleaf-account.md)


---

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