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

# Network setup for IT

> Enable HTTP/2 and allow CoLoop through your corporate network.

If you see **Network change required**, send this page to your IT team.

## 1. Enable HTTP/2 and streaming

CoLoop requires HTTP/2 or newer for reliable chat and live updates. Apply these settings to all paths on `app.coloop.ai`:

* Enable HTTP/2 (`h2` via TLS ALPN) through your proxy, VPN, and web filters.
* Allow Server-Sent Events (`text/event-stream`) to stay open and deliver events without buffering.
* If TLS inspection blocks HTTP/2 or streaming, exempt `app.coloop.ai` from inspection.

## 2. Allow the required hosts

Allow outbound HTTPS on TCP **443** to these hosts:

| Host                        | Purpose                                                          |
| --------------------------- | ---------------------------------------------------------------- |
| `coloop.ai`                 | CoLoop website                                                   |
| `*.coloop.ai`               | CoLoop subdomains, including `app.coloop.ai` and `cdn.coloop.ai` |
| `img.clerk.com`             | Account images                                                   |
| `challenges.cloudflare.com` | Sign-in security checks                                          |

### File storage

Allow both hosts for each region your organization uses. Preserve signed URLs, including query parameters. Allow `GET`, `HEAD`, `PUT`, and `OPTIONS`.

<Tabs>
  <Tab title="United States">
    ```text theme={null}
    prod-qualmvpsharedstack-databuckete3889a50-1cv7u8a0j0slo.s3.us-east-1.amazonaws.com
    prod-qualmvpsharedstack-databuckete3889a50-1cv7u8a0j0slo.s3-accelerate.amazonaws.com
    ```
  </Tab>

  <Tab title="United Kingdom">
    ```text theme={null}
    prod-qualmvpukstoragestacestackdatabucketb42d7961a3be652a6011.s3.eu-west-2.amazonaws.com
    prod-qualmvpukstoragestacestackdatabucketb42d7961a3be652a6011.s3-accelerate.amazonaws.com
    ```
  </Tab>

  <Tab title="European Union">
    ```text theme={null}
    prod-qualmvpeustoragestacestackdatabucketec066158dd07319e4ce4.s3.eu-west-1.amazonaws.com
    prod-qualmvpeustoragestacestackdatabucketec066158dd07319e4ce4.s3-accelerate.amazonaws.com
    ```
  </Tab>
</Tabs>

## 3. Verify the connection

1. On the affected computer, reload CoLoop with the usual network, VPN, and security software active.
2. In Chrome or Edge, open **Developer tools → Network** and enable the **Protocol** column. Requests to `app.coloop.ai` should show `h2` or `h3`.
3. Send a chat message. Confirm the response streams and CoLoop stays responsive.

If the issue persists, [contact support](/docs/troubleshooting/contact-support).
