# Syntax-Referenz

- [Allgemein](https://documentation.soulver.app/de/syntax-referenz/general.md)
- [Operatoren](https://documentation.soulver.app/de/syntax-referenz/general/operators.md)
- [Rundung](https://documentation.soulver.app/de/syntax-referenz/general/number-rounding.md)
- [Durchschnitte & Median](https://documentation.soulver.app/de/syntax-referenz/general/averages-and-median.md)
- [Logarithmen & Wurzeln](https://documentation.soulver.app/de/syntax-referenz/general/logarithms-and-roots.md)
- [Trigonometrie & Konstanten](https://documentation.soulver.app/de/syntax-referenz/general/trigonometry.md)
- [Bedingungen](https://documentation.soulver.app/de/syntax-referenz/general/conditionals-and-comparisons.md): Wie viele Programmiersprachen unterstützt Soulver Bedingungen (manchmal auch „if-Anweisungen“ genannt).
- [Verschiedenes](https://documentation.soulver.app/de/syntax-referenz/general/general.md)
- [Prozentzahlen](https://documentation.soulver.app/de/syntax-referenz/percentages.md): Weil wer sich erinnern kann, ob es Multiplikation oder Division ist?
- [Einheiten & Umrechnungen](https://documentation.soulver.app/de/syntax-referenz/units-and-conversions.md)
- [Einheiten umrechnen](https://documentation.soulver.app/de/syntax-referenz/units-and-conversions/units.md)
- [Einheiten-Referenz](https://documentation.soulver.app/de/syntax-referenz/units-and-conversions/unit-reference.md): Soulver unterstützt über 200 gängige Maßeinheiten.
- [Währungen umrechnen](https://documentation.soulver.app/de/syntax-referenz/units-and-conversions/currencies.md)
- [Währungs-Referenz](https://documentation.soulver.app/de/syntax-referenz/units-and-conversions/currency-reference.md): Soulver unterstützt mehr als 190 reale Währungen, Kryptowährungen und Rohstoffe
- [Kursberechnungen](https://documentation.soulver.app/de/syntax-referenz/units-and-conversions/rates.md): Behandlung von Einheitsraten
- [Kochberechnungen](https://documentation.soulver.app/de/syntax-referenz/units-and-conversions/cooking-and-volume-calculations.md)
- [Daten](https://documentation.soulver.app/de/syntax-referenz/dates.md)
- [Kalenderberechnungen](https://documentation.soulver.app/de/syntax-referenz/dates/dates-and-times.md): Nicht mehr Tage auf einem Kalender zählen!
- [Werktage & Wochentage](https://documentation.soulver.app/de/syntax-referenz/dates/workdays-and-weekdays.md)
- [Zeitstempel & ISO8601](https://documentation.soulver.app/de/syntax-referenz/dates/timestamps-and-iso8601.md)
- [Zeit](https://documentation.soulver.app/de/syntax-referenz/time.md)
- [Zeitzonen-Umrechnungen](https://documentation.soulver.app/de/syntax-referenz/time/time-zones-and-cities.md)
- [Zeitformate](https://documentation.soulver.app/de/syntax-referenz/time/timespans-and-laptimes.md)
- [Uhrzeitberechnungen](https://documentation.soulver.app/de/syntax-referenz/time/clock-time-calculations.md)
- [Video-Zeitcode & Bildraten](https://documentation.soulver.app/de/syntax-referenz/time/video-timecode-and-frame-rates.md)
- [Geld & Finanzen](https://documentation.soulver.app/de/syntax-referenz/money-and-finance.md)
- [Zinseszins & Investitionen](https://documentation.soulver.app/de/syntax-referenz/money-and-finance/investments.md): Nützliche Funktionen für die Arbeit mit Investitionen & Zinseszins
- [Hypotheken-/Darlehensrückzahlungen](https://documentation.soulver.app/de/syntax-referenz/money-and-finance/mortgages.md): Nützliche Funktionen zur Rückzahlung von Bankdarlehen
- [Verkaufssteuer](https://documentation.soulver.app/de/syntax-referenz/money-and-finance/sales-tax.md): Umsatzsteuer, Mehrwertsteuer usw.
- [Inflationsberechnungen](https://documentation.soulver.app/de/syntax-referenz/money-and-finance/inflation-calculations.md)
- [Basen & Bitweise](https://documentation.soulver.app/de/syntax-referenz/bases-and-bitwise.md)
- [Überschriften & Kommentare](https://documentation.soulver.app/de/syntax-referenz/headings-and-comments.md)
- [Großzahl-Symbole](https://documentation.soulver.app/de/syntax-referenz/large-number-symbols.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/de/syntax-referenz.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.
