import Cards from '@/components/docs/Cards.astro';
import Card from '@/components/docs/Card.astro';

This section covers methods of integrating the system with external services, equipment, and third-party solutions. It describes the key interaction technologies, including the [REST API for universal data exchange](/en/api/v1), low-level drivers for working directly with hardware components, and the supported communication protocols.

Choose the integration method that best matches your requirements for performance, security, and environment to ensure flexible interaction between the system and external resources.

<Cards cols={2}>
  <Card
    icon="server"
    title="Interacting with the production server"
    description="Transferring data from the production server to the IIoT Platform."
    href="/en/platform/v3/integration/production-server"
  />
</Cards>