# Payload Studio

## Payload Studio

- [PayloadStudio](https://documentation.hak5.org/payload-studio/payloadstudio.md): Unleash your hacking creativity with the official DuckyScript™ editor
- [Overview](https://documentation.hak5.org/payload-studio/getting-started/overview.md): Unleash your hacking creativity with the official DuckyScript™ editor
- [Getting Started](https://documentation.hak5.org/payload-studio/getting-started/getting-started.md): Understanding the basics of the PayloadStudio interface
- [Editing Basics](https://documentation.hak5.org/payload-studio/getting-started/editing-basics.md): Payload Development for all your Hak5 Gear has never been easier!
- [FAQ](https://documentation.hak5.org/payload-studio/getting-started/faq.md): Frequently asked questions
- [Appearance](https://documentation.hak5.org/payload-studio/customization/appearance.md): Customize the look at feel of PayloadStudio
- [Keyboard Shortcuts](https://documentation.hak5.org/payload-studio/customization/keyboard-shortcuts.md): Uncontrollable muscle memory? We got you :)
- [IDE Settings](https://documentation.hak5.org/payload-studio/customization/ide-settings.md): Settings related to the overall functionality of PayloadStudio
- [Editor Settings](https://documentation.hak5.org/payload-studio/customization/editor-settings.md): Settings related to the look and feel of the Editor within PayloadStudio
- [Compiler Settings](https://documentation.hak5.org/payload-studio/customization/compiler-settings.md): Settings related to the DuckyScript compiler.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://documentation.hak5.org/payload-studio/payloadstudio.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
