> For the complete documentation index, see [llms.txt](https://betide-studio.gitbook.io/eos-integration-kit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://betide-studio.gitbook.io/eos-integration-kit/extra-integrations/playfab-integration.md).

# PlayFab Integration

### Step 1

Go to [PlayFab](https://playfab.com/)'s official website and create a account along and then create a title. After the title is created, copy the ID given on your product.

<figure><img src="/files/4Z43bUUAt54AJoCKrNxJ" alt=""><figcaption></figcaption></figure>

### Step 2

Open up your Unreal Engine Project and then Go to **Project Settings** -> **Plugins** -> **PlayFab**

<figure><img src="/files/pSCoJKIWns7OYx3gwLrP" alt=""><figcaption></figcaption></figure>

Change the Title ID to the ID you copied earlier.

### Step 3

Go to your Plugin's folder inside the Source folder,

&#x20;

<figure><img src="/files/BYlKsgrkEsuFsbM5wZgv" alt=""><figcaption></figcaption></figure>

Open up the .build.cs

<figure><img src="/files/2pgCuU8FJL6ULa7aQi9l" alt=""><figcaption></figcaption></figure>

Change this **false** to **true** to enable PlayFab Integration.

<figure><img src="/files/5K4TrDAO4XuKsIAweucU" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://betide-studio.gitbook.io/eos-integration-kit/extra-integrations/playfab-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
