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

# Ich habe woanders ein LaTeX-Dokument erstellt – kann ich es in Overleaf importieren?

Ja, das können Sie. Sie können ein neues Dokument erstellen und den Text aus Ihrer vorhandenen TeX-Datei per Kopieren und Einfügen übernehmen. Wenn Ihr Dokument mehrere Dateien enthält, können Sie sie zu einer ZIP-Datei zusammenpacken und die .zip-Datei über eine der Upload-Optionen auf Ihrem [Projekt-Dashboard hochladen](https://www.overleaf.com/dash) (siehe Bild unten).

![Neues Projekt im Dashboard durch Hochladen einer .zip-Datei erstellen](/files/3d8fbbda8d171792e656da98d121d4fd5baeca7b)

Alternativ können Sie zunächst ein leeres Projekt erstellen (oder eines aus einer Vorlage in der Galerie erstellen). Wenn der Projekteditor geladen ist, klicken Sie oben in der Dateiliste auf die Schaltfläche „Hochladen“. Anschließend können Sie die Dateien, die Sie hochladen möchten, von Ihrem Computer auswählen, indem Sie entweder zuerst auf die Schaltfläche „Von Ihrem Computer auswählen“ klicken, um einen Dateibrowser zu öffnen, oder indem Sie Dateien einfach per Drag-and-drop aus Ihrem Explorer/Finder auf den Uploader ziehen. Dieses animierte GIF zeigt, wie das geht:

![Mehrere Dateien in ein Projekt hochladen](/files/cd640c5394abce9bed00779272a216701f35f303)

Sie werden wahrscheinlich auch das Hauptdokument des Projekts ändern wollen, indem Sie auf das Overleaf-Menüsymbol über dem Bereich der Dateiliste klicken.

### Kann ich Git verwenden, um ein neues Projekt zu pushen?

Wenn Sie Git verwenden, können Sie auch [Ihre Dateien per Git pushen](https://www.overleaf.com/help/230-how-do-i-push-a-new-project-to-overleaf-via-git) in Ihr Overleaf-Projekt.

### Gibt es eine API zum Laden neuer Projekte?

Sie können auch eine der auf unserer [Entwicklerseite](https://www.overleaf.com/devs) angegebenen Optionen verwenden, um direkt von Ihrer Website in Overleaf zu importieren.


---

# 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/de/wissensdatenbank/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.
