import Cards from '@/components/docs/Cards.astro';
import Card from '@/components/docs/Card.astro';

## What the platform does

The IIoT Platform collects, processes, stores, and transmits telemetry data from energy metering devices of any scale, from household meters to industrial metering units. It runs on a dedicated server that hosts its core services, and client equipment connects to it over the Internet.

The platform provides:

- **Secure data collection** from household and industrial energy metering devices of any scale.
- **Intelligent analytics** in real time.
- **Integration with industrial equipment** and third-party systems.

This documentation is a complete guide for developers, engineers, and administrators. It covers the platform architecture, supported equipment and protocols, operations and scaling, and AI-driven analytics.

## Start here

New to the IIoT Platform? Start with the [platform architecture](/en/platform/v3/architecture) to understand the unified data model the whole system is built on, then move on to [installation](/en/platform/v3/installation) to deploy it.

## Explore the documentation

<Cards cols={2}>
  <Card
    icon="database"
    title="Platform architecture"
    description="The unified data model: data collection layer, data representation, core modules, and security."
    href="/en/platform/v3/architecture"
  />
  <Card
    icon="download"
    title="Installation"
    description="Download the images, set up Docker, and install and run the platform."
    href="/en/platform/v3/installation"
  />
  <Card
    icon="activity"
    title="Operations Center"
    description="The Operational Health Matrix: detectors, operational issues, SLA, asset health, KPIs and the knowledge base."
    href="/en/platform/v3/operations-center"
  />
  <Card
    icon="book-open"
    title="Reference"
    description="Supported communication protocols and equipment for exchanging data."
    href="/en/platform/v3/protocols"
  />
  <Card
    icon="sparkles"
    title="AI Analytics"
    description="Data analytics, predictive analytics, and AI utilization across the platform."
    href="/en/platform/v3/ai-analytics"
  />
  <Card
    icon="cpu"
    title="IIoT Devices"
    description="Telemetry modules, sensors, and metering devices supported by the platform."
    href="/en/devices"
  />
</Cards>