# Content Translation

Content translation is an essential feature in Drupal that enables the creation of multilingual websites, allowing users to access content in their preferred language. This step-by-step guide will walk you through the process of translating content in Drupal, ensuring that your user manual can be localized for different language audiences. By following these steps, you can effectively manage content translations

There are several places you can translate the nodes from it. Here are examples where you can translate the content:

1. In frontend for every page you can use the **Task** menu and click T**ranslate**.

<figure><img src="/files/nb5757kH4jYwAn7BWaVq" alt=""><figcaption><p>Task Menu</p></figcaption></figure>

<figure><img src="/files/r7N8G6xCQxAJPIp4LkbQ" alt=""><figcaption><p>Translations Options</p></figcaption></figure>

2. In backend there is an edit menu under the content page for each node you can select **Translate** from it and click on the "**Add**" button next to the desired language you want to translate the content into.

<figure><img src="/files/EsRlmO7CqmHHgcIpxUGi" alt=""><figcaption><p>Content Backend Page</p></figcaption></figure>

<figure><img src="/files/exjarYotcPUcySh9oRzL" alt=""><figcaption><p>Translate Page</p></figcaption></figure>

3. In backend once you're on the node editing page locate the "**Translate**" tab on the editing form click on the "**Translate**" tab to access the translation options.

<figure><img src="/files/4PRMkizSpHERW7ogkbWz" alt=""><figcaption><p>Translate Tab in Edit Node Page</p></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://docs.varbase.vardot.com/10.1.x/content-designers/content-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.
