import Cards from '@/components/docs/Cards.astro';
import Card from '@/components/docs/Card.astro';

**Administration** is a centralized tool for configuring, monitoring, and ensuring the security of the IoT platform. This section is intended exclusively for the **Platform Administrator** and allows you to:

- Manage user access rights and roles.
- Monitor key processes through the events log.
- Configure system parameters and integrations.

It implements auditing mechanisms, flexible configuration, and rapid response to incidents, which ensures stability and data protection.

<Cards cols={2}>
  <Card
    icon="user-circle"
    title="Access Levels"
    description="Managing user rights."
    href="/en/platform/v2/interface/administration/access-levels"
  />
  <Card
    icon="users"
    title="Account Management"
    description="User account management."
    href="/en/platform/v2/interface/administration/account-management"
  />
  <Card
    icon="clock"
    title="Events Log"
    description="Monitoring system actions."
    href="/en/platform/v2/interface/administration/events-log"
  />
</Cards>