> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloudgeni.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Cloud Compliance

> Run framework-based cloud scans against connected accounts and review the results by requirement, severity, and remediation priority.

# Cloud Compliance

Cloud Compliance is the framework-based cloud scanning surface in Cloudgeni.

Use it when you want a control or requirement view of live cloud posture rather than raw provider
findings or repository-only scan output.

## Where It Lives

In the app, use `Compliance` -> `Cloud Compliance`.

Programmatically, the backing scan flow is the cloud infra scan API with the `prowler-ocsf`
analysis engine.

## What You Need First

* An active cloud integration
* Enough read access to inventory the account meaningfully

Git is not required to view framework findings, but it becomes important once you want to remediate
through repository changes.

## What The View Gives You

The current implementation is built around:

* Cloud account selection
* Framework selection
* Requirement-oriented findings
* Search and filtering
* Severity summaries
* PDF export

That makes it a better fit for posture review and audit preparation than the cloud monitor view.

## What It Is Not

Cloud Compliance helps you map findings to frameworks. It does not issue certification or attestation
on its own.

Treat it as an operational evidence and prioritization surface.

## Framework Coverage

Framework availability varies by provider. Use [Compliance Frameworks](/features/compliance-frameworks)
for the provider-to-framework view that matches the current code.

## Related Pages

<CardGroup cols={2}>
  <Card title="Compliance Frameworks" icon="table-list" href="/features/compliance-frameworks">
    See which frameworks are actively wired for which providers.
  </Card>

  <Card title="Cloud Monitors" icon="satellite-dish" href="/features/cloud-monitors">
    Use native provider findings when you want raw AWS Security Hub or Azure Defender signals.
  </Card>
</CardGroup>
