import Cards from '@/components/docs/Cards.astro';
import Card from '@/components/docs/Card.astro';

In industrial and IoT systems, information is typically grouped into types and datasets such as archives, events and situations, control actions, and more. Each type has its own structure and purpose.

The IIoT Platform follows the same approach, organizing information into basic presentation modules:

- data archives;
- metering devices;
- communication sessions;
- archive type (current and aggregated data, events and situations, control actions, etc.);
- and others.

The sections below describe the main presentation modules and their characteristics in more detail.

<Cards cols={2}>
  <Card
    icon="layers"
    title="Main data representation modules and their characteristics"
    href="/en/platform/v3/basic-modules/modules"
  />
  <Card
    icon="sparkles"
    title="Advantages of modular data representation"
    href="/en/platform/v3/basic-modules/advantages"
  />
</Cards>