> For the complete documentation index, see [llms.txt](https://documentation.soulver.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.soulver.app/es/referencia-de-sintaxis.md).

# Referencia de sintaxis

- [General](https://documentation.soulver.app/es/referencia-de-sintaxis/general.md)
- [Operadores](https://documentation.soulver.app/es/referencia-de-sintaxis/general/operators.md)
- [Redondeo](https://documentation.soulver.app/es/referencia-de-sintaxis/general/number-rounding.md)
- [Promedios y mediana](https://documentation.soulver.app/es/referencia-de-sintaxis/general/averages-and-median.md)
- [Logaritmos y raíces](https://documentation.soulver.app/es/referencia-de-sintaxis/general/logarithms-and-roots.md)
- [Trigonometría y constantes](https://documentation.soulver.app/es/referencia-de-sintaxis/general/trigonometry.md)
- [Condicionales](https://documentation.soulver.app/es/referencia-de-sintaxis/general/conditionals-and-comparisons.md): Al igual que muchos lenguajes de programación, Soulver admite condicionales (a veces llamados "sentencias if").
- [Misceláneos](https://documentation.soulver.app/es/referencia-de-sintaxis/general/general.md)
- [Porcentajes](https://documentation.soulver.app/es/referencia-de-sintaxis/percentages.md): ¿Quién puede recordar si es multiplicar o dividir?
- [Unidades y conversiones](https://documentation.soulver.app/es/referencia-de-sintaxis/units-and-conversions.md)
- [Conversión de unidades](https://documentation.soulver.app/es/referencia-de-sintaxis/units-and-conversions/units.md)
- [Referencia de unidades](https://documentation.soulver.app/es/referencia-de-sintaxis/units-and-conversions/unit-reference.md): Soulver soporta más de 200 unidades de medida comunes.
- [Conversión de divisas](https://documentation.soulver.app/es/referencia-de-sintaxis/units-and-conversions/currencies.md)
- [Referencia de divisas](https://documentation.soulver.app/es/referencia-de-sintaxis/units-and-conversions/currency-reference.md): Soulver soporta más de 190 monedas del mundo real, criptomonedas y materias primas
- [Cálculos de tasas](https://documentation.soulver.app/es/referencia-de-sintaxis/units-and-conversions/rates.md): Manejo de tasas de primera categoría
- [Cálculos de cocina](https://documentation.soulver.app/es/referencia-de-sintaxis/units-and-conversions/cooking-and-volume-calculations.md)
- [Fechas](https://documentation.soulver.app/es/referencia-de-sintaxis/dates.md)
- [Cálculos de calendario](https://documentation.soulver.app/es/referencia-de-sintaxis/dates/dates-and-times.md): ¡No más contar días en un calendario!
- [Días laborables y días de la semana](https://documentation.soulver.app/es/referencia-de-sintaxis/dates/workdays-and-weekdays.md)
- [Marcas de tiempo e ISO8601](https://documentation.soulver.app/es/referencia-de-sintaxis/dates/timestamps-and-iso8601.md)
- [Tiempo](https://documentation.soulver.app/es/referencia-de-sintaxis/time.md)
- [Conversiones de zona horaria](https://documentation.soulver.app/es/referencia-de-sintaxis/time/time-zones-and-cities.md)
- [Formatos de tiempo](https://documentation.soulver.app/es/referencia-de-sintaxis/time/timespans-and-laptimes.md)
- [Cálculos de hora del reloj](https://documentation.soulver.app/es/referencia-de-sintaxis/time/clock-time-calculations.md)
- [Timecode de video y tasas de fotogramas](https://documentation.soulver.app/es/referencia-de-sintaxis/time/video-timecode-and-frame-rates.md)
- [Dinero y finanzas](https://documentation.soulver.app/es/referencia-de-sintaxis/money-and-finance.md)
- [Intereses compuestos e inversiones](https://documentation.soulver.app/es/referencia-de-sintaxis/money-and-finance/investments.md): Funciones útiles para trabajar con inversiones e interés compuesto
- [Amortizaciones de hipotecas/préstamos](https://documentation.soulver.app/es/referencia-de-sintaxis/money-and-finance/mortgages.md): Funciones útiles para pagar préstamos bancarios
- [Impuesto sobre las ventas](https://documentation.soulver.app/es/referencia-de-sintaxis/money-and-finance/sales-tax.md): Impuesto sobre ventas, IVA, etc
- [Cálculos de inflación](https://documentation.soulver.app/es/referencia-de-sintaxis/money-and-finance/inflation-calculations.md)
- [Bases y bit a bit](https://documentation.soulver.app/es/referencia-de-sintaxis/bases-and-bitwise.md)
- [Encabezados y comentarios](https://documentation.soulver.app/es/referencia-de-sintaxis/headings-and-comments.md)
- [Símbolos de números grandes](https://documentation.soulver.app/es/referencia-de-sintaxis/large-number-symbols.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.soulver.app/es/referencia-de-sintaxis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
