# 単位と換算

Soulver supports more than 200 units of measurement and 170+ currencies, with natural language conversion between them.

* [Converting Units](/ja/rifarensu/units-and-conversions/units.md) — how to convert between units
* [Unit Reference](/ja/rifarensu/units-and-conversions/unit-reference.md) — full list of supported units
* [Converting Currencies](/ja/rifarensu/units-and-conversions/currencies.md) — live currency conversions
* [Currency Reference](/ja/rifarensu/units-and-conversions/currency-reference.md) — full list of supported currencies
* [Rate Calculations](/ja/rifarensu/units-and-conversions/rates.md) — working with rates like $/hour or km/day
* [Cooking Calculations](/ja/rifarensu/units-and-conversions/cooking-and-volume-calculations.md) — weight-to-volume conversions for cooking


---

# 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/ja/rifarensu/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.
