# 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: 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/italiano/guida-introduttiva/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.
