# Allgemein

Grundlegende mathematische Operationen und Funktionen, die Soulver unterstützt.

* [Operatoren](/de/syntax-referenz/general/operators.md) — arithmetische Operatoren, Potenzen und Reihenfolge der Operationen
* [Runden](/de/syntax-referenz/general/number-rounding.md) — Zahlen auf bestimmte Dezimalstellen oder Schritte runden
* [Durchschnitt & Median](/de/syntax-referenz/general/averages-and-median.md) — Durchschnitte und Mediane berechnen
* [Logarithmen & Wurzeln](/de/syntax-referenz/general/logarithms-and-roots.md) — Logarithmen, Quadratwurzeln und n-te Wurzeln
* [Trigonometrie & Konstanten](/de/syntax-referenz/general/trigonometry.md) — trigonometrische Funktionen und mathematische Konstanten
* [Bedingungen](/de/syntax-referenz/general/conditionals-and-comparisons.md) — if-Statements, Vergleiche und boolesche Logik
* [Verschiedenes](/de/syntax-referenz/general/general.md) — zusätzliche Funktionen und Features


---

# 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/general.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.
