# シートブック

Soulverでは、シートを「シートブック」（.sheetbookファイル拡張子）と呼ばれる単一のライブラリファイルに保存します。

### デバイス間でのシートブックの同期

Soulverの設定で、シートブックの場所として「iCloud」を選択すると、Soulver for iPad、iPhone、Mac間でシートを同期できます。

### **別のシートブックを開く**

Soulverは一度に1つのシートブックファイルしか開けないため、別のシートブックファイルを開くと、現在開いているシートブックは閉じられます。

シートブックは、Finderでシートブックファイルをダブルクリックするか、開くダイアログから開くことができます。

### シートブックのバックアップ

Soulverは万が一に備えて、シートブックの毎日のバックアップを作成します。バックアップから復元するには、`ファイル > バックアップ`に進み、バックアップを選択して「バックアップから復元」をクリックしてください。

{% hint style="info" %}
バックアップウィンドウから「今すぐバックアップを作成」をクリックすることで、手動でバックアップを作成できます。
{% 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/ja/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.
