# Unidirectional Translation Logic

Joomtastic AI Translate follows a **unidirectional translation logic**.

This means:

The source language always acts as the master version, and all target language versions are generated and updated based on that source content.

#### What this means in practice

If editors manually change content in target languages, these changes may be overwritten during future retranslations of the source content.

For this reason, it is recommended to define a clear editorial workflow and review process before working with production content.

This is intentional and ensures consistent synchronization across all languages.

#### Disable translation for specific articles

Fortunately, individual articles can be excluded from retranslation (or from the AI Translate workflow in general). To do this, simply open the **Associations** tab of the respective target article and enable the checkbox **"Disable AI Translate"**.

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


---

# 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://joomtastic.gitbook.io/joomtastic-docs/troubleshooting/unidirectional-translation-logic.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.
