> For the complete documentation index, see [llms.txt](https://docs.b2translate.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2translate.b2broker.com/user-guide/manage-translations/copy-translations.md).

# Copy translations from another project

You can copy translations from another project included in the same project type.

In the target project, the translations are added only to keys without translations (the **Custom translation** field is empty). Existing translations (the **Custom translation** field isn't empty) aren't overwritten.

{% hint style="warning" %}
You must be assigned the *Editor* permission in the target project and at least the *Viewer* permission in the source project.
{% endhint %}

To copy translations:

{% stepper %}
{% step %}
On the **Projects** page, click the name of a project to which you want to copy translations.
{% endstep %}

{% step %}
From the language dropdown above the table, select a required language.
{% endstep %}

{% step %}
Click **Import keys** in the page header.

<figure><img src="/files/4HNK41ZISKtNlzajIREF" alt="Import keys"><figcaption><p>Import keys</p></figcaption></figure>
{% endstep %}

{% step %}
In the **Import keys** popup, check the selected platform (if applicable) and language.

From the **Import from project** dropdown, select a project from which you want to copy the translations.

Only projects containing the selected platform (if applicable) and language and where you're assigned at least the *Viewer* permission are displayed.

<figure><img src="/files/B4E2JSolsjJLl7X2zNu0" alt="Select a source project to import keys from"><figcaption><p>Select a source project to import keys from</p></figcaption></figure>
{% endstep %}

{% step %}
Click the **Import** button.
{% endstep %}

{% step %}
If needed, repeat for other languages.
{% endstep %}
{% endstepper %}


---

# 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://docs.b2translate.b2broker.com/user-guide/manage-translations/copy-translations.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.
