# Installation

## Blender 4.2+

Starting with Blender 4.2, Sollumz can now be installed as an extension from our repository <https://repo.sollumz.org/>.

First, add `https://repo.sollumz.org/` as a remote repository by navigating to `Preferences` > `Get Extensions` > `Repositories` > `+` > `Add Remote Repository`:

<figure><img src="https://4252508569-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcRAM9lBHCqq3QodZ420I%2Fuploads%2Fm4dD4bKUpHCaua4Zt0V2%2Fsollumz_extension_repo_add.png?alt=media&#x26;token=e136253e-c242-431a-b22b-367ee7c3e4c7" alt=""><figcaption></figcaption></figure>

Next, search for "Sollumz". You will see two available versions to install:

1. **Sollumz**: The official release version, identical to what can be downloaded from the release page.
2. **Sollumz (Development)**: The latest development build, which may be unstable. Use this version to test new features and updates, and provide feedback to help us improve.

Choose your preferred version and click `Install`:

<figure><img src="https://4252508569-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcRAM9lBHCqq3QodZ420I%2Fuploads%2FEVWe6nX4OzNgrrFvI4y5%2Fsollumz_extension_install.png?alt=media&#x26;token=6a3f7ec0-c173-4cbe-891c-68f20c15af86" alt=""><figcaption></figcaption></figure>

Once installed, you can easily update to newer versions directly within Blender. You will see an `Update` button whenever new versions are available.

<figure><img src="https://4252508569-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcRAM9lBHCqq3QodZ420I%2Fuploads%2FqOfqpmZE0vQb2qfOeeit%2Fsollumz_extension_update.png?alt=media&#x26;token=e6c9a373-89fe-4002-9f53-62f31a5e9c75" alt=""><figcaption></figcaption></figure>

## Previous Blender Versions

Download `Sollumz.zip` from the [latest release page](https://github.com/Sollumz/Sollumz/releases/latest).

Open Blender, go to `Edit` > `Preferences` > `Add-ons`

<figure><img src="https://4252508569-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcRAM9lBHCqq3QodZ420I%2Fuploads%2FhWOCLYGc1U8mylhH2SVU%2Fblender_tKUQ3Kn6Ti.gif?alt=media&#x26;token=2b3050f5-050f-44c8-a386-4801cb06f305" alt="" width="563"><figcaption></figcaption></figure>

Click `Install...` and select the downloaded zip file.

Now enable the add-on by checking the checkbox.

<figure><img src="https://i.imgur.com/YnVdn4k.gif" alt="" width="563"><figcaption></figcaption></figure>

Restart Blender.


---

# 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.sollumz.org/getting-started/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.
