# Calcoli Cucina

### Conversione volume <> massa delle sostanze alimentari

È possibile convertire tra volume e massa se si conosce la densità della sostanza coinvolta.

Soulver include circa 200 sostanze comunemente utilizzate per cucinare.

```
300g di burro in tazze         | 1.32 tazza
10 tazze di olio d'oliva in grammi  | 2.160 g
100g di nutella in cucchiai da tavola | 5.37 cucchiai da tavola
```

### Sistemi di misurazione

Le unità di volume hanno definizioni diverse a seconda del paese in cui ci si trova. Soulver supporta tre sistemi di misurazione:

* US Customary (il predefinito),
* Imperial
* Metrico

![Scegliere il sistema di misurazione preferito dalle preferenze di Regione](/files/XURqz1cIPd7EioaxiGEa)

Questa impostazione influisce sulle unità di volume, come pint, quarti, galloni, cucchiaini e cucchiai da cucina (fl oz).


---

# 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://documentation.soulver.app/it/riferimento-sintassi/units-and-conversions/cooking-and-volume-calculations.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.
