# Installation

The are various versions of RHS: Status Quo available for download. Please read carefully below.

### Stable

You can install the entire mod by finding and enabling it in the Reforger Workshop inside the game.

{% embed url="<https://reforger.armaplatform.com/workshop/595F2BF2F44836FB-RHS-StatusQuo>" %}

The changelog of all stable versions can be found in [Changelog](/rhs-status-quo-user-documentation/arma-reforger/rhs-status-quo/changelog/0.8.md) section.

### Dev

The Dev version of the mod is considered unstable releases for multiplayer and user testing and can be found here:

{% embed url="<https://reforger.armaplatform.com/workshop/5CF4A61BE1D960C6-RHS-StatusQuoDev>" %}

The Dev version is primarily intended for the RHS team to perform MP playability tests before stable releases and thus, at the moment, do not have official changelogs published.

{% hint style="danger" %}
The Dev version can contain features that can cause serious problem and should not be used on servers that want to guarantee stability.
{% endhint %}

The Dev version is a preview of the next stable version and follows the same linear development branch.

### Stable on Reforger Experimental

The third branch of RHS: Status Quo is located on in the workshop of Arma: Reforger Experimental. This workshop is separate from the normal Arma: Reforger workshop and releases of RHS can be made there independently.

Experimental releases are indicated in the [Changelog](/rhs-status-quo-user-documentation/arma-reforger/rhs-status-quo/changelog/0.8.md) using the following info box:

<figure><img src="/files/Ew30uCHkmCPOdK8V4dKB" alt="" width="563"><figcaption></figcaption></figure>

The diagram below demonstrates the various release streams.

<figure><img src="/files/eN9SXDOZgQsusnFChgf9" alt=""><figcaption><p>Release Streams</p></figcaption></figure>

If stable RHS: Status Quo release is preceded by one or more experimental releases (not dev), then the changelog between this stable release and last stable release should be considered the combination of all the experimental changelogs in between as well as the changelog between the last experimental and stable release.

### Versioning

The version numbers are in the format xx.yy.cc where **cc** always represents the commit revision number from which the release is made. The major **xx** and minor **yy** version numbers are updated at the behest of the team, with the minor number usually being updated when API changes are introduced or when Arma: Reforger opens a new experimental stream. The major number will be incremented at significant milestones in the development. The numbers in very position can be incremented indefinitely, thus a version 0.137.35294 is perfectly valid.


---

# 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.rhsmods.org/rhs-status-quo-user-documentation/arma-reforger/rhs-status-quo/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.
