# Download & Installation

## Downloads

* **PRO Version**\
  <https://www.patreon.com/vntranslator>
* **Public Version**\
  <https://fazx.itch.io/visual-novel-translator>

***

## Installation Guide

Before installing VNTranslator, please ensure that you have the latest version of the Visual C++ Redistributable (vcredist) installed and updated on your operating system.

You can download the Visual C++ Redistributable from the official Microsoft website:

* Download Link: [**Visual C++ Redistributable**](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170)

## How to Install VNTranslator

* Download the installer
* Run the installer file and follow the on-screen instructions
* Choose the installation directory.\
  It is recommended to install VNTranslator for all users at: `(C:\Program Files\VNTranslator)`
* Complete the installation process and launch VNTranslator


---

# 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.vntranslator.com/getting-started/download-and-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.
