# Wolfram|Alpha (知識アシスタント)

{% hint style="success" %}
当社は、Wolfram|Alphaのような高品質なデータサービスを**オプションのサブスクリプション**として提供しているため、Soulver自体を単体の購入として引き続き提供することが可能です。

**バージョンによるアクセス方法**

[**App Store**](https://apps.apple.com/us/app/soulver-3/id1508732804?ls=1) **–** 「ナレッジアシスタント、ライブ株価、高度な天気」をサブスクライブ（年額 $26）

[**Setapp**](https://soulver.app/setapp) **–** 全ユーザーに無料

[**直接ダウンロード**](https://soulver.app/download) **–** ナレッジアシスタントを有効にするために、ご自身で [Wolfram|Alpha App ID](https://developer.wolframalpha.com/access) を設定してください
{% endhint %}

[Wolfram|Alpha](https://www.wolframalpha.com/about) は、知識クエリに対して専門的でリアルタイムの検証可能な回答を提供し、自然言語クエリをサポートしています。

インラインクエリを送信して事実上の数値を取得したり、一行の問題を解いたりすることができます。

#### Wolfram|Alphaでのクエリ実行

クエリの後に = ? を付けて入力します。

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

しばらくすると、Wolfram|Alphaからの回答が挿入されます。

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

{% hint style="warning" %}
現在、Wolfram|Alphaは英語のクエリのみをサポートしています。
{% endhint %}

#### OpenAIモデルへのフォールバック

Wolfram|Alphaがクエリに対する回答を持たない場合（例えば、クエリが英語で表現されていない場合）、ナレッジアシスタントは代わりにOpenAIの最新モデルにフォールバックします。

ナレッジアシスタントからの回答をControl/右クリックすると、その情報源を確認できます。

<figure><img src="/files/dYypO2g9nfAsxYb8Tmog" alt=""><figcaption><p>OpenAIの最新大規模言語モデルによって処理されている非英語のクエリ</p></figcaption></figure>

{% hint style="danger" %}
使用するOpenAIの大規模言語モデルは、事実と異なる情報を「ハルシネーション（幻覚）」することがあり、インターネットからリアルタイムの情報を取得することはできません。
{% 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/ja/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.
