> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/en-us/pre-basic/data-settings.md).

# Data Settings

Data settings are Cherry Studio's**data hub**: everything about**backup, restore, cross-device sync, third-party note integration**features are all here.

> In one sentence:**If you're afraid of losing data, come set it up here once.**

## Which backup plan should I use?

| Your scenario                                                              | Recommended plan                                                                                                                                                                      |
| -------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Personal single-device use, worried about hard drive failure               | [WebDAV backup](/docs/en-us/pre-basic/data-settings/webdav.md)(Use Nutstore, 123 Pan, etc.)                                                                                           |
| Want to sync conversations/assistants across multiple computers            | [WebDAV backup](/docs/en-us/pre-basic/data-settings/webdav.md) — Back up on computer A, restore on computer B                                                                         |
| Already have AWS / Alibaba Cloud OSS and other S3-compatible storage       | [S3-compatible storage backup](/docs/en-us/pre-basic/data-settings/s3-compatible.md)                                                                                                  |
| Want to automatically archive conversation content to note-taking software | [Notion](/docs/en-us/pre-basic/data-settings/notion.md) / [Obsidian](/docs/en-us/pre-basic/data-settings/obsidian.md) / [SiYuan Notes](/docs/en-us/pre-basic/data-settings/siyuan.md) |
| Want to subscribe to assistant packs shared by others                      | [Assistant subscription configuration](/docs/en-us/pre-basic/data-settings/assistants-subscribe.md)                                                                                   |

## What is backed up?

**Default full backup**:

* Conversation history and topics
* Assistant and preset settings
* Knowledge base (including vector database content)
* Notes, drawings, files, and other attachments
* Preferences and personalization settings
* Provider configuration (API keys will also be included)

**Slim backup**(Optional): There is a **Slim backup** switch on the backup screen that will**skip image, knowledge base, and other data files, and only back up chat records and settings**, small in size and fast, suitable for frequent incremental backups.

{% hint style="warning" %}
Backup files will contain sensitive information such as Provider API keys.**Do not share backup files with others, and do not store them on untrusted shared cloud drives**.
{% endhint %}

## How often to back up?

* **Manual backup**: click the 'Backup' button anytime
* **Automatic backup**: can be set to run automatically every hour / day / week

## Where is the data stored?

If you want to change the hard drive location, see [Change storage location](/docs/en-us/pre-basic/personalization-settings/storage.md).

***

### 💡 Get help and submit feedback

If you encounter any questions, bugs, or have suggestions for feature improvements during configuration or use, please refer to [Feedback and Suggestions](/docs/en-us/question-contact/suggestions.md) the official channels provided there.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/en-us/pre-basic/data-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
