# Wolfram|Alpha 集成

{% hint style="warning" %}
Wolfram|Alpha 集成在 Soulver 的 [直接下载](https://soulver.app/download) 版本中可用。

苹果不允许 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 来查找特定类型的数值数据。只需输入指标名称，后跟 = ?

```
地球到月球的距离 = ?
```

一秒后，如果该指标可通过 Wolfram|Alpha 获取，Soulver 将会插入该指标

```
地球到月球的距离 = 365,519 千米
```


---

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