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

# About Cloud and Runtime Security

Modern applications rely on cloud infrastructure, Kubernetes environments, and containerized workloads. Securing these environments requires visibility into both how resources are configured and how they are used at runtime.

OX provides cloud and runtime security capabilities that help security teams identify risks, understand their potential impact, and prioritize remediation efforts.

<table><thead><tr><th width="237.33331298828125">Security area</th><th>Description</th></tr></thead><tbody><tr><td><a href="/pages/lOQfNmh1CVD03nNxR8aD">Cloud Security</a></td><td><p>Cloud Security focuses on protecting cloud infrastructure, services, workloads, and data from misconfigurations, unauthorized access, compliance violations, and exposure to external threats.</p><p>OX provides visibility into cloud security posture through CSPM, Kubernetes security analysis, compliance monitoring, and exposure validation.</p></td></tr><tr><td><a href="/pages/SitnyAgo0Kc7mcqur6Aa">Runtime Security</a></td><td><p>Runtime Security provides visibility into workloads and assets that are actively running in your environment.</p><p>By combining runtime signals with security findings, OX helps you understand which applications, containers, and components are deployed and potentially exposed to risk.</p></td></tr></tbody></table>


---

# 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://docs.ox.security/ox-cloud/about-cloud-and-runtime-security.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.
