import Cards from '@/components/docs/Cards.astro';
import Card from '@/components/docs/Card.astro';

Fleet-level reports answer about **many devices at once**: which nodes to fix first, where gas is lost, the largest leaks, and the economics of automation. Run them from a company's overview.

<Cards cols={2}>
  <Card
    icon="layout-grid"
    title="Fleet Overview"
    description="Fleet composition and condition: map, tree and table."
    href="/en/platform/v3/ai-analytics/fleet-reports/fleet-overview"
  />
  <Card
    icon="list-checks"
    title="Top Problem Nodes"
    description="What to fix first, ranked by operational health."
    href="/en/platform/v3/ai-analytics/fleet-reports/top-problem-nodes"
  />
  <Card
    icon="shield-alert"
    title="Suspicious Nodes"
    description="Where gas is lost due to metering bypass."
    href="/en/platform/v3/ai-analytics/fleet-reports/suspicious-nodes"
  />
  <Card
    icon="shield-x"
    title="Metering Bypass (fleet)"
    description="Metering bypass at the scale of the entire fleet."
    href="/en/platform/v3/ai-analytics/fleet-reports/metering-bypass-fleet"
  />
  <Card
    icon="droplet"
    title="Top Gas Leaks"
    description="The largest leaks across the fleet."
    href="/en/platform/v3/ai-analytics/fleet-reports/top-gas-leaks"
  />
  <Card
    icon="wrench"
    title="Corrector Failure Atlas"
    description="Typical equipment failures across the fleet."
    href="/en/platform/v3/ai-analytics/fleet-reports/fault-atlas"
  />
  <Card
    icon="clock"
    title="Long Sessions"
    description="Suspiciously long communication sessions."
    href="/en/platform/v3/ai-analytics/fleet-reports/long-sessions"
  />
  <Card
    icon="boxes"
    title="Fleet Inventory"
    description="Which devices are in the fleet and how many."
    href="/en/platform/v3/ai-analytics/fleet-reports/fleet-inventory"
  />
  <Card
    icon="clipboard-check"
    title="Passport Audit"
    description="Completeness and quality of device passport data."
    href="/en/platform/v3/ai-analytics/fleet-reports/passport-audit"
  />
  <Card
    icon="battery-charging"
    title="Fleet Battery Forecast"
    description="Mass battery replacement across the fleet."
    href="/en/platform/v3/ai-analytics/fleet-reports/fleet-battery-forecast"
  />
  <Card
    icon="list"
    title="Events Explorer"
    description="Breakdown of device events across the fleet."
    href="/en/platform/v3/ai-analytics/fleet-reports/events-explorer"
  />
  <Card
    icon="dollar-sign"
    title="Automation ROI"
    description="Executive effect of automation: economics, ROI, risks."
    href="/en/platform/v3/ai-analytics/fleet-reports/automation-roi"
  />
  <Card
    icon="leaf"
    title="Decarbonization (CO₂e)"
    description="Carbon effect and potential for carbon credits."
    href="/en/platform/v3/ai-analytics/fleet-reports/decarbonization"
  />
</Cards>