# 数据安全

## OpenAI API 的使用

在 **SkyDeck AI**中使用你的OpenAI api密钥的主要优势之一，是它**能够私密地访问 OpenAI 系统**。如果你使用 OpenAI 提供的免费或付费的 ChatGPT 服务，OpenAI 并不对数据安全做出任何承诺。但如果你在控制中心使用 OpenAI API密钥，那么在 GenStudio 中你的用户的所有聊天交互都将保持私密。\
\
以下是 [OpenAI在这个主题上的声明](https://openai.com/security)：\
\
"通过OpenAI API提交的数据不会用于训练OpenAI的模型或改善OpenAI的服务。通过非API消费服务ChatGPT或DALL·E提交的数据可能会用于改进我们的模型。"


---

# 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://docs.skydeck.ai/zh-cn/genstudio-workspace/data-security.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.
