> 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/help-center/help-center-zh/chang-jian-wen-ti/wo-men-de-cun-chu-yu-zi-chu-li-fang.md).

# 我们的存储与子处理方

我们目前使用子处理方 Backblaze 存储数据。Backblaze 是经过审核、兼容 S3 的存储服务提供商，遵循最严格的安全协议（包括静态 AES-256 加密和 SOC 2 Type II 政策）。&#x20;

您的数据通过 HTTPS 传输并受到保护，Shade 团队中的任何人都不会看到您的数据。有关其他子处理方的更多信息，请查看我们的 [信任中心](https://trust.shade.inc).

您的数据也绝不会用于训练我们的任何 AI（请参阅我们的 [数据政策](https://shade.inc/data-usage-policy-and-ai)).

最后，标签、EXIF 以及 AI 嵌入等元数据存储在由 Google Cloud 托管的 Postgres 数据库中。


---

# 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/help-center/help-center-zh/chang-jian-wen-ti/wo-men-de-cun-chu-yu-zi-chu-li-fang.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.
