# Alfred 및 Raycast

### Alfred Workflow

[Alfred](https://www.alfredapp.com)는 Mac용 인기 있는 Spotlight 대체 프로그램으로 오랫동안 사용되어 왔습니다.

저희는 Alfred에서 Soulver를 사용하여 계산을 수행할 수 있는 [워크플로우](https://www.soulver.app/alfred)를 제공합니다.

{% hint style="info" %}
Alfred 워크플로우는 Soulver 번들 내에 있는 Soulver CLI를 사용합니다.

워크플로우는 Soulver가 다음 위치에 설치되어 있다고 예상합니다:

`/Applications/Soulver 3.app/Contents/MacOS/CLI/soulver`

Soulver를 다른 위치로 이동하거나 이름을 변경한 경우, 워크플로우 설정의 'installpath' 변수를 그에 맞게 수정해야 합니다.
{% endhint %}

### Raycast Extension?

[Raycast](https://www.raycast.com)는 강력한 [자연어 계산기](https://www.raycast.com/core-features/calculator)를 기본으로 제공하는 현대적인 런처 및 생산성 도구입니다.

전용 Soulver 확장은 불필요할 수 있습니다. 왜냐하면 수학 표현식을 입력하는 것만으로 Raycast 계산기를 호출할 수 있기 때문입니다.

Raycast가 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/alfred-and-raycast.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.
