> For the complete documentation index, see [llms.txt](https://help.steeple.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.steeple.com/en/news/traduction-publications.md).

# How does post translation work?

### Overview

Steeple offers a feature for **automatic translation** of posts and comments. This feature requires a specific subscription.

### How it works

#### Translation of a post

When the feature is enabled, a translation button appears on posts written in a language different from the user's.

* The post is automatically translated into the **user's language** (defined in the account settings)
* The original language of the post is automatically detected when it is written

#### Translation of comments

Comments can also be translated individually using the same mechanism.

### Supported languages

The translation uses an automatic translation service that supports a wide range of languages. The target language is always the one configured in the user's preferences.

### Prerequisites

* The organization must have the translation subscription
* The user must have a language different from that of the post

### What the assistant can do

The assistant cannot translate posts. It can explain how translation works and how to set your language in the settings.


---

# 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://help.steeple.com/en/news/traduction-publications.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.
