# Installation

Installing the add-on is easy. When you open Blender, press the hotkey `Ctrl ,` anywhere in the 3D viewport and this will bring up the add-on preferences. Alternatively, you can also use the hotkey `F4` which will show the file menu where you can click on the preferences link.

Once in preferences, go to add-ons and click the install button.

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

This will open up the **Blender File View** or file browser. Look for the add-on zip file you downloaded from the store then use the **Install Add-on** button at the lower right area of the window.

<figure><img src="/files/Sk7KMaJtAmRmRTCOrEI5" alt=""><figcaption><p>Figure 2</p></figcaption></figure>

As of Blender 4.2, the install button can now be found in the location shown in Figure 2. The add-ons are now in a folder with the requisite files needed for the new extension feature in Blender 4.2. You need to use the install button on the zip folder you downloaded from the store and not on the extracted contents.

<figure><img src="/files/0paqBPgjUVlRbU36ktc1" alt=""><figcaption><p>Figure 3</p></figcaption></figure>

If for whatever reason using the extensions feature for installation doesn't work you can try the add-on section.

{% hint style="info" %}
*Use the install button on the zip file you got from the store not the contents.*
{% endhint %}

<figure><img src="/files/lPsh47ByLHuStMZ2dy0n" alt=""><figcaption><p>Figure 4</p></figcaption></figure>

After installation, look for the addon in the list or find it using the search bar by typing the add-on name then enabling it using the checkbox.

You can find the addon operator in the W specials menu in the 3D viewport using the `W` hotkey.

<figure><img src="/files/OMm0xj7bCjJ6l973HAJs" alt=""><figcaption><p>Figure 5</p></figcaption></figure>

This menu has an object and edit mode version but the add-on will appear on both as it can work on all of them.


---

# 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/installation.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.
