# 功能特性

- [入门指南](https://documentation.soulver.app/zh/documentation/getting-started.md): 只需像写在纸上的问题一样输入。
- [总计与小计](https://documentation.soulver.app/zh/documentation/totals-and-subtotals.md)
- [行引用](https://documentation.soulver.app/zh/documentation/line-references.md): 使用前一个答案进行计算（类似于电子表格）
- [变量](https://documentation.soulver.app/zh/documentation/variables.md)
- [行程规划](https://documentation.soulver.app/zh/documentation/trip-planning.md): 这是一个预发布功能，目前正在测试版中，将于 2026 年晚些时候登陆 Soulver。
- [格式设置](https://documentation.soulver.app/zh/documentation/formatting.md)
- [数字格式](https://documentation.soulver.app/zh/documentation/formatting/region-settings.md): Soulver 应该将 . 解释为小数点还是千位分隔符？
- [文本样式](https://documentation.soulver.app/zh/documentation/formatting/appearance-and-styles.md)
- [答案格式化](https://documentation.soulver.app/zh/documentation/formatting/answer-formatting-options.md)
- [工作表与文件](https://documentation.soulver.app/zh/documentation/sheets-and-files.md)
- [工作表](https://documentation.soulver.app/zh/documentation/sheets-and-files/untitled-1.md)
- [工作簿](https://documentation.soulver.app/zh/documentation/sheets-and-files/sheetbooks-and-syncing.md)
- [Soulver 文件 (.slvr)](https://documentation.soulver.app/zh/documentation/sheets-and-files/soulver-files-.slvr.md)
- [实时数据](https://documentation.soulver.app/zh/documentation/live-data.md)
- [天气](https://documentation.soulver.app/zh/documentation/live-data/weather.md): 由 Apple Weather 提供的数据
- [股票价格](https://documentation.soulver.app/zh/documentation/live-data/live-and-historical-stock-prices.md)
- [Wolfram|Alpha（知识助手）](https://documentation.soulver.app/zh/documentation/live-data/knowledge-assistant.md): 将全球数据点直接带入您的 Soulver 表格
- [Wolfram|Alpha 集成](https://documentation.soulver.app/zh/documentation/live-data/wolfram-alpha.md)
- [导出](https://documentation.soulver.app/zh/documentation/exporting.md)
- [PDF 与打印](https://documentation.soulver.app/zh/documentation/exporting/sharing-and-printing.md)
- [Soulver Studio](https://documentation.soulver.app/zh/documentation/exporting/soulver-studio.md): 将 Soulver 表格分享为独立的 Mac 应用 🤯
- [集成](https://documentation.soulver.app/zh/documentation/integrations.md)
- [Alfred & Raycast](https://documentation.soulver.app/zh/documentation/integrations/alfred-and-raycast.md)
- [macOS 服务](https://documentation.soulver.app/zh/documentation/integrations/macos-services.md)
- [URL 方案](https://documentation.soulver.app/zh/documentation/integrations/url-schemes.md): 通过 URL 与工作表交互
- [终端（命令行工具）](https://documentation.soulver.app/zh/documentation/integrations/command-line-tool-automator-and-services.md)
- [技巧与窍门](https://documentation.soulver.app/zh/documentation/tips-and-tricks.md)
- [Mac](https://documentation.soulver.app/zh/documentation/tips-and-tricks/tips-and-tricks-mac.md)
- [iPad & iPhone](https://documentation.soulver.app/zh/documentation/tips-and-tricks/tips-and-tricks-ios.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.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.
