# How to Set Up White-Label Portal

You can have **this portal** → <https://whitelabel.playgama.com/>\
running on **your own domain**.

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

***

**Step 1. Create a subdomain**

Pick and create a subdomain on your main domain, for example:\
`game.example.com` or `play.example.com`.\
\
👉 Make sure the subdomain is free.

***

#### Step 2. Send us your subdomain

Let us know the subdomain you’ve chosen by sending it to **<partners@playgama.com>**, for example:

```
White-Label subdomain: game.example.com
```

***

#### Step 3. Get a TXT record from us

We’ll generate a Cloudflare TXT record for verification, for example:

```
Type: TXT
Name: _cf-custom-hostname.game.example.com
Value: some-verification-token
TTL: Auto
```

***

#### Step 4. Add DNS records on your side

In your DNS panel, create the following records:

**4.1 TXT record**

```
Type: TXT
Name: _cf-custom-hostname.<your_subdomain>
Value: token from us
TTL: Auto
```

**4.2 CNAME record**

```
Type: CNAME
Name: <your_subdomain>
Value: whitelabel.playgama.com
TTL: Auto
```

***

#### Step 5. Let us know once it’s done

After adding the records, just tell us — we’ll check and activate your White-Label.

***

#### Step 6. Wait for activation

Activation usually takes **15–30 minutes**, but in rare cases it can take up to **24 hours**.

***

Need help setting up your White-Label or have questions about customization? Reach out at <partners@playgama.com> — we’ll be happy to assist you.


---

# Agent Instructions: 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://wiki.playgama.com/playgama/for-partners/how-to-set-up-white-label-portal.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.
