# 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

输入您的查询后跟 = ?

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

片刻后，将插入来自 Wolfram|Alpha 的答案：

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

{% hint style="warning" %}
目前 Wolfram|Alpha 只支持英文查询。
{% endhint %}

#### 切换到 OpenAI 模型

如果 Wolfram|Alpha 没有您查询的答案（例如，如果您的查询不是用英文表达的），知识助手将切换到 OpenAI 的最新模型。

在知识助手提供的答案上按 Control/右键单击以查看其来源：

<figure><img src="/files/VBEvcYWTTsZakz0e9p97" 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/zh/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.
