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

# Post-translation

Configure text processing rules applied after receiving translations from the translation engine.

### Auto line break matching

Automatically adjusts line breaks in translated text to match the original formatting. Choose from different matching modes based on your needs.

**Example**

**Source Text / Original Text:**

```
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled
it to make a type specimen book. 
```

**Normal:**

```
Lorem Ipsum hanyalah contoh teks dalam industri percetakan
dan penataan huruf. Lorem Ipsum telah menjadi contoh teks
standar industri sejak tahun 1500-an, ketika seorang pencetak
yang tidak dikenal mengambil kumpulan huruf dan mengacaknya
untuk dijadikan buku contoh huruf. 
```

**Loose:**

```
Lorem Ipsum hanyalah contoh teks dalam industri percetakan
dan penataan huruf. Lorem Ipsum telah menjadi contoh
teks standar industri sejak tahun 1500-an, ketika
seorang pencetak yang tidak dikenal mengambil kumpulan
huruf dan mengacaknya untuk dijadikan buku contoh
huruf. 
```

A**nywhere:**

```
Lorem Ipsum hanyalah contoh teks dalam industri percetakan d
an penataan huruf. Lorem Ipsum telah menjadi contoh teks sta
ndar industri sejak tahun 1500-an, ketika seorang pencetak y
ang tidak dikenal mengambil kumpulan huruf dan mengacaknya u
ntuk dijadikan buku contoh huruf. 
```

### Regular expression (RegExp)

Applies custom regular expression patterns to modify or filter translated text.

**Learn more:** [RegExp Guide](/advanced/regexp.md)


---

# 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.vntranslator.com/features/translation/post-translation.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.
