> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/wifi-pineapple-pager/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-pager/factory-reset.md).

# Factory Reset

### Factory reset  <a href="#factory-reset" id="factory-reset"></a>

The WiFi Pineapple Pager can be factory reset to the stock version of the current firmware installed on the device.

Performing a factory reset removes all configuration, settings, captured handshakes, custom themes, stored loot, payloads, and *all other data* from the device, and returns it to a like-new state.

### Performing a factory reset  <a href="#performing-a-factory-reset" id="performing-a-factory-reset"></a>

To perform a factory reset:

1. Ensure the WiFi Pineapple Pager is powered off
2. Hold down the ‘B’ button (the left-most red button)
3. Power on the WiFi Pineapple pager, *keeping the ‘B’ button held down*
4. Continue holding the ‘B’ button until the factory reset screen appears (approximately 30 seconds)
5. Release the button when the factory reset screen appears, then make a selection using the ‘B’ button to cancel or the ‘A’ (green right-hand button) to continue

When prompted to make a selection on the factory reset screen, pressing the ‘B’ button (red) will cancel the factory reset process and continue booting normally. Pressing the ‘A’ button (green) will *begin the factory reset process immediately*.

Once started, the factory reset process will take approximately 15 minutes to completely reset the device. During this time, the red and green LEDs will blink.

Be sure you wish to remove *all data* from the device before confirming the factory reset process. Once started, the factory reset can not be stopped, and data can not be recovered.

{% hint style="info" %}
Once the ‘A’ button is pressed and the factory reset begins, it can not be cancelled and data can not be recovered. *Be sure you wish to remove all data from your device*.
{% endhint %}

<br>


---

# 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-pager/factory-reset.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.
