# 单位与转换

Soulver 支持超过 200 种计量单位和 170 多种货币，并支持它们之间的自然语言转换。

* [单位换算](/zh/yu-fa-can-kao/units-and-conversions/units.md) — 如何在单位之间进行转换
* [单位参考](/zh/yu-fa-can-kao/units-and-conversions/unit-reference.md) — 支持的单位完整列表
* [货币换算](/zh/yu-fa-can-kao/units-and-conversions/currencies.md) — 实时货币兑换
* [货币参考](/zh/yu-fa-can-kao/units-and-conversions/currency-reference.md) — 支持的货币完整列表
* [汇率计算](/zh/yu-fa-can-kao/units-and-conversions/rates.md) — 处理 $/小时 或 km/天 等汇率
* [烹饪计算](/zh/yu-fa-can-kao/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/zh/yu-fa-can-kao/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.
