> 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/italiano/guida-introduttiva/uploading-external-data.md).

# Caricamento di dati esterni

In WaterStrategy, gli utenti hanno la flessibilità di gestire set di dati grandi e complessi in modo più efficiente caricando i dati da file esterni come [**Parametro Dataframe**](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/dataframe-parameter) utilizzando la parola chiave «url», anziché incorporare tutti i dati direttamente nell'interfaccia. I formati di file includono:

* CSV
* Excel
* HDF5

<mark style="background-color:purple;">Nota:</mark> Tra le opzioni precedenti, i file Excel hanno le prestazioni più lente mentre i file HDF5 hanno le prestazioni migliori e sono preferiti per set di dati di grandi dimensioni.

Per caricare un file in WaterStrategy, vai al tuo **progetto** e fai clic sulla scheda File. Da lì, fai clic **Scegli i file** e seleziona il file che desideri caricare e fai clic su <img src="/files/lT00WrmUyMJeJEoNIQZ8" alt="" data-size="line">.

Questo aggiungerà il file al tuo progetto, rendendolo disponibile per l'uso su tutte le reti all'interno del progetto.

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

Una volta caricati, i file verranno visualizzati nella **File** scheda all'interno del progetto. Da lì, puoi visualizzarli, gestirli e condividerli facilmente su tutte le reti del progetto.

<figure><img src="/files/g6Gq6WvyyXOYTM2jYPql" 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/italiano/guida-introduttiva/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.
