> ## 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.

# Playfab Configuration for Embedded Wallet

> Learn how to configure a PlayFab client for your Embedded Wallet instance. Follow steps to create and retrieve a Title ID from the PlayFab dashboard.

In order to have PlayFab auth integrated into your Embedded Wallet instance, you have to configure a PlayFab Game in the [Microsoft PlayFab Developer](https://developer.playfab.com/) dashboard, by starting with the following below steps:

<Steps>
  <Step title="Sign Up / Sign In">
    First access the sign in page [here](https://developer.playfab.com/):

    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6/Wpr3jlEJhh_VDIM-/images/guides/playfab/playfab_developer_sign_in.png?fit=max&auto=format&n=Wpr3jlEJhh_VDIM-&q=85&s=5f57b72022dd117afbca58a2673c42a1" alt="PlayFab sign in page" width="1549" height="1071" data-path="images/guides/playfab/playfab_developer_sign_in.png" />
    </Frame>
  </Step>

  <Step title="Create a New Studio">
    After you've signed in, go to the [following link to create a studio](https://developer.playfab.com/en-us/r/studio/new) which will generate a `Title ID` for you.
  </Step>

  <Step title="Retrieve a Title ID">
    Afer you've created a studio, you can retrieve the `Title ID` to include it in the SDK on the [following page](https://developer.playfab.com/en-us/my-games)

    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6/EO81tWzeFuHvYzqy/images/guides/playfab/playfab_developer_retrieve_title_id.png?fit=max&auto=format&n=EO81tWzeFuHvYzqy&q=85&s=c5e59eb3b267535bb957be4ed19f9df7" alt="Retrieve a Title ID" width="1925" height="508" data-path="images/guides/playfab/playfab_developer_retrieve_title_id.png" />
    </Frame>

    Then add the Title ID to your [Embedded Wallet configuration](https://sequence.build/project/default/wallet/embedded-wallet) as a new login provider which will complete the configuration.

    The configuration is complete! Lastly, check out our reference implementation for web to see how to [retrieve the Playfab ticket](/sdk/headless-wallet/authentication#authenticating-with-playfab) and pass it to Sequence to authenticate the user.
  </Step>
</Steps>
