# 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 질의하기

질의어 뒤에 = ? 를 입력하세요.

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

잠시 후 Wolfram|Alpha에서 답변이 삽입됩니다:

```
distance to the moon = 365,519 kilometers
```

{% hint style="warning" %}
현재 Wolfram|Alpha는 영어로 된 질의만 지원합니다.
{% endhint %}

#### OpenAI 모델로 폴백(Fallback)

Wolfram|Alpha가 질의에 대한 답변을 가지고 있지 않은 경우(예: 질의가 영어로 표현되지 않은 경우), 지식 비서는 대신 OpenAI의 최신 모델로 폴백합니다.

지식 비서의 답변 위에서 Control/마우스 오른쪽 버튼을 클릭하여 출처를 확인할 수 있습니다:

<figure><img src="/files/ueq45mfFIqtv2nm5wN3V" alt=""><figcaption><p>OpenAI의 최신 대규모 언어 모델이 처리하는 비영어권 질의</p></figcaption></figure>

{% hint style="danger" %}
저희가 사용하는 OpenAI의 대규모 언어 모델은 사실과 다른 정보를 "환각(hallucinate)"으로 생성할 수 있으며, 인터넷의 실시간 정보에 접근할 수 없습니다.
{% 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/ko/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.
