> For the complete documentation index, see [llms.txt](https://pekaway.gitbook.io/van-pi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pekaway.gitbook.io/van-pi/wirelesss-and-network/wifi-settings.md).

# Wifi Settings

**Introduction to Wi-Fi Settings in VAN PI OS**

The Wi-Fi settings in VAN PI OS offer versatile network configuration options, ensuring flexible connectivity for the VAN PI CORE device. There are two primary operational modes: Access Point mode and Client mode.

In Access Point mode, the VAN PI CORE acts as a standalone Wi-Fi access point. The device creates its own Wi-Fi network, allowing up to seven devices, including tablets and our Android touch display, to connect. Despite this standalone functionality, the 4G-LTE bridge and Dimmi with ESP32 can still be utilized simultaneously.

In Client mode, the VAN PI CORE connects to an existing Wi-Fi network through the web interface. This can be done either by performing a Wi-Fi scan, where all available networks are displayed and the corresponding password is entered, or by directly entering the SSID and password of a known network. After connecting to the Wi-Fi, the device’s IP address may need to be located. This can be accomplished using an IP scan tool, checking the router, or directly through the touch display, allowing access to the VAN PI CORE's web interface.

Additional settings include:

* **Wi-Fi: New Wi-Fi Name and New Wi-Fi Pass**: Changes the configuration of the Access Point.
* **Reset Wi-Fi**: Restores the default settings.
* **Scan Wi-Fi**: Searches for available Wi-Fi networks.
* **Manually Insert Wi-Fi**: Allows direct input of SSID and password.
* **Switch to Wi-Fi**: Enables switching between different Wi-Fi networks.
* **Show Known Wi-Fis**: Displays a list of known Wi-Fi networks and allows them to be deleted.

**Important Note**: The default password should always be changed to prevent unauthorized access.


---

# 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://pekaway.gitbook.io/van-pi/wirelesss-and-network/wifi-settings.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.
