# Servicios de macOS

Utilice Soulver para evaluar texto en cualquier lugar de macOS a través de servicios.

Seleccione texto en cualquier aplicación, haga clic derecho/control + clic y navegue a **Servicios** > **Calcular con Soulver**.

Seis servicios disponibles:

| Nombre del Servicio | Acción                                      |
| ------------------- | ------------------------------------------- |
| Calculate & Copy    | Copia el resultado en el portapapeles       |
| Calculate & Replace | Reemplaza el texto con el resultado         |
| Calculate & Append  | Añade el resultado al texto original        |
| Insert Total        | Añade el total de una lista de elementos    |
| Insert Average      | Añade el promedio de una lista de elementos |
| Insert Count        | Añade el conteo de una lista de elementos   |

![Soulver services in TextEdit](/files/4qnsCW9IL1NQhGSAkhcS)

{% hint style="info" %}
Usando la **configuración del sistema de atajos de teclado** de **macOS**, puede asignar una pulsación de tecla a estos servicios.
{% endhint %}


---

# 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/integrations/macos-services.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.
