# How to install the UniBlend add-on in blender

### Before installation

Our add-on currently supports Blender 3.6 and 4.x\
\
Blenders current stable version can be downloaded at <https://www.blender.org/download/lts/3-6/>

Blenders latest version can be downloaded at <https://www.blender.org/download/>\
Please keep in mind that Blender 4.0 and higher have have some big changes. Some names and options might be different from 3.6

### Installing the add-on

Open blender and navigate to edit>preferences. (CTRL + ,)\
This opens the preferences window.\
Click on Add-ons and then select install. \
Navigate to the zip you downloaded from [Gumroad](https://bakeduniverse.gumroad.com/l/bbps) and either double click it or press the install Add-on button.

<figure><img src="/files/RjKr4L73jUPkxUMGAkiU" alt=""><figcaption><p>Edit>Preferences>Add-ons>Install</p></figcaption></figure>

Blender might freeze for a little bit while its unpacking the zip file in the add-on directory of blender.\
After the installation is complete the add-on should show up.\
We can now enable the add-on by pressing the checkbox left of the add-on name

<figure><img src="/files/q9TM6jtvj1a4QuYezHma" alt=""><figcaption><p>Enable add-on by clicking checkbox</p></figcaption></figure>

When the add-on is enabled it should display all the add-on preferences for UniBlend

<figure><img src="/files/CoeFtawNNlYwk2VvBTQV" alt=""><figcaption></figcaption></figure>


---

# 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://uniblend.gitbook.io/uniblend/getting-started/how-to-install-the-uniblend-add-on-in-blender.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.
