# Единицы и преобразования

Soulver поддерживает более 200 единиц измерения и 170+ валют, с естественно-языковым преобразованием между ними.

* [Преобразование единиц](/ru/spravochnik-po-sintaksisu/units-and-conversions/units.md) — как конвертировать между единицами
* [Справочник единиц](/ru/spravochnik-po-sintaksisu/units-and-conversions/unit-reference.md) — полный список поддерживаемых единиц
* [Конвертация валют](/ru/spravochnik-po-sintaksisu/units-and-conversions/currencies.md) — живые курсы валют
* [Справочник валют](/ru/spravochnik-po-sintaksisu/units-and-conversions/currency-reference.md) — полный список поддерживаемых валют
* [Расчёт ставок](/ru/spravochnik-po-sintaksisu/units-and-conversions/rates.md) — работа со ставками вроде $/час или км/день
* [Кулинарные расчёты](/ru/spravochnik-po-sintaksisu/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/ru/spravochnik-po-sintaksisu/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.
