# Bảo mật dữ liệu

## Sử Dụng API OpenAI

Một trong những lợi thế chính của việc sử dụng khóa API OpenAI của bạn trong **SkyDeck AI** là nó **cho phép truy cập riêng tư vào các hệ thống OpenAI**. Nếu ai đó sử dụng dịch vụ ChatGPT miễn phí hoặc trả phí, OpenAI không hứa hẹn gì về bảo mật dữ liệu. Nhưng nếu ai đó sử dụng khóa API OpenAI trong Control Center thì tất cả các tương tác trò chuyện của người dùng bạn trong GenStudio vẫn được giữ riêng tư.\
\
Đây là những gì [OpenAI viết](https://openai.com/security) về vấn đề này:\
\
"Dữ liệu được gửi qua API OpenAI không được sử dụng để đào tạo các mô hình OpenAI hoặc cải thiện dịch vụ của OpenAI. Dữ liệu được gửi qua các dịch vụ tiêu dùng không phải API ChatGPT hoặc DALL·E có thể được sử dụng để cải thiện các mô hình của chúng tôi."


---

# 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/vi/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.
