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

# Можно ли делиться файлами (например, .bib и некоторыми графическими файлами) между моими проектами?

Да, вы можете сделать это с помощью **Из другого проекта** опции, расположенной в **Добавить файлы** всплывающем окне:

![Добавление файла из другого проекта](/files/773278457e40b381c09d1de8ebede4ceb87a35af)

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

1. Создайте «родительский» проект, содержащий ваши повторно используемые файлы; например, `.bib`, `.cls`, `.sty`, графику и т. д.
2. В «дочернем» проекте, в котором вы хотите повторно использовать файл, выполните следующую процедуру:

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

  * выберите **Из другого проекта**;
  * в разделе **Выберите проект**, выберите «родительский» проект, содержащий повторно используемые файлы;
  * в разделе **Выберите файл**, выберите нужный файл.

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

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

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

**Примечание**: Любые `.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/ru/baza-znanii/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.
