> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/support-us/network-configurations-and-errors/wi-fi.md).

# Wi-Fi

This section includes general information about devices that utilize the wifi set up option.

## What is Wi-Fi?

Wi-Fi is a type of network configuration that lets a device connect to a location's internet service remotely. Verifone devices using Wi-Fi commonly require an SSID (Service Set Identifier) from the internet service provider.

A terminal is set up with either a Wi-Fi or an Ethernet connection, depending on the terminal type, and in either DHCP or Static mode depending on your company's preferred method — most sites use Static for added security.

* **DHCP (Dynamic Host Configuration Protocol):** automatically assigns IP addresses and other configuration settings — subnet mask, default gateway, DNS servers — to devices on the network.
* **Static:** a permanent setup assigned to a device. Unlike DHCP, the IP address is fixed, using provided IPs, subnet mask, DNS servers, and gateway.

{% hint style="warning" %}
To get the SSID or network configuration values to use, contact your Level 1 Helpdesk, IT support, Merchant Services Provider, or the Verifone Helpdesk.
{% endhint %}

## Related topics

* [e285 Wi-Fi Configuration](/support-us/network-configurations-and-errors/wi-fi/e285-wi-fi-configuration.md) — configure Wi-Fi on an E285 device.
* [Network Configurations](/support-us/network-configurations-and-errors/network-configurations.md) — what each network configuration field means.

<details>

<summary>Keywords</summary>

Also called: wireless connection, SSID setup, wifi network configuration. Search terms: wi-fi, wireless, SSID.

</details>


---

# 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://docs.verifone.com/support-us/network-configurations-and-errors/wi-fi.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.
