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

# Чи можу я ділитися файлами (наприклад, .bib і деякими графіками) між своїми проєктами?

Так, ви можете зробити це за допомогою **З іншого проєкту** параметра, що знаходиться в **Додати файли** спливаючому вікні:

![Додавання файлу з іншого проєкту](/files/d01d6d4e3ceca246ad213d072d57a199d9411ad5)

Якщо ви хочете (регулярно) використовувати одні й ті самі файли в кількох проєктах, вам може бути зручно скористатися такою схемою:

1. Створіть «батьківський» проєкт, що містить ваші файли для повторного використання; наприклад, `.bib`, `.cls`, `.sty`, графіка тощо.
2. У «дочірньому» проєкті, в якому ви хочете повторно використати файл, виконайте таку процедуру:

* натисніть кнопку «Завантажити файли» (![UploadIcon.png](/files/d78128096c3be73d6773d60867dc5b12bbb64e9b)) у верхній частині панелі списку файлів. Overleaf відображає **Додати файли** спливаюче вікно. Тут вам потрібно виконати таке:

  * виберіть **З іншого проєкту**;
  * у **Виберіть проєкт**, виберіть «батьківський» проєкт, що містить файли для повторного використання;
  * у **Виберіть файл**, виберіть потрібний вам файл.

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

Тепер ви зможете *використовуєте* використовувати пов’язаний файл у вашому «дочірньому» проєкті, але ви *не зможете редагувати його*. Хоча пов’язані файли в «дочірніх» проєктах не можна редагувати, їх можна оновити (оновити стан), якщо ви змінили оригінальну копію файлу(ів) у батьківському проєкті:

* натисніть на пов’язаний файл у «дочірньому» проєкті;
* виберіть **Оновити** щоб підтягнути зміни.

**Примітка**: Будь-які `.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/uk/baza-znan/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.
