# Glossary

A translation glossary allows you to define specific terms or character names that should always be translated the same way. This ensures consistent terminology throughout the entire game.

<figure><img src="/files/RtiniFtnks3yS9EOVWXZ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
This is a local glossary feature, it does not yet support MT glossary.
{% endhint %}

### **Glossary mode**

Set the translation glossary mode (**Settings** → **Translation** → **Processing & Quality** → **Glossary Mode)**

* **Find & Replace:** Automatically finds and replaces terms during pre-translation.
* **Define Variables:** Defines variables during pre-translation and replaces them with glossary terms during post-translation.

***

### Create a New Glossary

To create a new glossary:

* Click **Create Glossary**
* Enter a **Name** for the glossary
* Click **Save**. Your glossary will appear in the list of available glossaries
* Click the **Glossary Name** to add terms

***

### Creating a Glossary with pinovel.net

{% hint style="info" %}
**Note**: VNDB is the main database for visual novels. pinovel.net offers a convenient Character Export feature that lets you generate glossaries quickly, without having to select and copy each character name manually.
{% endhint %}

To create a glossary for visual novels:

1. Find your visual novel on VNDB (Example: `https://vndb.org/v54132`)
2. Open the same page on **pinovel.net**, simply change `vndb.org` to `pinovel.net` in the URL:\
   `https://pinovel.net/v54132`
3. Click **Export Characters** button in the top-right corner of the character list section
4. Customize the export format field based on your needs
5. Click the **Glossary** button to generate a glossary compatible with VNTranslator format

### Example Glossary Terms

{% hint style="info" %}
Format: `SourceText, TargetText, Description(Optional)`
{% endhint %}

```
常陸 茉子, Hitachi Mako
レナ・リヒテナウアー, Lena Liechtenauer
ムラサメ, Murasame
朝武 芳乃, Tomotake Yoshino
中条 比奈実, Chuujou Hinami
猪谷 心子, Inotani Motoko
駒川 みづは, Komagawa Mizuha
鞍馬 玄十郎, Kurama Genjuurou
鞍馬 小春, Kurama Koharu
鞍馬 廉太郎, Kurama Rentarou
馬庭 芦花, Maniwa Roka
朝武 秋穂, Tomotake Akiho
朝武 安晴, Tomotake Yasuharu

```


---

# 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/features/translation/glossary.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.
