> For the complete documentation index, see [llms.txt](https://helpcenter.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.verifone.com/v240m-connections/amending-a-wi-fi-network.md).

# Amending a Wi-Fi Network

1. **Open the Main Menu** \
   Tap the bar at the top of the screen or press the \* button.
2. **Go to Supervisor Menu** \
   Select Supervisor and enter the password (default is 12345, unless changed). If you have amended this please refer to <mark style="color:purple;">page 43</mark> on the [Webcom Manual](/webcom-manual/webcom-manual.md).
3. **Open Communication** \
   Settings Choose Communication, then select the Wi-Fi tile.
4. **Open Configuration** \
   Tap Configuration to access Wi-Fi settings.
5. **Select the Network to Edit** \
   In the Wi-Fi menu, choose the network you want to amend.
6. **View/Edit Network** \
   Tap View / Edit.
7. **Open Authentication** \
   Settings Select Authentication.
8. **Update Password** \
   Choose Pre-Shared Key (PSK). Clear the old password or enter a new one if it was missed during setup.
9. **Confirm Changes** \
   Press OK.
10. **Return to View/Edit Screen** \
    Press the red X once or tap the arrow on the blue bar.
11. **Save Changes** \
    Tap Save.
12. **Confirm Save** \
    Press OK.
13. **Apply Network Settings** \
    Select Yes when prompted to apply changes.
14. **Complete Update** \
    Press OK when the interface restarts, then tap the top bar or press the red X to exit menus and log in.

#### [<mark style="color:$success;">Back to V240M - Connection Guides</mark>](/v240m-connections/v240m-connection-guides.md)


---

# 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://helpcenter.verifone.com/v240m-connections/amending-a-wi-fi-network.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.
