# 시트 및 파일

Soulver는 작업 내용을 시트로 구성하고, 이 시트들은 시트북으로 그룹화됩니다. 또한 작업 내용을 Soulver 파일로 내보내고 공유할 수 있습니다.

* [Sheets](/ko/documentation/sheets-and-files/untitled-1.md) — 시트와 폴더 생성, 구성 및 관리
* [Sheetbooks](/ko/documentation/sheets-and-files/sheetbooks-and-syncing.md) — 시트북 작업 및 iCloud를 통한 동기화
* [Soulver Files (.slvr)](/ko/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/ko/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.
