> ## Documentation Index
> Fetch the complete documentation index at: https://learn.playlab.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Network and firewall whitelisting for Playlab

> Guidance for IT teams on whitelisting Playlab's domains so students and staff can reach the app on district networks.

If your district or school filters web traffic, your IT team needs to allow Playlab through the firewall. The safest guidance is to whitelist the entire Playlab root domain rather than a single subdomain, since the product spans several subdomains.

## What to tell IT to whitelist

Whitelist the whole `playlab.ai` root domain:

```text theme={null}
*.playlab.ai
```

If your firewall requires specific subdomains rather than the root, the key ones are:

* `app.playlab.ai` — the actual Playlab application
* `www.playlab.ai` — marketing and landing site
* `learn.playlab.ai` — docs, FAQ, and help center

<Warning>
  Whitelisting only `www.playlab.ai` will leave the app itself inaccessible. That is exactly why we recommend whitelisting the full root domain.
</Warning>

## Other things worth flagging to your IT team

**Playlab works even if OpenAI or ChatGPT are blocked**

Playlab continues to work when OpenAI, ChatGPT, or other model provider domains are blocked at the network level, as long as Playlab's own domains are explicitly whitelisted. Requests to model providers go through Playlab's backend, not directly from the student's browser.

**Inbound email from outside organizations**

If the district blocks inbound email from outside organizations, Playlab's password-reset and invite emails may not reach students. The recommended workaround is rostered SSO (Clever, ClassLink, or Google) rather than email-based signup. See [Single Sign On](/faq/Single%20Sign%20On) for details.

**Bandwidth**

Playlab's bandwidth usage is modest, comparable to other web-based classroom tools. Typical district bandwidth is more than enough to support classroom use at scale.

## Still having trouble?

If students or staff can't reach Playlab after whitelisting the domains above, email [support@playlab.ai](mailto:support@playlab.ai) with the affected URL and any error messages, and we'll help your IT team troubleshoot.
