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

# Kan ik Overleaf gebruiken met EndNote?

Ja, u kunt uw literatuurlijst uit EndNote exporteren voor gebruik in Overleaf. Het geëxporteerde bestand kan rechtstreeks naar uw Overleaf-project worden geüpload of geïmporteerd vanuit een externe bestandsopslagdienst.

## Hoe u een .bib-bestand exporteert uit EndNote

Hier is een handleiding die laat zien [hoe u een `.bib` bestand uit uw EndNote-bibliotheek exporteert](https://library.unimelb.edu.au/recite/reference-management-software/bibtex-and-latex/managing-citations2/endnote). Als u de optie voor exporteren naar BibTeX niet ziet in EndNote, moet u mogelijk de benodigde EndNote-stijl downloaden en installeren [plug-in](http://endnote.com/downloads/style/bibtex-export).

## Hoe u een .bib-bestand aan uw Overleaf-project toevoegt

Nadat uw referenties uit EndNote zijn geëxporteerd, selecteert u het pictogram voor bestandsupload (![UploadIcon.png](/files/bf3e984ea6efa407725ac98d39cd57afe7aac2e7)) om het **Bestanden toevoegen** modaalvenster weer te geven. Het geëxporteerde `.bib` bestand kan aan uw project worden toegevoegd met **Upload** of **Van externe URL**:

![De uploadvensters van Overleaf Bestanden toevoegen](/files/b30b5ded4f8b7accea998ecdd2fbdf95005f0b3b)

### Upload gebruiken

U kunt uw `.bib` bestand slepen en neerzetten in het **Bestanden toevoegen** venster of een bestand kiezen met **selecteer vanaf uw computer**.

**Opmerkingen**:

* Als u het `.bib` bestand rechtstreeks in uw project uploadt, kunt u het vervolgens bewerken met de Overleaf-editor—tenzij het bestand groter is dan de [limiet van 2 MB voor bewerkbare bestanden](https://github.com/ayaka-notes/overleaf-learn-wiki/tree/main/learn-scripts/index.php?title=Kb/What_is_the_maximum_compilation_time,_file_number,_and_project_size_allowed_on_free_vs_paid_plans?\&action=edit\&redlink=1/README.md).
* Als u het `.bib` bestand in Overleaf bewerkt, zijn de referenties van uw project mogelijk niet langer gesynchroniseerd met die in EndNote zijn opgeslagen.

### Externe URL gebruiken

Stel dat u het geëxporteerde `.bib` bestand hebt opgeslagen in een cloudgebaseerde bestandsopslagdienst die rechtstreeks downloaden toestaat—zoals Google Drive. Met **Van externe URL**, kunt u een kopie van het extern gehoste `.bib` bestand in uw Overleaf-project importeren. Voor meer informatie, zie het helpartikel van Overleaf [Hoe kan ik bestanden uploaden vanaf Google Drive?](/latex/nl/kennisbank/051-how-can-i-upload-files-from-google-drive.md)

**Opmerking**:

* Als u het `.bib` via Google Drive of een vergelijkbare bestandsopslagdienst hebt geïmporteerd, kunt u het niet bewerken in Overleaf. U moet het `.bib` bestand buiten Overleaf bijwerken en de geïmporteerde kopie vernieuwen door het `.bib` bestand te selecteren en de **Verversen** knop bovenaan de pagina te kiezen—zie [deze video](https://learn.overleaf.com/learn/Kb/How_can_I_upload_files_from_Google_Drive%3F#Video_showing_Google_Drive_file_upload) voor een demonstratie.

## Het geëxporteerde .bib-bestand gebruiken

Nadat uw bibliografiebestand is geüpload, kunnen verschillende bibliografiepakketten worden gebruikt om de relevante vermeldingen in uw document weer te geven (wanneer u ze citeert). Als voorbeeld gebruiken we vaak de `natbib` package, en de commando's voor `natbib` er als volgt uit:

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

Voor meer informatie over het toevoegen van een literatuurlijst aan uw document, zie deel 2 van onze [Inleiding tot LaTeX](https://www.overleaf.com/blog/9).


---

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