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

# Kan ik Overleaf gebruiken met Paperpile?

## Bijgewerkt op 13 juli 2022

Sinds deze pagina voor het eerst werd gepubliceerd, heeft Paperpile een nieuwe Overleaf-integratie gelanceerd om schrijfworkflows voor Overleaf- en Paperpile-gebruikers te vereenvoudigen. Bezoek de blogpagina [Hoe u een bibliografie maakt met Overleaf en Paperpile — een stapsgewijze handleiding](https://www.overleaf.com/blog/how-to-create-a-bibliography-using-overleaf-and-paperpile-a-step-by-step) voor de meest actuele informatie.

## Oudere content bewaard uit archiveringsbelang

U kunt uw bibliografie vanuit Paperpile exporteren om deze in Overleaf te gebruiken. Bovendien, als u dit geëxporteerde bestand opslaat op een locatie die directe koppeling toestaat (bijv. Google Drive), is het eenvoudig om het gesynchroniseerd te houden wanneer u nieuwe referenties toevoegt.

### Hoe u uw .bib-bestand uit Paperpile exporteert

Hier is een [korte handleiding](http://forum.paperpile.com/t/how-to-export-a-document-and-citations-to-latex-and-bibtex/784) over hoe u een `.bib` bestand uit uw Paperpile-bibliotheek exporteert.

U kunt uw bibliografie nu toevoegen aan uw Overleaf-projecten zoals hieronder beschreven.

### Hoe u een bibliografie aan uw document toevoegt

Om te beginnen moet u de `.bib` bestand dat u zojuist uit Paperpile hebt geëxporteerd naar Overleaf uploaden via de knop Bestanden uploaden. Als u een cloudgebaseerde documentbeheerdienst zoals Google Drive gebruikt, kunt u dit op een manier doen waarbij de bestanden worden gekoppeld, zodat uw bib-bestand in de toekomst eenvoudig kan worden bijgewerkt—zie [dit helpartikel](/latex/nl/kennisbank/051-how-can-i-upload-files-from-google-drive.md) voor meer details.

Zodra je bibliografiebestand is geüpload, zijn er een aantal bibliografiepakketten die kunnen worden gebruikt om de relevante vermeldingen in je document weer te geven (naarmate je ze citeert). Als voorbeeld gebruiken we vaak het `natbib` package, en de commando's voor `natbib` zien er als volgt uit:

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

Je kunt het bib-bestand ook rechtstreeks bewerken via het bestandenmenu. Voor meer informatie over het toevoegen van een bibliografie aan je document, zie [Deel 2 van onze Intro tot LaTeX-cursus](https://www.overleaf.com/blog/9), of bekijk de [LaTeX Wikiboek](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/nl/kennisbank/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.
