# 실시간 데이터

Soulver는 인터넷에서 실시간 데이터를 가져와 계산에 직접 사용할 수 있습니다. 실시간 데이터 쿼리가 포함된 줄은 자동으로 업데이트됩니다.

* [날씨](/ko/documentation/live-data/weather.md) — 전 세계 위치의 실시간 날씨 데이터에 액세스합니다
* [주가](/ko/documentation/live-data/live-and-historical-stock-prices.md) — 계산에 실시간 및 과거 주가를 사용합니다
* [Wolfram|Alpha](/ko/documentation/live-data/knowledge-assistant.md) — 질문을 하고 인라인으로 답변을 받습니다


---

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