> For the complete documentation index, see [llms.txt](https://support.4cast.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.4cast.world/archive-v12-userguide/detail-archive/networking.md).

# Networking

## WIFI

MVP can connect to wifi networks to receive updates and communicate with 4CAST's cloud servers. When setting up your MVP for the first time, you'll be prompted to connect to a network. To connect to a different network, click the wifi icon in the upper right of the UI and wait for MVP to scan for available networks. Select the network you'd like to connect to and input the password. MVP will remember known networks much like your computer, unless a network is 'forgotten' by clicking the bookmark icon next to the network name.

{% hint style="info" %}
For security reasons, we strongly recommend only connecting your MVP to private wifi networks. If necessary to connect to a public network (i.e. a venue's public guest wifi), once finished click the bookmark icon next to the network name to forget the login, and disconnect wifi.
{% endhint %}

## Ethernet

MVP's ethernet network settings are set by default to an IP of 2.0.0.111 and subnet mask of 255.0.0.0, but can be custom configured as needed to communicate with your Artnet or RTP Midi networks. Click on the cog icon in the upper right of the UI, then 'Ethernet | Artnet' to access and update network settings.

MVP can operate in static or DHCP mode. For most Artnet setups, static will be the ideal setting. However, if connecting MVP to your router via Ethernet to receive updates from 4CAST, or for more complex setups, DHCP mode allows MVP to dynamically receive an IP from the network.

{% hint style="info" %}
MVP must detect an Ethernet connection to load and display it's network settings in the UI and on the device display. You will not be able to update settings unless an Ethernet connection is detected.
{% endhint %}


---

# 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://support.4cast.world/archive-v12-userguide/detail-archive/networking.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.
