# Wolfram|Alpha Integration

{% hint style="warning" %}
Die Wolfram|Alpha-Integration ist in der [Direktdownload-](https://soulver.app/download)Version von Soulver verfügbar.

Apple erlaubt es App-Store-Apps nicht, API-Schlüssel von Nutzer:innen anzufordern ("additional functionality must be unlocked via an in-app purchase", um App Review zu zitieren).
{% endhint %}

Wolfram|Alpha ist ein Webdienst, dessen Ziel es ist, Zugang zu allen objektiven Daten zu bieten. Du kannst ihn [hier](https://www.wolframalpha.com/) ausprobieren.

{% hint style="info" %}
Richte die Wolfram|Alpha-Integration in Soulvers Einstellungen ein (Einstellungen > Rechner > Wolfram|Alpha).

Du musst Soulver eine gültige Wolfram|Alpha-"App ID" bereitstellen, die du [hier](https://developer.wolframalpha.com/access) kostenlos erstellen kannst.
{% endhint %}

Du kannst Wolfram|Alpha in Soulver verwenden, um bestimmte numerische Daten abzurufen. Gib einfach den Namen der Kennzahl gefolgt von = ? ein

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

Nach einer Sekunde fügt Soulver die Kennzahl ein, wenn sie über Wolfram|Alpha verfügbar ist

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