> ## 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 platform guide: web UI overview

> A guided tour of the InfraAudit web platform — dashboards, cloud account management, scans, compliance, cost analysis, and automation.

The InfraAudit web platform gives you a browser-based interface for everything the product does: browsing your cloud inventory, running scans, reviewing findings, managing alerts, and approving remediations. This section walks through each part of the UI in detail.

If you prefer working from the terminal, the [CLI reference](/cli/commands/overview) and [API reference](/api/overview) cover the same functionality.

## Platform sections

<CardGroup cols={2}>
  <Card title="Dashboard" icon="gauge" href="/platform/dashboard">
    The main landing view after login. Shows infrastructure health at a glance: open drifts, compliance score, cost snapshot, and recent alerts.
  </Card>

  <Card title="Connecting cloud accounts" icon="plug" href="/platform/connecting-cloud-accounts">
    Connect AWS (IAM policy), GCP (service account), Azure (service principal), and Kubernetes (kubeconfig). Required permissions for each.
  </Card>

  <Card title="Resources and inventory" icon="server" href="/platform/resources-and-inventory">
    Browse and filter every resource InfraAudit has discovered. Filter by type, region, provider, or tag. Drill into per-resource drifts, vulnerabilities, and costs.
  </Card>

  <Card title="Drift detection" icon="radar" href="/platform/drift-detection">
    Run drift scans, read findings, understand severity levels, and manage the baseline lifecycle. Includes IaC drift detection.
  </Card>

  <Card title="Vulnerabilities" icon="shield-exclamation" href="/platform/vulnerabilities">
    CVE findings from Trivy, enriched with NVD metadata. Filter by severity, manage statuses, and trigger manual scans.
  </Card>

  <Card title="Cost optimization" icon="circle-dollar-sign" href="/platform/cost-optimization">
    Spend trends, 30/60/90-day forecasts, anomaly detection, and savings recommendations across all connected providers.
  </Card>

  <Card title="Compliance" icon="clipboard-check" href="/platform/compliance">
    Run assessments against CIS Benchmarks, SOC 2, NIST 800-53, PCI-DSS, and HIPAA. Export PDF or CSV reports for auditors.
  </Card>

  <Card title="Recommendations" icon="sparkles" href="/platform/recommendations">
    AI-generated and rule-based suggestions for cost savings, security hardening, and performance improvements.
  </Card>

  <Card title="Alerts" icon="bell" href="/platform/alerts">
    The notification inbox for drifts, vulnerabilities, cost anomalies, and compliance failures. Configure Slack, email, and webhook routing.
  </Card>

  <Card title="Remediation" icon="wrench" href="/platform/remediation">
    Approve and apply automated fixes with a configurable rollback window. Tracks the full approval and execution lifecycle.
  </Card>

  <Card title="Automation and jobs" icon="clock" href="/platform/automation-and-jobs">
    Manage the scheduled background jobs that power continuous scans and syncs. View execution history and trigger manual runs.
  </Card>

  <Card title="Kubernetes" icon="dharmachakra" href="/platform/kubernetes">
    Register clusters, browse deployments and pods, and run Kubernetes-specific drift detection and vulnerability scans.
  </Card>
</CardGroup>

## Where to start

If you've just connected your first cloud account, a good first path through the platform is:

1. [Dashboard](/platform/dashboard) — get a feel for the overall health summary
2. [Resources and inventory](/platform/resources-and-inventory) — confirm InfraAudit discovered what you expected
3. [Drift detection](/platform/drift-detection) — run your first scan
4. [Compliance](/platform/compliance) — enable a framework and see your score
5. [Alerts](/platform/alerts) — set up Slack or email notifications so you hear about new findings
