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

# Embedded WalletのPlayfab設定

> Embedded WalletインスタンスでPlayFabクライアントを設定する方法を説明します。PlayFabダッシュボードでTitle IDを作成・取得する手順に従ってください。

Embedded WalletインスタンスにPlayFab認証を統合するには、[Microsoft PlayFab Developer](https://developer.playfab.com/)ダッシュボードでPlayFabゲームを設定する必要があります。以下の手順から始めてください：

<Steps>
  <Step title="サインアップ / サインイン">
    まず[こちら](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サインインページ" width="1549" height="1071" data-path="images/guides/playfab/playfab_developer_sign_in.png" />
    </Frame>
  </Step>

  <Step title="新しいスタジオの作成">
    サインイン後、[こちらのリンクからスタジオを作成](https://developer.playfab.com/en-us/r/studio/new)して、`Title ID`を取得してください。
  </Step>

  <Step title="Title IDの取得">
    スタジオ作成後、[こちらのページ](https://developer.playfab.com/en-us/my-games)で`Title ID`を取得し、SDKに含めます。

    <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="Title IDの取得" width="1925" height="508" data-path="images/guides/playfab/playfab_developer_retrieve_title_id.png" />
    </Frame>

    その後、[Embedded Wallet設定](https://sequence.build/project/default/wallet/embedded-wallet)にTitle IDを新しいログインプロバイダーとして追加すると、設定が完了します。

    これで設定は完了です！最後に、ウェブ向けのリファレンス実装をご参照いただき、[Playfabチケットの取得方法](/sdk/headless-wallet/authentication#authenticating-with-playfab)を確認し、Sequenceに渡してユーザー認証を行ってください。
  </Step>
</Steps>
