# 요리 계산

### 요리 물질 부피 <> 질량 변환

관련 물질의 밀도를 알면 부피와 질량 간의 변환이 가능합니다.

Soulver는 요리에 일반적으로 사용되는 약 200가지 물질을 포함하고 있습니다.

```
300g 버터 in cups         | 1.32 cup
10 cups 올리브 오일 in grams  | 2,160 g
100g 누텔라 in tablespoons | 5.37 tbsp
```

### 측정 시스템

부피 단위는 어느 국가에 거주하느냐에 따라 정의가 다릅니다. Soulver는 세 가지 측정 시스템을 지원합니다:

* US Customary (기본값),
* Imperial
* Metric

![지역 기본 설정에서 원하는 측정 시스템 선택하기](/files/O6smhGhvoCV8XFoiRMAR)

이 설정은 파인트, 쿼트, 갤런, 티스푼, 테이블스푼, 액체 온스(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/ko/undefined/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.
