# Get Started with LiveID+

This section covers all topics needed to integrate and operate LiveID+, the video identification platform for remote identity verification. Use the guides below based on your role and integration stage.

## Platform Configuration

[Platform Configuration](/it/products/liveidplus/enterprise/get-started/platform-configuration) — Set up your LiveID+ organization, define processes (live or self-identification), configure operators, set retention policies, timeouts, and enable SSO via SAML or OAuth/OpenID.

## Requirements

[Requirements](/it/products/liveidplus/enterprise/get-started/requirements) — Check supported browsers (Chrome v80+, Safari v14+, Firefox v68+), hardware requirements (camera, microphone), and network bandwidth before deploying LiveID+.

## Integration

[Integration](/it/products/liveidplus/enterprise/get-started/integration) — Integrate LiveID+ into your web application using inbound patterns (standalone mode or iframe embedding) and receive results via outbound callbacks, redirect parameters, or server-side webhooks.

## Asynchronous Calls

[Asynchronous Calls](/it/products/liveidplus/enterprise/get-started/async-calls) — Schedule video identification requests for later execution using the `pushAsyncCall` endpoint, monitor their status, and manage the async call queue.

## Events

[Events](/it/products/liveidplus/enterprise/get-started/events) — Handle compatibility test events (WEBRTCTEST_OK, WEBRTCTEST_KO) and call status change notifications emitted during the LiveID+ session lifecycle.

## Call Closing

[Call Closing](/it/products/liveidplus/enterprise/get-started/call-closing) — Process call closure events: interpret `closeStatus` codes (N/S/A/K), handle the full list of abort codes, and implement a robust call-closing strategy.

## Data Retrieval

[Data Retrieval](/it/products/liveidplus/enterprise/get-started/data-retrieval) — Retrieve call data, audit trails, photos, and videos via REST APIs. Covers token generation, conference data, audit ZIP downloads, and data deletion.

## Authentication

[Authentication](/it/products/liveidplus/enterprise/get-started/authentication) — Authenticate API requests using an API key (server-to-server) or a JWT Bearer token (call-specific operations and data retrieval).

## Resources

[Resources](/it/products/liveidplus/enterprise/get-started/resources) — Additional PDF documentation: requirements, available process modules, conference data module structure, and the Namirial service status page.