# Intégration Wolfram|Alpha

{% hint style="warning" %}
L'intégration Wolfram|Alpha est disponible dans la version [téléchargement direct](https://soulver.app/download) de Soulver.

Apple n'autorise pas les apps de l'App Store à demander des clés API aux utilisateurs ("additional functionality must be unlocked via an in-app purchase", pour citer l'App Review).
{% endhint %}

Wolfram|Alpha est un service web dont l'objectif est de donner accès à toutes les données objectives. Vous pouvez l'essayer [ici](https://www.wolframalpha.com/).

{% hint style="info" %}
Configurez l'intégration Wolfram|Alpha dans les réglages de Soulver (`Réglages > Calculatrice > Wolfram|Alpha`).

Vous devez fournir à Soulver un "App ID" Wolfram|Alpha valide, que vous pouvez créer gratuitement [ici](https://developer.wolframalpha.com/access).
{% endhint %}

Vous pouvez utiliser Wolfram|Alpha depuis Soulver pour rechercher des données numériques spécifiques. Tapez simplement le nom de l'indicateur suivi de = ?

```
distance jusqu'à la lune = ?
```

Après un instant, Soulver insérera l'indicateur s'il est disponible via Wolfram|Alpha

```
distance jusqu'à la lune = 365,519 kilomètres
```


---

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