> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/win-gateway-installation-manual/quick-installation/win-gateway-setup.md).

# WIN Gateway setup

* Power on the WIN gateway and connect it to Ethernet network with DHCP server enabled.
* Connect your computer to the same network.
* Double click Microchip Ethernet Discoverer icon to find the gateway’s IP address.

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

If this is the first time you run the discoverer then you will have to “Allow access” in Windows Defender Firewall.

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

* The Discoverer window shall open and list the gateways detected over the network.

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

Click “Discover devices” to refresh the view.

The Discoverer will detect also BBO units described in[T-BBO Gateway Installation Manual](https://help.boomerang3.com/bbo-gateway-installation-manual/) if there are any installed in the same network.

* Click the row where your WIN gateway is shown to open its web panel in a browser.  Compare the MAC address with the one printed on the gateway label if you are not sure which one is the right one.

<figure><img src="/files/1Ql3KUCwrKpMZxOfnixx" alt="" width="354"><figcaption></figcaption></figure>

* Login with:

Username: admin

Password: icu&#x20;

* The gateway home page will open.

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

It will list all the WIN nodes linked to the gateway.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.boomerang3.com/win-gateway-installation-manual/quick-installation/win-gateway-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
