> For the complete documentation index, see [llms.txt](https://docs.kubearmor.io/kubearmor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kubearmor.io/kubearmor/documentation.md).

# Documentation

- [KubeArmor Events](https://docs.kubearmor.io/kubearmor/documentation/kubearmor-events.md)
- [Control Telemetry/Visibility](https://docs.kubearmor.io/kubearmor/documentation/kubearmor_visibility.md)
- [Security Posture](https://docs.kubearmor.io/kubearmor/documentation/default_posture.md)
- [Policy Spec for Containers](https://docs.kubearmor.io/kubearmor/documentation/security_policy_specification.md)
- [Policy Examples for Containers](https://docs.kubearmor.io/kubearmor/documentation/security_policy_examples.md)
- [Cluster Policy Spec for Containers](https://docs.kubearmor.io/kubearmor/documentation/cluster_security_policy_specification.md)
- [Cluster Policy Examples for Containers](https://docs.kubearmor.io/kubearmor/documentation/cluster_security_policy_examples.md)
- [Policy Spec for Nodes/VMs](https://docs.kubearmor.io/kubearmor/documentation/host_security_policy_specification.md)
- [Policy Examples for Nodes/VMs](https://docs.kubearmor.io/kubearmor/documentation/host_security_policy_examples.md)
- [Network Policy Spec for Nodes/VMs](https://docs.kubearmor.io/kubearmor/documentation/network_security_policy_specification.md)
- [Network Policy Examples for Nodes/VMs](https://docs.kubearmor.io/kubearmor/documentation/network_security_policy_examples.md)
- [Profiling of Kubearmor Logs using karmor](https://docs.kubearmor.io/kubearmor/documentation/profiling_kubearmor_logs.md)
- [FAQs](https://docs.kubearmor.io/kubearmor/documentation/faq.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:

```
GET https://docs.kubearmor.io/kubearmor/documentation.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.
