> 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/017-can-i-use-overleaf-with-paperpile.md).

# Чи можу я використовувати Overleaf із Paperpile?

## Оновлено 13 липня 2022

Відтоді, як цю сторінку було вперше опубліковано, Paperpile запустив нову інтеграцію з Overleaf, щоб спростити робочі процеси написання для користувачів Overleaf і Paperpile. Будь ласка, відвідайте сторінку блогу [Як створити бібліографію за допомогою Overleaf і Paperpile — покроковий посібник](https://www.overleaf.com/blog/how-to-create-a-bibliography-using-overleaf-and-paperpile-a-step-by-step) щоб отримати найактуальнішу інформацію.

## Старіший вміст, збережений з архівною метою

Ви можете експортувати свою бібліографію з Paperpile для використання в Overleaf. Крім того, якщо ви збережете цей експортований файл у місці, що дозволяє пряме посилання (наприклад, Google Drive), його легко синхронізувати, коли ви додаєте нові бібліографічні записи.

### Як експортувати файл .bib з Paperpile

Ось [короткий посібник](http://forum.paperpile.com/t/how-to-export-a-document-and-citations-to-latex-and-bibtex/784) про те, як експортувати `.bib` файл із вашої бібліотеки Paperpile.

Тепер ви можете додати свою бібліографію до проєктів Overleaf, як описано нижче.

### Як додати бібліографію до вашого документа

Перш за все, вам потрібно завантажити `.bib` файл, який ви щойно експортували з Paperpile, до Overleaf за допомогою кнопки Upload Files. Якщо ви користуєтеся хмарним сервісом керування документами, таким як Google Drive, ви можете зробити це так, щоб файли були пов’язані для легкого оновлення вашого bib-файлу в майбутньому — див. [цю довідкову статтю](/latex/uk/baza-znan/051-how-can-i-upload-files-from-google-drive.md) для отримання додаткових відомостей.

Після того як ваш файл бібліографії буде завантажено, існує низка бібліографічних пакетів, які можна використовувати для відображення відповідних записів у вашому документі (коли ви їх цитуєте). Наприклад, ми часто використовуємо `natbib` пакет, а команди для `natbib` виглядає так:

```latex
...
\usepackage{natbib}
...
\begin{document}
...
\bibliographystyle{plainnat}
\bibliography{name-of-your-bib-file-here}
\end{document}
```

Ви також можете редагувати bib-файл безпосередньо через меню файлів. Для отримання додаткової інформації про додавання бібліографії до вашого документа див. [Частину 2 нашого курсу «Вступ до LaTeX»](https://www.overleaf.com/blog/9), або перегляньте [Wikibook з LaTeX](http://en.wikibooks.org/wiki/LaTeX/Bibliography_Management).


---

# 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/017-can-i-use-overleaf-with-paperpile.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.
