> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/zh-cn/notices/privacy-policy.md).

# 隐私政策

## SkyDeck AI Inc.隐私政策

SkyDeck AI Inc.（“SkyDeck AI”，“我们”，“我方”或“我们的”）尊重您的隐私，并致力于通过符合此政策来保护它。此政策描述了我们可能从您那里收集或者您可能提供的，在您使用SkyDeck.ai生成性AI平台（我们的“服务”）时的信息类型，以及我们收集、使用、维护、保护和披露该信息的做法。

### 我们收集的关于您的信息和收集方式

我们从我们的服务用户中收集几种类型的信息，包括：

* 个人信息，如您的姓名、电子邮件地址，以及您在在线或离线时可能被用来联系您的其他身份标识。
* 技术数据，如您的互联网连接信息、您用来访问我们服务的设备信息和用途明细。
* 您提供的用于访问第三方供应商生成的 AI 模型的 API 密钥和凭证。

我们通过以下方式收集此信息：

* 当您直接提供给我们时。
* 当您通过服务进行导航时自动收集。自动收集的信息可能包括用途明细、IP 地址，以及通过 cookie、网络信标和其他跟踪技术收集的信息。

### 我们如何使用您的信息

我们使用我们收集到的或您提供给我们的关于您的信息，包括任何个人信息：

* 为您提供服务及其内容，以及您从我们那里要求的任何其他信息、产品或服务。
* 实现您提供信息的任何其他目的。
* 向您提供有关您账户的通知。
* 履行我们的义务并执行您与我们之间签订的任何合同中产生的权利。
* 通知您关于我们的服务或任何我们通过它提供或提供的产品或服务的变化。
* 改进我们的服务、产品或服务。
* 允许您参与我们服务的交互功能。

### 公开您的信息

我们可能会在不设限制的情况下公开关于我们用户的聚合信息，以及不用于识别任何个人的信息。我们可能会按照此隐私政策中的描述公开收集或者您提供的个人信息：

* 对于代表我们提供服务或者需要访问此类信息以履行工作的第三方供应商、服务提供商、承包商或代理商。
* 为了实现您提供信息的目的。对于我们在您提供信息时公开的任何其他目的。
* 在得到您的同意情况下。

### 您的权利

根据适用的数据保护法，您有一定的权利。这可能包括以下权利：

* 请求访问您的个人数据。
* 请求更正我们持有的关于您的个人数据。
* 请求删除您的个人数据。
* 反对处理您的个人数据。
* 请求限制处理您的个人数据。
* 要求转移您的个人数据。
* 有权撤回同意。

### 数据安全

我们已经实施了一些措施，以保护您的个人信息免受意外丢失以及未经授权的访问、使用、修改和披露。您提供给我们的所有信息都存储在我们的防火墙后的安全服务器上。所有的支付交易和API密钥都将使用SSL技术进行加密。

### 我们隐私政策的变更

我们的政策是在此页面上发布我们对隐私政策的任何更改。如果我们对如何处理用户个人信息进行重大更改，我们将通过服务首页的通知告知您。

### 联系信息

如果您对此隐私政策或我们的隐私实践有任何问题或评论，请通过以下方式与我们联系：

SkyDeck AI Inc.\
548 Market St. PMB38234\
San Francisco, CA 94104\
电话：1.415.744.1557\
邮箱：<legal@skydeck.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://docs.skydeck.ai/zh-cn/notices/privacy-policy.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.
