# macOS 서비스

Soulver를 사용하여 macOS의 모든 곳에서 텍스트를 평가합니다.

원하는 앱에서 텍스트를 선택하고, 마우스 오른쪽/control-클릭한 다음 **서비스** > **Soulver로 계산**으로 이동합니다.

사용 가능한 서비스:

| 서비스 이름              | 동작                |
| ------------------- | ----------------- |
| Calculate & Copy    | 결과를 클립보드에 복사합니다   |
| Calculate & Replace | 텍스트를 결과로 대체합니다    |
| Calculate & Append  | 결과가 원본 텍스트에 추가됩니다 |
| Insert Total        | 항목 목록의 합계를 추가합니다  |
| Insert Average      | 항목 목록의 평균을 추가합니다  |
| Insert Count        | 항목 목록의 개수를 추가합니다  |

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

{% 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/ko/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.
