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

# Unreal Embedded Wallet Setup

> Quickstart Documentation for Sequence's Unreal SDK.

<Steps>
  <Step title="Configure your Unreal Project">
    Create a project on [Sequence Builder](https://sequence.build) and download your config file as shown below.

    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6/P54GoXc5KxoCAtL8/images/unreal/builder_config_file.png?fit=max&auto=format&n=P54GoXc5KxoCAtL8&q=85&s=3ab9b6fde8ec8303e93b68539e89bb8c" width="1696" height="1398" data-path="images/unreal/builder_config_file.png" />
    </Frame>

    Make sure to fill in the required fields:

    * **ProjectAccessKey:** Your Project Access Key from your [Builder project.](https://sequence.build/)
  </Step>

  <Step title="Integrate Login">
    Start by creating the [Sequence Login Window](/sdk/unreal/bootstrap#login) widget. This gives you quick access
    to our login methods. Checkout the [authentication](/sdk/unreal/wallets/embedded-wallet/onboarding/authentication#requirements) section on how to
    configure each login method.

    Learn how to manually [integrate login methods](/sdk/unreal/wallets/embedded-wallet/onboarding/authentication) such as Google, Apple, or PlayFab.

    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6/P54GoXc5KxoCAtL8/images/unreal/boilerplate_login.png?fit=max&auto=format&n=P54GoXc5KxoCAtL8&q=85&s=8b7ee33fe8f912e4598bdc953632104d" width="1141" height="600" data-path="images/unreal/boilerplate_login.png" />
    </Frame>
  </Step>

  <Step title="Bootstrap your Game">
    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 Player Profile](/sdk/unreal/bootstrap#player-profile) using just three Blueprint nodes to view and send funds.

    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6/P54GoXc5KxoCAtL8/images/unreal/boilerplate_profile.png?fit=max&auto=format&n=P54GoXc5KxoCAtL8&q=85&s=35bb8b871cea8d5c8604fd3fb2b72a9b" width="1141" height="600" data-path="images/unreal/boilerplate_profile.png" />
    </Frame>
  </Step>
</Steps>
