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

# Czy mogę używać Overleaf z Paperpile?

## Aktualizacja z 13 lipca 2022

Odkąd ta strona została opublikowana po raz pierwszy, Paperpile uruchomił nową integrację z Overleaf, aby uprościć procesy pisania dla użytkowników Overleaf i Paperpile. Prosimy odwiedzić stronę bloga [Jak utworzyć bibliografię za pomocą Overleaf i Paperpile — przewodnik krok po kroku](https://www.overleaf.com/blog/how-to-create-a-bibliography-using-overleaf-and-paperpile-a-step-by-step) aby uzyskać najbardziej aktualne informacje.

## Starsza treść zachowana ze względów archiwalnych

Możesz wyeksportować swoją bibliografię z Paperpile, aby używać jej w Overleaf. Ponadto, jeśli zapiszesz ten wyeksportowany plik w lokalizacji umożliwiającej bezpośrednie linkowanie (np. Google Drive), łatwo będzie utrzymać jego synchronizację po dodaniu nowych pozycji.

### Jak wyeksportować plik .bib z Paperpile

Oto [krótki przewodnik](http://forum.paperpile.com/t/how-to-export-a-document-and-citations-to-latex-and-bibtex/784) jak wyeksportować `.bib` plik z Twojej biblioteki Paperpile.

Teraz możesz dodać swoją bibliografię do projektów Overleaf, jak opisano poniżej.

### Jak dodać bibliografię do dokumentu

Przede wszystkim musisz przesłać `.bib` plik, który właśnie wyeksportowałeś z Paperpile do Overleaf, za pomocą przycisku Prześlij pliki. Jeśli korzystasz z chmurowej usługi zarządzania dokumentami, takiej jak Google Drive, możesz to zrobić w sposób, który połączy pliki, aby w przyszłości łatwo aktualizować plik .bib — zobacz [ten artykuł pomocy](/latex/pl/baza-wiedzy/051-how-can-i-upload-files-from-google-drive.md) po więcej szczegółów.

Po przesłaniu pliku bibliografii istnieje wiele pakietów bibliograficznych, których można użyć do wyświetlania odpowiednich pozycji w dokumencie (w miarę ich cytowania). Na przykład często używamy `natbib` pakietu oraz polecenia dla `natbib` wyglądać tak:

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

Możesz także edytować plik bib bezpośrednio w menu plików. Aby uzyskać dodatkowe informacje na temat dodawania bibliografii do dokumentu, zobacz [Część 2 naszego kursu Wprowadzenie do LaTeX](https://www.overleaf.com/blog/9), albo sprawdź [Wikibook o 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/pl/baza-wiedzy/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.
