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

# Installing

### Prerequisites

Install the Visual Studio Redistributable: <https://aka.ms/vs/16/release/vc_redist.x64.exe>

### Methods

There are two methods to install YourControls:

**Recommended:** [Automated Installer](/installing.md#automated-installer)\
**Alternative**: [Manual Install](/installing.md#manual-installation)

## Automated Installer

The easiest way to install YourControls is to use our [installer](https://github.com/sequal32/yourcontrolsinstaller/releases/latest/download/installer.zip).

{% hint style="info" %}
If you are unable to open the installer, you may need to install [WebView2](https://go.microsoft.com/fwlink/p/?LinkId=2124703)
{% endhint %}

<div align="center"><img src="/files/-MWI_Y3SmDh7gK3kI2fa" alt=""></div>

{% hint style="info" %}
You can change the installation directory by clicking on the folder icon next to the respective directories. The installer will attempt to detect your community folder automatically, but if it doesn't, you'll have to manually select it.
{% endhint %}

{% hint style="warning" %}
**Mod Compatibility**: If you tick any of the options listed here, the installer will install full shared cockpit support. Be advised that this will ~~m~~odify the aircraft files, so if you have any mods installed, it will most likely break the mod.
{% endhint %}

## Manual Installation

1. Download the latest release from [here](https://github.com/sequal32/yourcontrols/releases/latest/download/YourControls.zip).
2. Extract the files anywhere you'd like.
3. Drag the `YourControls` folder inside of the `community` folder into your community packages like you would install scenery or an aircraft mod.
4. Launch `YourControls.exe`

<div align="center"><img src="/files/-MWIblcduuqD6JNPMfyx" alt="Extracting the ZIP file"></div>

![Moving the YourControls folder to the MSFS community folder](/files/-MWIcHrBDyeKxJqtfr5n)


---

# 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://docs.yourcontrols.org/installing.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.
