# Installation

{% hint style="info" %}
Be careful when selecting the version of the addon for a particular version of blender. The version of the blender is written in the name of the zip archive.
{% endhint %}

{% hint style="danger" %}
**Possible Errors:** If you encounter errors during the installation or update of the add-on, it may be advisable to perform a clean installation, i.e., remove the old version of the add-on and then install the new one.
{% endhint %}

## Installation Video <a href="#installation-video" id="installation-video"></a>

This video shows the installation of my other addon GizmoPRO, but the logic for installing Pivot Transform is the same.

{% embed url="<https://youtu.be/7e3f6pAKHD0>" %}

## Pivot Transform Installation

1. Download the add-on archive in .zip format.
2. Launch Blender.
3. In the "Edit" menu, select "Preferences."
4. Switch to the "Add-ons" tab.
5. Click the "Install" button in the top right corner of the preferences window.
6. In the popup dialog, select the downloaded add-on archive in .zip format and click "Install Add-on."
7. Find the installed add-on in the list and activate it by clicking the checkbox to the left of its name.
8. If necessary, adjust the add-on's settings that may appear after activation.
9. Close the preferences window, and enjoy.


---

# 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://max-derksen.gitbook.io/pivot-transform/overview/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.
