> 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/009-can-i-share-files-e.g.-.bib-and-some-graphics-across-my-projects.md).

# 내 프로젝트들 사이에서 파일(예: .bib 및 일부 그래픽)을 공유할 수 있나요?

네, 다음을 사용하여 이 작업을 할 수 있습니다 **다른 프로젝트에서** 안에 있는 옵션 **파일 추가** 팝업 창:

![다른 프로젝트에서 파일 추가](/files/10308a30011709c7db182e0ea3f5ec3e2265fa99)

여러 프로젝트에서 동일한 파일을 (정기적으로) 사용하고 싶다면 다음과 같은 구성을 사용하는 것이 편리할 수 있습니다:

1. 재사용할 파일을 포함하는 “상위” 프로젝트를 만드세요. 예를 들어, `.bib`, `.cls`, `.sty`, 그래픽 등.
2. 파일을 재사용하려는 “하위” 프로젝트에서는 다음 절차를 따르세요:

* “파일 업로드” 버튼(![UploadIcon.png](/files/39b637c883c2cc64d9210ead5eda2b635d48a8dc)) 파일 목록 패널 상단에 있습니다. Overleaf가 다음을 표시합니다 **파일 추가** 팝업 창이 표시됩니다. 여기서 다음을 수행해야 합니다:

  * 선택 **다른 프로젝트에서**;
  * 아래에서 **프로젝트 선택**, 재사용할 파일이 들어 있는 “상위” 프로젝트를 선택하세요;
  * 아래에서 **파일 선택**, 필요한 파일을 선택하세요.

  ![Uploading a file from another Overleaf project](/files/fae41f9579b70660f68643a5b7a812241cc23fc8).

이제 다음을 할 수 있습니다 *사용할* “하위” 프로젝트 내의 연결된 파일을 사용할 수 있지만, *편집할 수는 없습니다*. “하위” 프로젝트의 연결된 파일은 편집할 수 없지만, 상위 프로젝트의 원본 파일을 수정한 경우 업데이트(새로고침)할 수 있습니다:

* “하위” 프로젝트의 연결된 파일을 클릭하세요;
* 선택 **새로 고침** 변경 사항을 가져오려면.

**참고**: 모든 `.tex` 다음을 사용해 가져온 파일은 **다른 프로젝트에서** “하위” 프로젝트를 컴파일할 때 메인 파일로 설정할 수 없습니다.


---

# 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/009-can-i-share-files-e.g.-.bib-and-some-graphics-across-my-projects.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.
