# Книги листов

Soulver сохраняет ваши листы в одном файле библиотеки, который называется "книга листов" (с расширением .sheetbook).

### Синхронизация книги листов между устройствами

В настройках Soulver выберите "iCloud" в качестве расположения книги листов, чтобы синхронизировать листы между Soulver для iPad, iPhone и Mac.

### **Открытие другой книги листов**

Soulver может открыть только один файл книги листов одновременно, поэтому если вы откроете другую книгу листов, ранее открытая книга листов будет закрыта.

Вы можете открыть книгу листов, дважды щёлкнув по её файлу в Finder или через диалог Open.

### Резервные копии книги листов

Soulver делает ежедневные резервные копии вашей книги листов на всякий случай. Чтобы восстановиться из резервной копии, откройте `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/ru/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.
