> For the complete documentation index, see [llms.txt](https://water-strategy.gitbook.io/waterstrategy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://water-strategy.gitbook.io/waterstrategy/deutsch/erste-schritte/uploading-external-data.md).

# Externe Daten hochladen

In WaterStrategy haben Benutzer die Flexibilität, große und komplexe Datensätze effizienter zu verwalten, indem sie Daten aus externen Dateien laden als [**DataFrame-Parameter**](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/dataframe-parameter) Verwenden Sie das Schlüsselwort „url“, anstatt alle Daten direkt in die Schnittstelle einzubetten. Zu den Dateiformaten gehören:

* CSV
* Excel
* HDF 5

<mark style="background-color:purple;">Hinweis:</mark> Unter den vorherigen Optionen haben Excel-Dateien die langsamste Leistung, während HDF5-Dateien die beste Leistung haben und für große Datensätze bevorzugt werden.

Um eine Datei in WaterStrategy hochzuladen, navigieren Sie zu Ihrem **Projekt** und klicken Sie auf den Tab Dateien. Klicken Sie von dort aus auf **Wählen Sie Dateien** und wählen Sie die Datei aus, die Sie hochladen möchten, und klicken Sie auf <img src="/files/xrzh2gVlFys7EIV0ACPO" alt="" data-size="line">.

Dadurch wird die Datei zu Ihrem Projekt hinzugefügt, sodass sie in allen Netzwerken innerhalb des Projekts verwendet werden kann.

<figure><img src="/files/ziyCUDyBifYwr4iyr41K" alt="" width="563"><figcaption></figcaption></figure>

Sobald die Dateien hochgeladen wurden, werden sie im **Dateien** Tab in Ihrem Projekt. Von dort aus können Sie sie einfach anzeigen, verwalten und in allen Netzwerken des Projekts teilen.

<figure><img src="/files/59gbCX2W416F6aEPrHUI" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://water-strategy.gitbook.io/waterstrategy/deutsch/erste-schritte/uploading-external-data.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.
