# Wolfram|Alpha (Wissensassistent)

{% hint style="success" %}
Wir bieten hochwertige Datendienste wie Wolfram|Alpha als **optionales Abo** an, damit wir Soulver selbst weiterhin als einmaligen Kauf anbieten können.

**Zugriff nach Version**

[**App Store**](https://apps.apple.com/us/app/soulver-3/id1508732804?ls=1) **–** abonniere "Knowledge Assistant, Live Stocks & Advanced Weather" (26 $/Jahr)

[**Setapp**](https://soulver.app/setapp) **–** kostenlos für alle Nutzer:innen

[**Direktdownload**](https://soulver.app/download) **–** lege deine eigene [Wolfram|Alpha App ID](https://developer.wolframalpha.com/access) fest, um den Wissensassistenten zu aktivieren
{% endhint %}

[Wolfram|Alpha](https://www.wolframalpha.com/about) bietet fachkundige, in Echtzeit verifizierbare Antworten auf Wissensanfragen und unterstützt Anfragen in natürlicher Sprache.

Du kannst Inline-Abfragen stellen, um Fakten abzurufen und Einzeilenprobleme zu lösen.

#### Wolfram|Alpha abfragen

Gib deine Anfrage gefolgt von = ? ein

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

Nach einem Moment wird eine Antwort von Wolfram|Alpha eingefügt:

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

{% hint style="warning" %}
Wolfram|Alpha unterstützt derzeit nur Anfragen auf Englisch.
{% endhint %}

#### Auf OpenAI-Modelle zurückfallen

Wenn Wolfram|Alpha keine Antwort auf deine Anfrage hat (etwa weil deine Anfrage nicht auf Englisch formuliert war), fällt der Wissensassistent stattdessen auf das neueste Modell von OpenAI zurück.

Klicke mit Ctrl bzw. der rechten Maustaste auf eine Antwort des Wissensassistenten, um die Quelle zu sehen:

<figure><img src="/files/Ni1W7cNV9wMtueAPt2Ag" alt=""><figcaption><p>Eine nicht englische Anfrage, die vom neuesten großen Sprachmodell von OpenAI verarbeitet wird</p></figcaption></figure>

{% hint style="danger" %}
Das von uns verwendete große Sprachmodell von OpenAI kann sachlich falsche Informationen "halluzinieren" und keine Echtzeitinformationen aus dem Internet abrufen.
{% endhint %}


---

# 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/knowledge-assistant.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.
