# Page Not Found

The URL `c4-secure-architecture` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [C4: 最初からセキュリティに対処する (Address Security from the Start)](https://coky-t.gitbook.io/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/c4-secure-architecture.md)
- [C5: デフォルト設定を安全にする (Secure By Default Configurations)](https://coky-t.gitbook.io/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/c5-secure-by-default.md)
- [C7: 安全なデジタルアイデンティティ (Secure Digital Identities)](https://coky-t.gitbook.io/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/c7-secure-digital-identities.md)
- [C8: ブラウザのセキュリティ機能を活用する (Leverage Browser Security Features)](https://coky-t.gitbook.io/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/c8-leverage-browser-security-features.md)
- [C6: コンポーネントを評価して更新する (Assess and Update your Components)](https://coky-t.gitbook.io/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/c6-use-secure-dependencies.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://coky-t.gitbook.io/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/c4-secure-architecture.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.

### Option 2 — Browse the documentation index

Full index: https://coky-t.gitbook.io/owasp-proactive-controls-ja/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://coky-t.gitbook.io/owasp-proactive-controls-ja/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/c4-secure-architecture.md`).

You may also use `Accept: text/markdown` header for content negotiation.
