# Manage translations

Once a translation is initiated, it appears in the History tab. The table includes:

* **Project**: The name of your Parta.io course (click to open its details).
* **Template Name**: The translation template you used.
* **Source Language**: The original language of the course.
* **Target Language**: The language you’re translating into.
* **Status**:
  * **Processing**: Translation is in progress.
  * **Completed**: Translation is finished and ready to import.
* **Provider**: The translation service (e.g., Phrase).
* **Created**: Date when the translation project was started.

<figure><img src="/files/fDg11EnyUKcUt7n9pcuh" 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://help.parta.io/translation/manage-translations.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.
