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

# Bisakah saya membagikan file (mis. .bib dan beberapa grafik) di seluruh proyek saya?

Ya, Anda dapat melakukannya menggunakan **Dari Proyek Lain** opsi yang terletak di dalam **Add Files** jendela pop-up:

![Menambahkan file dari proyek lain](/files/56ba147c05567e733bf33c8be377ea39f9edfcd3)

Jika Anda ingin menggunakan file yang sama (secara rutin) di beberapa proyek, mungkin akan lebih praktis menggunakan pengaturan berikut:

1. Buat proyek “induk” yang berisi file-file yang dapat digunakan kembali; misalnya, `.bib`, `.cls`, `.sty`, grafis, dll.
2. Di dalam proyek “anak”, tempat Anda ingin menggunakan kembali file, ikuti prosedur ini:

* klik tombol “Unggah file” (![UploadIcon.png](/files/77f19e216f86d409e4c5620f1da401500424fe9e)) di bagian atas panel daftar file. Overleaf menampilkan **Add Files** jendela pop-up. Di sini, Anda perlu melakukan hal berikut:

  * pilih **Dari Proyek Lain**;
  * di bawah **Pilih Proyek**, pilih proyek “induk” yang berisi file-file yang dapat digunakan kembali;
  * di bawah **Pilih File**, pilih file yang Anda butuhkan.

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

Sekarang Anda akan dapat *gunakan* file yang tertaut di dalam proyek “anak” Anda, tetapi Anda akan *tidak dapat mengeditnya*. Meskipun file tertaut dalam proyek “anak” tidak dapat diedit, file tersebut dapat diperbarui (disegarkan) jika Anda telah memodifikasi salinan asli file di proyek induk:

* klik file yang tertaut di proyek “anak”;
* pilih **Segarkan** untuk menarik perubahan.

**Catatan**: Setiap `.tex` file yang diimpor menggunakan **Dari Proyek Lain** tidak dapat ditetapkan sebagai file utama untuk mengompilasi proyek “anak”.&#x20;


---

# 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/id/basis-pengetahuan/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.
