# Интеграция с Wolfram|Alpha

{% hint style="warning" %}
Интеграция Wolfram|Alpha доступна в версии Soulver из [direct download](https://soulver.app/download).

Apple не позволяет приложениям из App Store запрашивать API-ключи у пользователей ("additional functionality must be unlocked via an in-app purchase" if quoting App Review).
{% endhint %}

Wolfram|Alpha - это веб-служба, цель которой - предоставлять доступ ко всем объективным данным. Попробовать её можно [здесь](https://www.wolframalpha.com/).

{% hint style="info" %}
Настройте интеграцию Wolfram|Alpha в настройках Soulver (`Settings > Calculator > Wolfram|Alpha`).

Вам нужно указать Soulver действительный Wolfram|Alpha "App ID", который можно бесплатно создать [здесь](https://developer.wolframalpha.com/access).
{% endhint %}

Вы можете использовать Wolfram|Alpha в Soulver для поиска конкретных числовых данных. Просто введите название показателя, а затем = ?

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

Через секунду Soulver вставит показатель, если он доступен через Wolfram|Alpha

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