> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/wifi-pineapple-enterprise/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.hak5.org/wifi-pineapple-enterprise/ui-overview.md).

# UI Overview

- [Introduction to the UI](https://documentation.hak5.org/wifi-pineapple-enterprise/ui-overview/introduction.md): An introduction to the WiFi Pineapple Web UI
- [Dashboard](https://documentation.hak5.org/wifi-pineapple-enterprise/ui-overview/dashboard.md): The Dashboard is the landing page for the WiFi Pineapple management UI, and provides at a glance insights to the system and its services.
- [Campaigns](https://documentation.hak5.org/wifi-pineapple-enterprise/ui-overview/campaigns.md): Campaigns enable automatic configuration to simplify an engagement, with automatic report generation.
- [PineAP](https://documentation.hak5.org/wifi-pineapple-enterprise/ui-overview/pineap.md): PineAP is the center of the WiFi Pineapple's rogue access points, client management and filtering.
- [Recon](https://documentation.hak5.org/wifi-pineapple-enterprise/ui-overview/recon.md): Recon is the WiFi landscape scanning tool incorporated into the WiFi Pineapple.
- [Handshakes](https://documentation.hak5.org/wifi-pineapple-enterprise/ui-overview/recon-1.md): Collecting and using WPA Handshakes.
- [Modules](https://documentation.hak5.org/wifi-pineapple-enterprise/ui-overview/modules.md): WiFi Pineapple Modules allow the interface to be extended to support new community built features or offer front-ends to command line tools. A vast library of packages is also available.
- [Settings](https://documentation.hak5.org/wifi-pineapple-enterprise/ui-overview/settings.md): The Settings page allows you to modify aspects of your WiFi Pineapple, check for updates and customise the user interface.
- [Cloud C²](https://documentation.hak5.org/wifi-pineapple-enterprise/ui-overview/cloud-c.md): Connecting the WiFi Pineapple to Cloud C²


---

# 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://documentation.hak5.org/wifi-pineapple-enterprise/ui-overview.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.
