> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/zh-cn/zhi-shi-ku/065-how-is-overleaf-preparing-for-gdpr.md).

# Overleaf 如何为 GDPR 做准备？

《通用数据保护条例》是一项新的欧洲法规，旨在保护欧盟境内个人的数据和隐私。众所周知，它于2018年5月25日生效。它统一并总体加强了个人数据处理要求，并对所有处理欧盟公民个人数据的组织施加了额外义务。

我们致力于确保 Overleaf 完全符合 GDPR。好消息是，我们的总体方法，以及我们现有的政策和实践，已经与 GDPR 背后的原则保持一致。尽管如此，我们仍在采取若干针对 GDPR 的措施，以确保并证明合规：

* 我们已审查所有处理个人数据的供应商，并在需要时修订合同，以确保他们也符合 GDPR。
* 我们已审核我们收集个人数据的地点及其使用方式，以及我们处理这些数据所依据的基础。
* 我们已更新了我们的 [隐私政策](https://www.overleaf.com/legal#Privacy) 以更清楚地说明其与 GDPR 的关系，同时我们也借此机会更新并简化了服务条款。我们还在根据需要创建并更新内部文档，以满足任何新要求。
* 我们将继续与我们的机构和企业客户合作，解决他们就 GDPR 可能提出的任何疑虑。如果您是现有或新的机构或企业客户，并且对 Overleaf 和 GDPR 有疑问，请 [联系支持](https://www.overleaf.com/contact).

一如既往，保障您的数据安全始终是我们的首要任务之一。您可以在我们的 [安全政策](https://www.overleaf.com/legal#Security).

如果您对 Overleaf 和 GDPR 合规性还有其他问题，请随时 [联系我们](https://www.overleaf.com/contact).


---

# 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://overleaf-pro.ayaka.space/latex/zh-cn/zhi-shi-ku/065-how-is-overleaf-preparing-for-gdpr.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.
