> For the complete documentation index, see [llms.txt](https://cybersec.th4ntis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cybersec.th4ntis.com/wireless/wifi-pineapple/modules.md).

# Modules

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. More info on [their docs page](https://docs.hak5.org/wifi-pineapple/ui-overview/modules).

Modules can be found from the Puzzle Piece icon on the left pane.

<figure><img src="/files/QPCGDI2f4o7LxlWHWo6J" alt=""><figcaption></figcaption></figure>

## Modules

We can select the modules tab and load what modules are available for installation.

<figure><img src="/files/V75PtsoIjeZh92tFzsfw" alt=""><figcaption></figcaption></figure>

To install a module, just select install.

<figure><img src="/files/p7KZV0lAxThL4hGfapjR" alt=""><figcaption></figcaption></figure>

Once it's installed it wil appear under the installed section. We can select the pin icon add it to the pane on the left or select it from here. We can remove it by selecting the trashcan icon.

<figure><img src="/files/A7rFKZjnIfYoN6GjgTrd" alt=""><figcaption></figcaption></figure>

Some modules may require some additional dependencies, when selecting one, it will take a minute to load and prompt you to install them.

<figure><img src="/files/Jqis0S06QabdUQaOaYRX" alt=""><figcaption></figcaption></figure>

Once installed you'll be taken back to the modules main page.

## Packages

Packages are provided by the Hak5 and OpenWRT community repositories, and contain a wide range of standard Linux command line tools. There's are A LOT of modules, so use the search function to find some or scroll through the list to grab any that interest you.

<figure><img src="/files/NplKtCgRdnQ7fnjFn22C" alt=""><figcaption></figcaption></figure>


---

# 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://cybersec.th4ntis.com/wireless/wifi-pineapple/modules.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.
