# 數據安全

## OpenAI API 使用方式

在 **SkyDeck AI**中使用您的 OpenAI api 鍵的主要優勢之一是它**能夠擁有私人訪問 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-hk/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.
