# 11. セキュリティとデータ保護

- [11.1 データ保護と暗号化](https://docs.syfu.io/ja/security/data-protection.md)
- [11.2 規制・法令対応（KYC / AML）](https://docs.syfu.io/ja/security/compliance.md)
- [11.3 不正検知とアカウント制御](https://docs.syfu.io/ja/security/fraud-control.md)
- [11.4 セキュリティ監査について](https://docs.syfu.io/ja/security/audit.md)


---

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