# Расчеты для кулинарии

### Конвертация объема и массы кулинарных субстанций

Возможно преобразование между объемом и массой, если вы знаете плотность используемой субстанции.

Soulver включает около 200 субстанций, часто используемых для приготовления пищи.

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

### Системы измерения

Единицы объема имеют разные определения в зависимости от страны. Soulver поддерживает три системы измерений:

* US Customary (по умолчанию),
* Imperial
* Metric

![Выберите предпочитаемую систему измерения в настройках региона](/files/cYZSl90sds4qwYSxWncd)

Эта настройка влияет на единицы объема, такие как пинты, кварты, галлоны, чайные ложки, столовые ложки и жидкие унции (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/ru/spravochnik-po-sintaksisu/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.
