# 集成

Soulver 可与您 Mac、iPad 和 iPhone 上的其他工具和工作流程集成。

* [Alfred & Raycast](/zh/documentation/integrations/alfred-and-raycast.md) — 在启动器应用中使用 Soulver 作为计算引擎
* [macOS Services](/zh/documentation/integrations/macos-services.md) — 从任何应用计算选定的文本
* [URL Schemes](/zh/documentation/integrations/url-schemes.md) — 通过 URL 打开 Soulver 并执行操作
* [Terminal (CLI)](/zh/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/zh/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.
