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

# User Journeys

> Start here to build a user journey with the SDK

The OwnID SDK is how you build custom integrations when a connector isn't available, or when you prefer greater control over integration details.

We recommend implementing the authentication scenarios in the order shown. Click a tile for a step-by-step integration procedure.

<CardGroup>
  <Card title="Login" icon="leaf" href="/development">
    Build a Login Integration. We recommend you start with the login implementation by clicking here. By doing so, the functionality naturally incorporates registration when an unregistered user attempts login.
  </Card>

  <Card title="Registration" icon="square-code" href="/build-registration">
    Build a Registration Integration. Start building the integration required to allow users to select registration explicitly.
  </Card>

  <Card title="Password Recovery" icon="square-code" href="/build-registration">
    Build a Password Recovery Integration. Start building the server-side SDK components to call from your front end.
  </Card>
</CardGroup>

***

Learn more about Connectors vs. the SDK >>
