# Overview

Welcome to the VNTranslator Docs!

<figure><img src="https://4121582948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKz66WcKqTPRwdFrHi4mM%2Fuploads%2FhX7XpQFjyHtIGcyl4uMx%2Flauncher.jpg?alt=media&#x26;token=4d953232-d40e-4219-89b7-03af186b8582" alt=""><figcaption></figcaption></figure>

This documentation provides comprehensive guidance on using VNTranslator to translate visual novels and PC games.

If you're looking to perform a specific workflow, check out the sections below to find the right tools and guides.

## Getting Started

To begin using VNTranslator, refer to the [Getting Started](https://docs.vntranslator.com/getting-started/getting-started) section.

{% content-ref url="../getting-started/getting-started" %}
[getting-started](https://docs.vntranslator.com/getting-started/getting-started)
{% endcontent-ref %}

***

## Clipboard Translator&#x20;

The Clipboard Translator provides quick and automatic translation. It detects text copied to your clipboard and instantly displays the translation in the [Extra Window](https://docs.vntranslator.com/features/extra-window).

Learn more about [Clipboard Translator](https://docs.vntranslator.com/user-guide/clipboard)

***

## OCR Translator

The OCR Translator extracts text directly from your screen using Optical Character Recognition (OCR) and translates it. This feature includes advanced options such as [pre-processing](https://docs.vntranslator.com/user-guide/ocr/pre-processing), [post-processing](https://docs.vntranslator.com/user-guide/ocr/post-processing), and support for multiple [OCR engines](https://docs.vntranslator.com/user-guide/ocr/ocr-engines).

Learn more about [OCR Translator](https://docs.vntranslator.com/user-guide/ocr)

***

## AutoTrans

AutoTrans is an exclusive feature that provides real-time translation of in-game text. It automatically detects and translates game dialogue as you play.

Learn more about [AutoTrans](https://docs.vntranslator.com/user-guide/autotrans)

***

## TextractorCLI & XUAT Integration

VNTranslator supports the following third-party integrations:

* [**TextractorCLI**](https://docs.vntranslator.com/user-guide/textractorcli) is a text hooker that extracts in-game text and sends it to VNTranslator for translation. The translated text is displayed in the [Extra Window](https://docs.vntranslator.com/features/extra-window)
* [**XUAT**](https://docs.vntranslator.com/user-guide/xuat-xunity-autotranslator) (XUnity.AutoTranslator) is used to translate Unity-based games in real-time.\
  Text extracted by XUAT is sent to VNTranslator for translation, then returned to XUAT to be displayed directly in the game.

***

## ~~RenPy Script~~ (Deprecated)

A legacy feature for translating RenPy-based games.

{% hint style="danger" %}
This feature is no longer actively maintained or supported.
{% endhint %}


---

# 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/introduction/overview.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.
