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

# InfraAudit Core Concepts Explained

> Key concepts behind InfraAudit: drift detection, baselines, compliance frameworks, AI recommendations, cost forecasting, anomaly detection, and remediation.

Understanding how InfraAudit works under the hood helps you get more out of the platform — from tuning drift detection to interpreting AI recommendations. Each concept page explains one of InfraAudit's major systems: what it does, how it works, and what you can control.

## Concepts

<CardGroup cols={2}>
  <Card title="Drift detection" icon="radar" href="/concepts/drift-detection">
    How InfraAudit compares live resources against baselines and classifies configuration, security, and IaC drift findings.
  </Card>

  <Card title="Baselines" icon="bookmark" href="/concepts/baselines">
    What a baseline is, when it's captured, how to manage multiple baselines per resource, and how to promote a new baseline after a planned change.
  </Card>

  <Card title="Compliance frameworks" icon="shield-check" href="/concepts/compliance-frameworks">
    The compliance engine, supported frameworks (CIS, SOC2, NIST, PCI-DSS, HIPAA), how controls map to resources, and how scores are calculated.
  </Card>

  <Card title="AI recommendations" icon="sparkles" href="/concepts/ai-recommendations">
    How Gemini generates remediation recommendations, what the rule-based fallback covers, and the full recommendation lifecycle.
  </Card>

  <Card title="Cost forecasting" icon="chart-line" href="/concepts/cost-forecasting">
    How billing data is ingested from each cloud provider, how the 30/60/90-day forecast is generated, and how to improve forecast accuracy.
  </Card>

  <Card title="Anomaly detection" icon="triangle-alert" href="/concepts/anomaly-detection">
    How InfraAudit detects unexpected cost spikes using EWMA, what triggers an anomaly alert, and how to tune the sensitivity threshold.
  </Card>

  <Card title="Remediation workflow" icon="wrench" href="/concepts/remediation-workflow">
    The full remediation lifecycle — from a suggested fix through approval, execution, and the rollback window.
  </Card>

  <Card title="Job scheduler" icon="clock" href="/concepts/job-scheduler">
    How the cron-based background scheduler works, what each job type does, and how to trigger jobs manually.
  </Card>
</CardGroup>
