import Cards from '@/components/docs/Cards.astro';
import Card from '@/components/docs/Card.astro';

Once you've found your way around the interface, these pages cover the day-to-day work of running the platform: the metering **objects** and their cards, the **customers** and **companies** they belong to, the **schedules** that drive data collection, and the **equipment** registry behind it all.

## In this section

<Cards cols={2}>
  <Card
    icon="boxes"
    title="Objects"
    description="The objects list and map, and the wizard for creating a new object."
    href="/en/platform/v3/user-guide/working-with-platform/objects"
  />
  <Card
    icon="file-text"
    title="The object card"
    description="The unit summary, connected devices, adding equipment, and device data and configuration."
    href="/en/platform/v3/user-guide/working-with-platform/object-card"
  />
  <Card
    icon="users"
    title="Customers"
    description="The directory of consumers served through the platform."
    href="/en/platform/v3/user-guide/working-with-platform/customers"
  />
  <Card
    icon="building-2"
    title="Companies"
    description="Resource-supply and service companies, with their hierarchy."
    href="/en/platform/v3/user-guide/working-with-platform/companies"
  />
  <Card
    icon="calendar-clock"
    title="Schedules"
    description="Reusable profiles, custom rules, and structure assignments for data collection."
    href="/en/platform/v3/user-guide/working-with-platform/schedules"
  />
  <Card
    icon="wrench"
    title="Equipment"
    description="The registry of telemetry units, metering equipment, shut-off devices, and sensors."
    href="/en/platform/v3/user-guide/working-with-platform/equipment"
  />
</Cards>