# Сервисы macOS

Используйте Soulver для вычисления текста в любом месте macOS через сервисы.

Выделите любой текст в любом приложении, нажмите правой/контрольной кнопкой мыши и перейдите в **Сервисы** > **Вычислить с Soulver**.

Доступны шесть сервисов:

| Имя сервиса         | Действие                                    |
| ------------------- | ------------------------------------------- |
| Calculate & Copy    | Копирует результат в буфер обмена           |
| Calculate & Replace | Заменяет текст результатом                  |
| Calculate & Append  | Добавляет результат к исходному тексту      |
| Insert Total        | Добавляет сумму списка элементов            |
| Insert Average      | Добавляет среднее значение списка элементов |
| Insert Count        | Добавляет количество элементов в списке     |

![Soulver services in TextEdit](/files/tQgJQn5ywHLau13qaSRk)

{% hint style="info" %}
Используя **системные настройки клавиатуры** **macOS**, вы можете назначить сочетание клавиш для этих сервисов.
{% 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/ru/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.
