# Primeros pasos

Soulver es un bloc de notas para resolver problemas que involucran cálculos.

Escribe un cálculo en el área de texto y su respuesta aparecerá en la **columna de respuesta** de la derecha:

```
3 × 3                                 | 9
120 + 30%                             | 156
30% de 700                            | 210

12 de junio + 3 semanas
7:45am - 4:20pm                       | 8 hours 35 min
hora en Chicago

100 EUR in USD                        | $113,72
$30/día es qué por año                | $10957,28/año
```

Cada vez que cambias una línea de texto, su respuesta se recalcula automáticamente (no es necesario pulsar igual).

#### Mezclar palabras y cálculos

Soulver te permite añadir contexto a tus cálculos, para que tengan sentido más tarde.

```
$19 por desayuno + $22 por el uber    | $41,00
```

Si deseas que Soulver ignore ciertos números en tu texto, utiliza un [comentario](/es/referencia-de-sintaxis/headings-and-comments.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/es/documentation/getting-started.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.
