> For the complete documentation index, see [llms.txt](https://help.rhinonature.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rhinonature.com/installation.md).

# Installation

## Overview

This reference guide shows a typical Rhino Nature installation process step by step.

You can download the latest version of Rhino Nature from the [official website](http://rhinonature.com).

## Installation steps

To start the installation, double-click the installation file.

**1.** Setup Wizard will welcome you with a message about the installation process.&#x20;

![](/files/-MUITv6bnCtTyWlBeZ4f)

**2.** You will be presented with the EULA document. Please read carefully. If you agree with its provisions, please tick **I accept the terms in the License Agreement** and click Next to proceed.

![](/files/-Mg4eR8ipISLRAfJaW3Q)

**3.** Installer will ask where you would like to install the application.

{% hint style="warning" %}
This directory has to be **a local directory**.
{% endhint %}

![](/files/-MUIU6WySbudaxPm4Bku)

**4.** Next you will be asked where you would like to install the additional data like presets, models, etc.

{% hint style="info" %}
This directory can be **a local directory**, as well as **a remote directory.**
{% endhint %}

![](/files/-MUIUD8xmMK3XVzdnggV)

**5.** Setup Wizard will ask you to confirm earlier provided statements. Click Install to proceed.

![](/files/-MUIUIr_Sy8ocPA6Soi7)

**6.** Now, the installer will perform the actual installation operation. It will automatically register itself in all available Rhino versions as well as add Grasshopper components.

![](/files/-MUIUTDpYSU_8ChMcM-m)

**7.** **Congratulations!** Your installation is completed.&#x20;

![](/files/-MUIUYOe4tdwZg5702NB)

## Remarks

It is possible to change the Data directory path after installation for eg. when you extend your studio's infrastructure and want to move Rhino Nature assets to NAS. It can be found in the local machine registry hive at `HKEY_LOCAL_MACHINE\SOFTWARE\Doliwa Workshop\Rhino Nature\1.0\Install`.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.rhinonature.com/installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
