# Uploading External Data

In WaterStrategy, users have the flexibility to manage large and complex datasets more efficiently by loading data from external files as [**DataFrameParameter**](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/dataframe-parameter) using the "url" keyword, rather than embedding all the data directly into the interface. The file formats include:

* CSV
* Excel
* HDF5

<mark style="background-color:purple;">Note:</mark> Among the previous options, Excel files have the slowest performance while HDF5 files have the best performance and are preferred for large datasets.

To upload a file in WaterStrategy, navigate to your **project** and click on the Files tab. From there, click  **Choose Files** and select the file you want to upload and click <img src="/files/Nzkn4gllzwTQkcOVLRRH" alt="" data-size="line">.&#x20;

This will add the file to your project, making it available for use across all networks within the project.

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

Once the files have been uploaded, they will be displayed in the **Files** tab within your project. From there, you can easily view, manage, and share them across all networks in the project.

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


---

# Agent Instructions: 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:

```
GET https://water-strategy.gitbook.io/waterstrategy/getting-started/uploading-external-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
