> 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/ja/narejjibsu/065-how-is-overleaf-preparing-for-gdpr.md).

# OverleafはGDPRにどのように対応していますか？

一般データ保護規則（GDPR）は、欧州連合内の個人に対するデータ保護とプライバシーに関する新しい欧州の規則です。ご存じのとおり、2018年5月25日に施行されます。これは、個人データの取り扱いに関する要件を調和させ、一般的に強化するとともに、EU市民の個人データを扱うすべての組織に追加の義務を課します。

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