# Machine Translation

VNTranslator supports a wide range of popular machine translation services\
To view the complete list of supported services, check the [**Translation Services**](/features/translation-services.md) section.

**What's the best translation service?**\
This is one of our most frequently asked questions. The short answer: choose the one that works best for you! 😊

However, AI/LLM-based translation services generally produce better results than traditional machine translation services, as they allow you to provide additional context for more accurate translations.

***

{% content-ref url="/pages/zc4cKuMHHiTfMqFUcRA6" %}
[Installing, Uninstalling, and Updating](/user-guide/machine-translation/installing-uninstalling-and-updating.md)
{% endcontent-ref %}

{% content-ref url="/pages/QSb5pu8iiaJOrMta9OqF" %}
[Service Settings](/user-guide/machine-translation/service-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/EhmWONFp5n5lQ5Dj2JDk" %}
[Glossary](/features/translation/glossary.md)
{% endcontent-ref %}

{% content-ref url="/pages/q3F3xrWhZ70ERkZtWBUd" %}
[LLMs](/advanced/llms.md)
{% endcontent-ref %}

{% content-ref url="/pages/fL9kcNzjbByGeixa7s5v" %}
[Custom MT](/advanced/custom-mt.md)
{% endcontent-ref %}


---

# 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/user-guide/machine-translation.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.
