> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features.md).

# Zenの機能

- [ユーザーとグループの識別](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/identifying-users-and-groups.md)
- [Zen Firewallでボットトラフィックをブロックする](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/blocking-bot-traffic-with-zen-firewall.md)
- [Zen FirewallでTorトラフィックをブロックまたは監視する](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/blocking-tor-traffic-with-zen-firewall.md)
- [Zen Firewallでユーザーを追跡する](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/blocking-users-with-zen-firewall.md)
- [Zen Firewallで既知の脅威アクターをブロックする](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/blocking-known-threat-actors-with-zen-firewall.md)
- [Zen Firewallで国別にトラフィックをブロックする](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/blocking-traffic-by-country-with-zen-firewall.md)
- [Zen Firewallのブロックモードと検知モード](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/blocking-vs-detection-mode-in-zen-firewall.md)
- [送信先ドメインを監視する](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/monitor-outbound-domains.md)
- [ルートのレート制限を設定する](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/setting-up-rate-limiting-for-routes.md)
- [Zen統計を理解する](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/understanding-your-zen-statistics.md)
- [Zen FirewallでAI/LLMの使用状況を追跡する](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/tracking-ai-llm-usage-with-zen-firewall.md)
- [攻撃波からの保護](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/attack-wave-protection.md)
- [プレイブック](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/playbooks.md): Zenがアプリ内で不審な挙動を検知した場合、IPを自動的にブロックします。
- [Webhooks](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/webhooks.md)
- [バイパスされたIP](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/bypassed-ips.md)
- [Zen FirewallによるIDOR保護](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/idor-protection-with-zen-firewall.md)
- [なぜこのIPはブロックされているのか？](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/why-is-this-ip-blocked.md)
- [特定のパスまたはURLで攻撃保護を無効にする](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/disable-attack-protection-for-specific-path-or-url.md)


---

# 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://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features.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.
