# 烹饪与体积计算

### 烹饪物质体积与质量转换

如果您知道所用物质的密度，就可以在体积和质量之间进行转换。

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/2alx51j7YQlUVphpm4nF)

此设置会影响体积单位，例如品脱 (pints)、夸脱 (quarts)、加仑 (gallons)、茶匙 (teaspoons)、汤匙 (tablespoons) 和液体盎司 (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/zh/yu-fa-can-kao/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.
