# Integrazione Wolfram|Alpha

{% hint style="warning" %}
L'integrazione con Wolfram|Alpha e' disponibile nella versione [download diretto](https://soulver.app/download) di Soulver.

Apple non consente alle app dell'App Store di richiedere chiavi API agli utenti (per citare App Review: "additional functionality must be unlocked via an in-app purchase").
{% endhint %}

Wolfram|Alpha e' un servizio web il cui obiettivo e' fornire accesso a tutti i dati oggettivi. Puoi provarlo [qui](https://www.wolframalpha.com/).

{% hint style="info" %}
Configura l'integrazione con Wolfram|Alpha nelle impostazioni di Soulver (Impostazioni > Calcolatrice > Wolfram|Alpha).

Devi fornire a Soulver un "App ID" Wolfram|Alpha valido, che puoi creare gratuitamente [qui](https://developer.wolframalpha.com/access).
{% endhint %}

Puoi usare Wolfram|Alpha da Soulver per cercare specifici dati numerici. Ti basta digitare il nome della metrica seguito da = ?

```
distance to the moon = ?
```

Dopo un secondo, Soulver inserira' la metrica se e' disponibile tramite Wolfram|Alpha

```
distance to the moon = 365,519 kilometers
```


---

# 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/live-data/wolfram-alpha.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.
