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

# Quickstart

> Quickstart Documentation for Sequence's Unreal SDK.

<Steps>
  <Step title="Install the Unreal SDK">
    Download the SDK from the [Epic Games Marketplace](https://www.unrealengine.com/marketplace/en-US/product/sequence-embedded-wallets).
    Checkout our [installation steps](/sdk/unreal/installation) for more information. Alternatively, use our
    [project boilerplate](https://github.com/0xsequence/unreal-embedded-wallet-boilerplate) to quickly start a new Unreal project from scratch.
  </Step>

  <Step title="Configure the SDK">
    Sign in and create a project on [Sequence Builder](https://sequence.build).

    Download your config file from Builder as shown below.

    Alternatively, get your `Project Access Key` and `WaaS Configuration Key` from `Onboard > Embedded Wallet`,
    and add them to your [Project's Sequence Config File](/sdk/unreal/configuration).

    <Frame>
      <img src="https://mintcdn.com/frenglish/DW77RR7YqAk4ljjJ/images/unreal/builder_config_file.png?fit=max&auto=format&n=DW77RR7YqAk4ljjJ&q=85&s=a800db1880dade237e653bd8ef95690b" width="1696" height="1398" data-path="images/unreal/builder_config_file.png" />
    </Frame>
  </Step>

  <Step title="Integrate E-Mail Login">
    Start by establishing a wallet session using an email OTP. Execute the `Start Email Login Async` node to send a
    one-time password to the specified email address. Then, use the `Confirm Email Login with Code Async` node with the
    received password to complete the login.

    Once you’ve your first features integrated, you can continue with [additional login providers](/sdk/unreal/authentication)
    such as Google, Apple, or PlayFab.

    <Frame caption="Email Otp">
      <img src="https://mintcdn.com/frenglish/DW77RR7YqAk4ljjJ/images/unreal/email_otp.png?fit=max&auto=format&n=DW77RR7YqAk4ljjJ&q=85&s=6c9804c6c00db89087007119a2ba212e" width="1131" height="400" data-path="images/unreal/email_otp.png" />
    </Frame>
  </Step>

  <Step title="Test Sequence's Features">
    Sequence's Unreal SDK includes a variety of Boilerplates to help you quickly start your game.
    Once everything is configured, you can create widgets to display an Inventory, Wallet View, or In-Game Store.
    Checkout [how to integrate a Wallet View](/sdk/unreal/bootstrap_game#my-wallet-view) using just three Blueprint nodes to view and send funds.

    <Frame caption="Feature Wallet Demo">
      <img src="https://mintcdn.com/frenglish/DW77RR7YqAk4ljjJ/images/unreal/feature_wallet_demo.gif?s=53d9c345f7cd26968b183b57a794b4a0" width="600" height="338" data-path="images/unreal/feature_wallet_demo.gif" />
    </Frame>
  </Step>
</Steps>
