# 工作表与文件

Soulver 将您的工作内容组织到工作表中，工作表再分组到工作簿中。您还可以将您的工作内容导出并作为 Soulver 文件进行分享。

* [Sheets](/zh/documentation/sheets-and-files/untitled-1.md) — 创建、组织和管理工作表及文件夹
* [Sheetbooks](/zh/documentation/sheets-and-files/sheetbooks-and-syncing.md) — 使用工作簿并通过 iCloud 同步
* [Soulver Files (.slvr)](/zh/documentation/sheets-and-files/soulver-files-.slvr.md) — 打开、分享和使用 Soulver 文件格式


---

# 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/sheets-and-files.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.
