# Front Panel Menu System (FPMS)

{% hint style="success" %}
This is a 'homegrown' name, it came from the development team

FPMS refers to the screen & the buttons
{% endhint %}

### Display

1.5 inch Color OLED display

#### All the things it can display:

#### Header / top menu bar

* Time
* Internet status globe
* Bluetooth status
* Wireless interface status
* Battery status

#### Main Page

* Operating Mode
* Ethernet IP address
* Link connection speed
* Additional interface IP addresses
  * USB
  * Bluetooth

#### Footer

WLAN Pi hostname

### Buttons

You have 5x buttons at your disposal

* We think of this array as 4x navigational buttons up, down, left right
* Centre button is the 'enter action'

### What can I do with this FPMS?

* `System > About`
* `Battery`
* `Date / Time`
* `Summary`
* `Reboot`
* `Shutdown`


---

# Agent Instructions: 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:

```
GET https://userguide.wlanpi.com/hardware/wlan-pi-pro-eos/getting-started/front-panel-menu-system-fpms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
