# データセキュリティ

## OpenAI APIの利用法

**SkyDeck AI**でOpenAI APIキーを使用する主な利点の一つは、**OpenAIシステムへのプライベートアクセスが可能になる**ということです。無料または有料のChatGPTサービスを使用する場合、OpenAIはデータセキュリティについて何も保証しません。しかし、コントロールセンターでOpenAI APIキーを使用すると、GenStudioでのユーザーによるチャットのインタラクションはすべてプライベートに保たれます。\
\
これは[OpenAIが主題について記載している](https://openai.com/security)内容です：\
\
「OpenAI APIを通じて提出されるデータは、OpenAIのモデルの訓練やサービス提供の改善には使用されません。ChatGPTまたはDALL・Eといった非API消費者サービスを通じて提出されるデータは、私たちのモデルの改善に使用される可能性があります。」"


---

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