# Cálculos de cocina

### Conversiones de volumen <> masa de sustancias de cocina

Es posible convertir entre volumen y masa si se conoce la densidad de la sustancia involucrada.

Soulver incluye alrededor de 200 sustancias comúnmente utilizadas para cocinar.

```
300g butter in cups         | 1.32 cup
10 cups olive oil in grams  | 2,160 g
100g nutella in tablespoons | 5.37 tbsp
```

### Sistemas de medición

Las unidades de volumen tienen diferentes definiciones dependiendo del país en el que te encuentres. Soulver admite tres sistemas de medición:

* US Customary (el predeterminado),
* Imperial
* Métrico

![Elige tu sistema de medición preferido en las preferencias de Región](/files/t5eAZVp7vfSD0nxignLO)

Esta configuración afecta a las unidades de volumen, como pintas, cuartos, galones, cucharaditas, cucharadas y onzas líquidas (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/es/referencia-de-sintaxis/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.
