# 实时数据

Soulver 可以从互联网抓取实时数据，并直接用于您的计算。包含实时数据查询的行会自动更新。

* [天气](/zh/documentation/live-data/weather.md) — 访问全球各地的实时天气数据
* [股票价格](/zh/documentation/live-data/live-and-historical-stock-prices.md) — 在计算中使用实时和历史股票价格
* [Wolfram|Alpha](/zh/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/zh/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.
