# User Guide

Fuzzboy is a guitar pedal emulation plugin with 3 different modes that can be used on instruments like guitars, basses and anything else you might want to use a guitar pedal on.

Fuzzboy's UI contains 11 main elements listed below. Please see the image for reference to these controls

Note: Fuzzboy stores all presets in `C:\Users\Public\Documents\DirektDSP\Fuzzboy\` by default on Windows.

<table><thead><tr><th width="73">ID</th><th width="188">Control</th><th>Details</th></tr></thead><tbody><tr><td>1</td><td>Save Preset Button</td><td>Save current plugin state as a new preset</td></tr><tr><td>2</td><td>Preset Selector</td><td>Choose from presets, shows current preset</td></tr><tr><td>3</td><td>Delete Preset</td><td>Deletes selected preset (moves to recycle bin)</td></tr><tr><td>4</td><td>Mode Selector</td><td>Select between 3 distortion models (Crunch, Potato, Hiss)</td></tr><tr><td>5</td><td>In Gain</td><td>Amount of gain to apply to the input</td></tr><tr><td>6</td><td>Out Gain</td><td>Amount of gain to apply to the output</td></tr><tr><td>7</td><td>Tweak 1</td><td>Tweak current mode parameter 1</td></tr><tr><td>8</td><td>Bypass Toggle</td><td>Toggle plugin on/off</td></tr><tr><td>9</td><td>Tweak 2</td><td>Tweak current mode parameter 2</td></tr><tr><td>10</td><td>Waveform Visualizer</td><td>Visualizes output from the plugin (after gain)</td></tr><tr><td>11</td><td>Version Label</td><td>Current plugin version, links to https://direktdsp.com</td></tr></tbody></table>

![](/files/Ikj1vsZnQKlT2htisD5o)


---

# Agent Instructions: 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:

```
GET https://docs.direktdsp.com/fuzzboy/user-guide.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.
