> For the complete documentation index, see [llms.txt](https://docs.mnspro.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mnspro.cloud/benutzerinnen-und-benutzer/portal.mnspro.cloud/dashboard/meine-dokumente/ein-dokument-hochladt.md).

# Ein Dokument hochlädt

Um ein Dokument von einem lokalen Speicherort hochzuladen, klicken Sie auf die Schaltfläche „Hochladen“ (s. Abb. 20). Im anschließenden Fenster betätigen sie die Schaltfläche „Auswählen“. Navigieren Sie in dem Fenster, das sich daraufhin öffnet

(s. Abb. 20), zu der Datei, die Sie hochladen möchten. Wählen Sie die Datei mit einem Mausklick aus. Betätigen Sie die Schaltfläche „Öffnen“. Jetzt wird die Datei ausgewählt und im Kontrollfenster „Hochladen“ angezeigt. Wenn Sie mehrere Dateien hochladen möchten, können Sie jetzt wieder auf „Auswählen“ klicken und weitere Dateien hinzufügen. Sind alle Dateien ausgewählt bestätigen Sie im Kontrollfenster den Button „Hochladen“ und Ihre Dateien werden in den Cloudspeicher hochgeladen!

Das Hochladen kann je nach Dateigröße einige Zeit in Anspruch nehmen. Anschließend sehen Sie die hochgeladene Datei in der Liste der Dokumente.

<figure><img src="/files/vUbdM8QFIUCwcdEcGVEv" alt=""><figcaption><p><strong>Abbildung 20: Datei hochladen</strong></p></figcaption></figure>

Beachten Sie, dass Sie nur einzelne Dateien hochladen können! Es besteht nicht die Möglichkeit einen ganzen Ordner hochzuladen! Sie können allerdings mehrere Dateien markieren und diese dann in einen entsprechenden Ordner hochladen!


---

# 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://docs.mnspro.cloud/benutzerinnen-und-benutzer/portal.mnspro.cloud/dashboard/meine-dokumente/ein-dokument-hochladt.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.
