# 단위 및 변환

Soulver는 200가지가 넘는 측정 단위와 170개 이상의 통화를 지원하며, 이들 간의 자연어 변환 기능을 제공합니다.

* [단위 변환하기](/ko/undefined/units-and-conversions/units.md) — 단위 간 변환 방법
* [단위 참고](/ko/undefined/units-and-conversions/unit-reference.md) — 지원되는 단위 전체 목록
* [통화 변환하기](/ko/undefined/units-and-conversions/currencies.md) — 실시간 통화 변환
* [통화 참고](/ko/undefined/units-and-conversions/currency-reference.md) — 지원되는 통화 전체 목록
* [환율 계산](/ko/undefined/units-and-conversions/rates.md) — $/시간 또는 km/일과 같은 환율 작업
* [요리 계산](/ko/undefined/units-and-conversions/cooking-and-volume-calculations.md) — 요리를 위한 무게 대 부피 변환


---

# 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.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.
