# Wolfram|Alpha連携

{% hint style="warning" %}
Wolfram|Alpha 統合は、Soulver の [直接ダウンロード](https://soulver.app/download) 版で利用可能です。

Apple は、App Store アプリがユーザーから API キーを要求することを許可していません（App Review の引用：「追加の機能はアプリ内購入を通じてアンロックされる必要があります」）。
{% endhint %}

Wolfram|Alpha は、あらゆる客観的なデータへのアクセスを提供することを目的としたウェブサービスです。[こちら](https://www.wolframalpha.com/) で試すことができます。

{% hint style="info" %}
Soulver の設定で Wolfram|Alpha 統合を設定します（設定 > 計算機 > Wolfram|Alpha）。

Soulver に有効な Wolfram|Alpha の「App ID」を提供する必要があります。これは [こちら](https://developer.wolframalpha.com/access) で無料で作成できます。
{% endhint %}

Soulver から Wolfram|Alpha を使用して、特定の数値データを検索できます。メトリック名に続けて = ? と入力するだけです。

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

1秒後、Wolfram|Alpha 経由で利用可能なメトリックがあれば、Soulver がそれを挿入します。

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