> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/bash-bunny/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/bash-bunny/getting-started/mass-storage-structure.md).

# Mass Storage Structure

* /*docs* – home to documentation.
* /*languages* – install additional HID Keyboard layouts/languages.
* /*loot* – used by payloads to store logs and other data
* /*tools* – used to install additional deb packages and other tools.
* /*payloads* – home to active payloads, library and extensions
* /*payloads*/*switch1* and */payloads*/*switch2* – home to payload.txt and accompanying files which will be executed on boot when the bash bunny switch is in the corresponding position.
* /*payloads*/*library* – home to the payloads library which can be downloaded from the [Bash Bunny Payload git repository](https://github.com/hak5/bashbunny-payloads)
* /*payloads*/*library*/*extensions* – home to Bash Bunny extensions

{% hint style="info" %}
**Bash Bunny Mark II Note:**\
If a MicroSD card is present at boot in either switch positions 1 or 2, /root/udisk will symlink to the root of the MicroSD card. Otherwise the udisk partition will behave as usual on the internal SSD.
{% endhint %}


---

# 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/bash-bunny/getting-started/mass-storage-structure.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.
