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

# 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/frenglish/rJzmbbAZ0zAOHkS5/images/guides/playfab/playfab_developer_sign_in.png?fit=max&auto=format&n=rJzmbbAZ0zAOHkS5&q=85&s=fc61de1c9ae3a026ff9282e023117730" 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/frenglish/rJzmbbAZ0zAOHkS5/images/guides/playfab/playfab_developer_retrieve_title_id.png?fit=max&auto=format&n=rJzmbbAZ0zAOHkS5&q=85&s=40fd4caa6149821361d7e09af599d2c8" 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>
