> For the complete documentation index, see [llms.txt](https://documentation.soulver.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.soulver.app/ko/undefined/units-and-conversions.md).

# 단위 및 변환

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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.soulver.app/ko/undefined/units-and-conversions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
