# Alfred & Raycast

### Alfred Workflow

[Alfred](https://www.alfredapp.com) ist ein beliebter Spotlight-Ersatz für den Mac, den es schon seit vielen Jahren gibt.

Wir bieten [einen Workflow](https://www.soulver.app/alfred) an, mit dem du Berechnungen mit Soulver direkt aus Alfred ausführen kannst.

{% hint style="info" %}
Der Alfred-Workflow nutzt die Soulver-CLI, die sich im App-Bundle von Soulver befindet.

Der Workflow erwartet, dass Soulver hier installiert ist:

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

Wenn du Soulver an einen anderen Ort verschiebst oder umbenennst, passe die Variable 'installpath' in den Workflow-Einstellungen entsprechend an.
{% endhint %}

### Raycast Extension?

[Raycast](https://www.raycast.com) ist ein moderner Launcher und ein Produktivitäts-Tool, das von Haus aus einen [leistungsfähigen Natural-Language-Rechner](https://www.raycast.com/core-features/calculator) mitbringt.

Eine dedizierte Soulver-Erweiterung wäre redundant, weil du den Raycast-Rechner einfach aufrufen kannst, indem du einen mathematischen Ausdruck eintippst.

Du wirst vermutlich angenehm überrascht sein, dass Raycast viele der Natural-Language-Phrasen unterstützt, die du aus Soulver kennst.


---

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