> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/shade-academy/shade-academy-zh/guan-li-yu-an-quan/ni-de-shu-ju-ru-he-cun-chu-he-bao-hu.md).

# 你的数据如何存储和保护

### 数据存储与保护政策

在 Shade，我们非常重视您的数据存储和保护。为此，我们制定了多项政策，确保您的宝贵数据以安全且可恢复的方式存储。

#### 自动化数据备份

为确保在发生危机时文件和项目能够恢复，Shade 会将您的数据加密后自动备份到多个不同的存储平台，因此在发生危机时，您的文件始终可以恢复。这确保了我们始终至少保存 3 份数据副本。

#### 文件删除

在文件被删除的情况下，我们的备份系统会保留七天的保留期，以便快速恢复被意外删除的数据。备份流程完全自动化，并通过我们的告警系统进行监控，任何备份失败都会立即向我们的安全团队发出通知。

#### AI 使用

Shade 可选择使用 AI 模型自动为您的数据建立索引。您可以在应用内轻松控制哪些文件夹会被我们的模型编入索引，只需选择文件夹并将其从 AI 中排除即可。这些文件夹的完整列表可以在驱动器级别查看。此外，您的数据绝不会用于训练用途，并且始终经过加密。我们的完整数据使用和 AI 政策可在 [这里](https://shade.inc/legal/artificial-intelligence-and-biometric-data-frequently-asked-questions).


---

# 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://academy.shade.inc/shade-academy/shade-academy-zh/guan-li-yu-an-quan/ni-de-shu-ju-ru-he-cun-chu-he-bao-hu.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.
