# General

Core mathematical operations and functions supported in Soulver.

* [Operators](https://documentation.soulver.app/syntax-reference/general/operators) — arithmetic operators, exponents, and order of operations
* [Rounding](https://documentation.soulver.app/syntax-reference/general/number-rounding) — round numbers to specific decimal places or increments
* [Averages & Median](https://documentation.soulver.app/syntax-reference/general/averages-and-median) — calculate averages and medians
* [Logarithms & Roots](https://documentation.soulver.app/syntax-reference/general/logarithms-and-roots) — logarithms, square roots, and nth roots
* [Trigonometry & Constants](https://documentation.soulver.app/syntax-reference/general/trigonometry) — trigonometric functions and mathematical constants
* [Conditionals](https://documentation.soulver.app/syntax-reference/general/conditionals-and-comparisons) — if statements, comparisons, and boolean logic
* [Miscellaneous](https://documentation.soulver.app/syntax-reference/general/general) — additional functions and 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/syntax-reference/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.
