# 통합

Soulver는 Mac, iPad 및 iPhone의 다른 도구 및 워크플로우와 통합됩니다.

* [Alfred & Raycast](/ko/documentation/integrations/alfred-and-raycast.md) — 런처 앱에서 계산 엔진으로 Soulver 사용하기
* [macOS Services](/ko/documentation/integrations/macos-services.md) — 모든 앱에서 선택한 텍스트 계산하기
* [URL Schemes](/ko/documentation/integrations/url-schemes.md) — URL을 통해 Soulver를 열고 작업을 수행하기
* [Terminal (CLI)](/ko/documentation/integrations/command-line-tool-automator-and-services.md) — 명령줄에서 Soulver 사용하기


---

# 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.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.
