> 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/ai-chang-jian-wen-ti/ni-men-hui-shi-yong-wo-men-de-shu-ju-lai-xun-lian-ai-ma.md).

# 你们会使用我们的数据来训练 AI 吗？

我们不会使用您的数据来训练我们的模型——正如我们在我们的 [数据使用政策](https://shade.inc/data-usage-policy-and-ai) 这一点我们已经说得非常明确。这意味着，我们所有的模型和系统在未经您明确许可或授权的情况下，绝不会利用或使用您的任何数据来改进 AI 模型。我们的模型使用内部整理、已授权或公开可用的数据进行训练。我们会尽最大努力确保我们构建的系统是专为创作者设计的，而不是利用他们。您的数据始终都会被加密，只有您本人才能访问这些数据。我们遵循所有最佳安全实践，确保您的数据安全并且归您所有。


---

# 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/ai-chang-jian-wen-ti/ni-men-hui-shi-yong-wo-men-de-shu-ju-lai-xun-lian-ai-ma.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.
