# Alfred e Raycast

### Workflow di Alfred

[Alfred](https://www.alfredapp.com) e' un popolare sostituto di Spotlight per Mac, disponibile da molti anni.

Offriamo [un workflow](https://www.soulver.app/alfred) che ti permette di eseguire calcoli con Soulver direttamente da Alfred.

{% hint style="info" %}
Il workflow di Alfred usa la CLI di Soulver che si trova all'interno del bundle di Soulver.

Il workflow si aspetta che Soulver sia installato in:

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

Se sposti Soulver in un percorso diverso o lo rinomini, assicurati di modificare di conseguenza la variabile 'installpath' nelle impostazioni del workflow.
{% endhint %}

### Estensione Raycast?

[Raycast](https://www.raycast.com) e' un moderno launcher e strumento di produttivita' che include una [potente calcolatrice in linguaggio naturale](https://www.raycast.com/core-features/calculator) gia' pronta all'uso.

Un'estensione dedicata per Soulver sarebbe ridondante, perche' puoi richiamare la calcolatrice di Raycast semplicemente digitando un'espressione matematica.

Scoprirai con piacere che Raycast supporta molte delle frasi in linguaggio naturale che gia' conosci da 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/it/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.
