# 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 = ?
```

잠시 후, 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/ko/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.
