> ## Documentation Index
> Fetch the complete documentation index at: https://docs.beem.africa/llms.txt
> Use this file to discover all available pages before exploring further.

# OTP lifecycle

> Generate, deliver, and verify one-time passwords.

<CardGroup cols={3}>
  <Card title="Generate">
    A unique OTP is generated when your application requests one.
  </Card>

  <Card title="Deliver">
    The OTP is securely delivered to the customer's mobile phone via SMS or WhatsApp.
  </Card>

  <Card title="Verify">
    The customer enters the OTP and your application verifies it using the PIN ID.
  </Card>
</CardGroup>
