> For the complete documentation index, see [llms.txt](https://documentation.soulver.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.soulver.app/zh/documentation.md).

# 功能特性

- [入门指南](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): 通过将日期或时间标记为时间点来规划多段行程 — 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.soulver.app/zh/documentation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
