# 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/UeQqgZ6jdh6DtVnvFUvU" 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.

In the add-on's preferences, you can find these additional settings:

* **Use Confirm Menu:** This allows you to use the OK type redo panel instead for the random operators.
* **Show Usage Info:** This can also be found in the settings submenu and just displays a helper text on the basics of using the add-on.

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

You can also use the **Helper Font Size** to increase/decrease the font UI for modal operations like the **Auto Mirror** and **Extract Faces**.

The hotkey can also be changed but avoid using the "x" button to remove the hotkey as this can cause a bug. Use this to replace the hotkey if you want then save the preferences and open up Blender again.

After installation, you can open the add-on menu anywhere in the 3D viewport using the `Shift Q` hotkey.

<figure><img src="/files/c8QCDrj8MR1GqjTloX8T" alt=""><figcaption><p>Figure 6</p></figcaption></figure>

Most operators in **Random Flow** can work in edit mode so you can also open the menu in there.


---

# 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/random-flow/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.
