> 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/getting-started/uploading-external-data.md).

# 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
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/getting-started/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.
