# Web Front End

Navigation to the link local address `http://wlanpi-xxx.local` will bring you to the WLAN Pi landing page. Here you'll find several tabs, we'll reference these later on during the labs.

#### LibreSpeed - Network Segment speed test

* Lightweight speed test implemented in javascript that runs in a web browser
* Works on all modern browsers including mobile

Not to be confused with Ookla Speedtest (we have that too, in CLI form)

{% hint style="info" %}
If you were to perform a LibreSpeed test

What would you 'actually be measuring?
{% endhint %}

#### **Profiler**

Displays 'profiled clients' results

#### **Network**

WLAN Pi network information dashboard

#### **Admin (Cockpit)**

Web based graphical interface for managing Linux

#### **Terminal**

Direct link to the Cockpit Web Terminal

#### **Finally, In the lower right hand corner of this page**

You will see your WLAN Pi:

* Hostname
* System version


---

# 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/web-front-end.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.
