# 시트북

Soulver는 시트를 "sheetbook"이라는 단일 라이브러리 파일(확장자: .sheetbook)로 저장합니다.

### 기기 간 sheetbook 동기화

Soulver 설정에서 sheetbook 위치로 "iCloud"를 선택하면 Soulver for iPad, iPhone 및 Mac 간에 시트를 동기화할 수 있습니다.

### **다른 sheetbook 열기**

Soulver는 한 번에 하나의 sheetbook 파일만 열 수 있으므로, 다른 sheetbook 파일을 열면 이전에 열려 있던 sheetbook은 닫힙니다.

Finder에서 sheetbook 파일을 더블클릭하거나 열기 대화 상자를 통해 sheetbook을 열 수 있습니다.

### Sheetbook 백업

Soulver는 만약을 대비하여 sheetbook의 일일 백업을 생성합니다. 백업에서 복원하려면 `File > Backups`로 이동하여 백업을 선택하고 "Restore from Backup"을 클릭합니다.

{% hint style="info" %}
백업 창에서 "Make Backup Now"를 클릭하여 수동으로 백업을 생성할 수 있습니다.
{% endhint %}


---

# 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/sheetbooks-and-syncing.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.
