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

# 複数のプロジェクト間でファイル（例：.bibや一部の図）を共有できますか？

はい、これを使って行えます **別のプロジェクトから** の中にあるオプション **ファイルを追加** ポップアップウィンドウ：

![他のプロジェクトからファイルを追加](/files/19a963ee88ec33de4695737ba3503404c2c2a031)

複数のプロジェクトで同じファイルを（定期的に）使いたい場合は、次のような構成にすると便利です：

1. 再利用するファイルを含む「親」プロジェクトを作成します。例： `.bib`, `.cls`, `.sty`、画像など
2. ファイルを再利用したい「子」プロジェクト内では、次の手順に従います：

* 「ファイルをアップロード」ボタン（![UploadIcon.png](/files/f578eeca91851f0cb1aebec83f12b1c799fc8c51)）をファイル一覧パネルの上部でクリックします。Overleaf は **ファイルを追加** ポップアップウィンドウを表示します。ここでは、次の操作を行います：

  * 選択 **別のプロジェクトから**;
  * の下で **プロジェクトを選択**で、再利用するファイルを含む「親」プロジェクトを選択します；
  * の下で **ファイルを選択**で、必要なファイルを選択します。

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

これで *使って* 「子」プロジェクト内のリンクされたファイルを *編集することはできません*。 「子」プロジェクト内のリンクされたファイルは編集できませんが、親プロジェクト内の元のファイルを変更した場合は更新（再読み込み）できます：

* 「子」プロジェクト内のリンクされたファイルをクリックします；
* 選択 **更新** 変更を取り込みます。

**注**：いずれの `.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/ja/narejjibsu/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.
