# General

Operaciones y funciones matemáticas principales soportadas en Soulver.

* [Operators](/es/referencia-de-sintaxis/general/operators.md) — operadores aritméticos, exponentes y orden de las operaciones
* [Rounding](/es/referencia-de-sintaxis/general/number-rounding.md) — redondear números a decimales o incrementos específicos
* [Averages & Median](/es/referencia-de-sintaxis/general/averages-and-median.md) — calcular promedios y medianas
* [Logarithms & Roots](/es/referencia-de-sintaxis/general/logarithms-and-roots.md) — logaritmos, raíces cuadradas y raíces n-ésimas
* [Trigonometry & Constants](/es/referencia-de-sintaxis/general/trigonometry.md) — funciones trigonométricas y constantes matemáticas
* [Conditionals](/es/referencia-de-sintaxis/general/conditionals-and-comparisons.md) — sentencias if, comparaciones y lógica booleana
* [Miscellaneous](/es/referencia-de-sintaxis/general/general.md) — funciones y características adicionales


---

# 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/es/referencia-de-sintaxis/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.
