> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/packet-squirrel-mark-ii/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/packet-squirrel-mark-ii/getting-started.md).

# Getting Started

- [Changes & New features](https://documentation.hak5.org/packet-squirrel-mark-ii/getting-started/changes-and-new-features.md)
- [Packet Squirrel Basics](https://documentation.hak5.org/packet-squirrel-mark-ii/getting-started/packet-squirrel-basics.md): Packets go in.  Packets go out.  What happens in between is up to you.
- [Accessing the Packet Squirrel](https://documentation.hak5.org/packet-squirrel-mark-ii/getting-started/accessing-the-packet-squirrel.md): My Squirrel is my Passport, Verify Me
- [Web UI](https://documentation.hak5.org/packet-squirrel-mark-ii/getting-started/web-ui.md)
- [Getting the Packet Squirrel online](https://documentation.hak5.org/packet-squirrel-mark-ii/getting-started/getting-the-packet-squirrel-online.md)
- [Status LED](https://documentation.hak5.org/packet-squirrel-mark-ii/getting-started/status-led.md): The blinking-lights are not for finger-poking
- [Cloud C²](https://documentation.hak5.org/packet-squirrel-mark-ii/getting-started/cloud-c.md)
- [USB storage support](https://documentation.hak5.org/packet-squirrel-mark-ii/getting-started/usb-storage-support.md)
- [Selecting and editing payloads](https://documentation.hak5.org/packet-squirrel-mark-ii/getting-started/selecting-and-editing-payloads.md)
- [Configuring payloads](https://documentation.hak5.org/packet-squirrel-mark-ii/getting-started/configuring-payloads.md)
- [Running payloads](https://documentation.hak5.org/packet-squirrel-mark-ii/getting-started/running-payloads.md): Run, payload, run!
- [Networking and modes](https://documentation.hak5.org/packet-squirrel-mark-ii/getting-started/networking-and-modes.md): What goes in might come out


---

# 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/packet-squirrel-mark-ii/getting-started.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.
