> 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/085-i-have-created-a-latex-document-elsewhere-can-i-import-it-into-overleaf.md).

# Ik heb elders een LaTeX-document gemaakt—kan ik het in Overleaf importeren?

Ja, dat kan. U kunt een nieuw document maken en de tekst uit uw bestaande tex-bestand kopiëren en plakken. Als uw document meerdere bestanden bevat, kunt u ze zippen en het .zip-bestand uploaden met een van de uploadopties op uw [projectendashboard](https://www.overleaf.com/dash) (zie afbeelding hieronder).

![Nieuw project maken vanuit het dashboard door een .zip te uploaden](/files/ffe0864ba1a84f9be002835ad64dd3dd11a1373b)

Als alternatief kunt u eerst een leeg project maken (of er een maken vanuit een sjabloon in de Gallery). Wanneer de projecteditor wordt geladen, klik op de knop “Upload” bovenaan de bestandslijst. Vervolgens kunt u de bestanden selecteren die u vanaf uw computer wilt uploaden, door eerst op de knop "Select from your computer" te klikken om een bestandsbrowser te openen, of door simpelweg bestanden vanuit uw Verkenner/Finder naar de uploader te slepen en neer te zetten. Deze geanimeerde GIF laat zien hoe dit kan worden gedaan:

![Meerdere bestanden uploaden naar een project](/files/85e2be7bc099eff452ba69628806e599402933d5)

U zult waarschijnlijk ook het hoofddocument van het project willen wijzigen door op het Overleaf-menu-icoon boven het paneel met de bestandslijst te klikken.

### Kan ik git gebruiken om een nieuw project te pushen?

Als u git gebruikt, kunt u ook [uw bestanden pushen met git](https://www.overleaf.com/help/230-how-do-i-push-a-new-project-to-overleaf-via-git) naar uw Overleaf-project.

### Is er een API voor het laden van nieuwe projecten?

U kunt ook een van de opties gebruiken die op onze [ontwikkelaarspagina](https://www.overleaf.com/devs) om rechtstreeks vanaf uw website in Overleaf te importeren.


---

# 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/085-i-have-created-a-latex-document-elsewhere-can-i-import-it-into-overleaf.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.
