# Presets

{% hint style="success" %}
As of version 2.5.9, manually installing the presets is no longer needed as they are now located directly in the add-on directory. If you have them installed manually before using the address below, you have to delete the preset "panel\_cut.bga" in order to avoid duplicates.
{% endhint %}

{% hint style="info" %}
For older Blender versions specially 3X or lower, the localized preset code will not work so you have to use the instructions below to install the presets.
{% endhint %}

### Installation

The download files from the store includes presets so you can quickly come up with cool designs. Be sure to use the latest version of the add-on from the store since old variations may be missing the new properties that some of these presets are using.

<figure><img src="/files/uoPf1PAN1z2V07QR2Mmk" alt=""><figcaption><p>Figure 1</p></figcaption></figure>

These presets can be accessed in the **Operator Presets** dropdown menu on top of the redo panel of most of the operators in the add-on.

Unzip the presets folder and paste the operator folder to these directory according to the system you are using:

* **Linux** \~/.config/blender/\<Blender version>/scripts/presets/
* **Mac** /Users/{user}/Library/Application/Support/Blender/\<Blender version>/scripts/presets/
* **Windows** C:\Users\\\<Username>\AppData\Roaming\Blender Foundation\Blender\\\<Blender version>\scripts\presets\\

In Windows, you can access these directories using the Win+R hotkey and typing "%appdata%" and going to the Blender Foundation folder.

If the higher directory does not exist e.g /presets/ then just create it yourself.


---

# 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://www.blenderguppy.com/add-ons/panel-cutter/presets.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.
